Searched defs:cros_typec_data (Results 1 – 1 of 1) sorted by relevance
32 struct cros_typec_data { struct33 struct device *dev;34 struct cros_ec_device *ec;35 int num_ports;36 unsigned int pd_ctrl_ver;38 struct cros_typec_port *ports[EC_USB_PD_MAX_PORTS];39 struct notifier_block nb;40 struct work_struct port_work;41 bool typec_cmd_supported;42 bool needs_mux_ack;[all …]