Searched defs:tcpm_port (Results 1 – 2 of 2) sorted by relevance
297 struct tcpm_port { struct298 struct device *dev;300 struct mutex lock; /* tcpm state machine lock */301 struct kthread_worker *wq;303 struct typec_capability typec_caps;304 struct typec_port *typec_port;306 struct tcpc_dev *tcpc;307 struct usb_role_switch *role_sw;309 enum typec_role vconn_role;310 enum typec_role pwr_role;[all …]
76 struct tcpm_port *tcpm_port; member