Searched defs:tcpm_port (Results 1 – 2 of 2) sorted by relevance
194 struct tcpm_port { struct195 struct device *dev;197 struct mutex lock; /* tcpm state machine lock */198 struct workqueue_struct *wq;200 struct typec_capability typec_caps;201 struct typec_port *typec_port;203 struct tcpc_dev *tcpc;204 struct usb_role_switch *role_sw;206 enum typec_role vconn_role;207 enum typec_role pwr_role;[all …]
77 struct tcpm_port *tcpm_port; member