Searched defs:cros_typec_data (Results 1 – 1 of 1) sorted by relevance
75 struct cros_typec_data { struct76 struct device *dev;77 struct cros_ec_device *ec;78 int num_ports;79 unsigned int pd_ctrl_ver;81 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];82 struct notifier_block nb;83 struct work_struct port_work;84 bool typec_cmd_supported;85 bool needs_mux_ack;
Completed in 7 milliseconds