Searched defs:tcpm_port (Results 1 – 3 of 3) sorted by relevance
340 struct tcpm_port { struct341 struct device *dev;343 struct mutex lock; /* tcpm state machine lock */344 struct kthread_worker *wq;346 struct typec_capability typec_caps;347 struct typec_port *typec_port;349 struct tcpc_dev *tcpc;350 struct usb_role_switch *role_sw;352 enum typec_role vconn_role;353 enum typec_role pwr_role;[all …]
77 struct tcpm_port *tcpm_port; member
11 struct tcpm_port *tcpm_port; member