Searched defs:tcpm_port (Results 1 – 2 of 2) sorted by relevance
192 struct tcpm_port { struct193 struct device *dev;195 struct mutex lock; /* tcpm state machine lock */196 struct workqueue_struct *wq;198 struct typec_capability typec_caps;199 struct typec_port *typec_port;201 struct tcpc_dev *tcpc;202 struct usb_role_switch *role_sw;204 enum typec_role vconn_role;205 enum typec_role pwr_role;[all …]
82 struct tcpm_port *tcpm_port; member