Searched defs:tcpm_port (Results 1 – 2 of 2) sorted by relevance
99026 struct tcpm_port { struct99027 struct device *dev;99028 struct mutex lock;99029 struct kthread_worker *wq;99030 struct typec_capability typec_caps;99031 struct typec_port *typec_port;99032 struct tcpc_dev *tcpc;99033 struct usb_role_switch *role_sw;99034 enum typec_role vconn_role;99035 enum typec_role pwr_role;[all …]
108727 struct tcpm_port { struct108728 struct device *dev;108729 struct mutex lock;108730 struct kthread_worker *wq;108731 struct typec_capability typec_caps;108732 struct typec_port *typec_port;108733 struct tcpc_dev *tcpc;108734 struct usb_role_switch *role_sw;108735 enum typec_role vconn_role;108736 enum typec_role pwr_role;[all …]