Searched defs:cros_typec_data (Results 1 – 1 of 1) sorted by relevance
54 struct cros_typec_data { struct55 struct device *dev;56 struct cros_ec_device *ec;57 int num_ports;58 unsigned int pd_ctrl_ver;60 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];61 struct notifier_block nb;62 struct work_struct port_work;