Home
last modified time | relevance | path

Searched defs:tcpm_port (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/usb/typec/tcpm/
Dtcpm.c297 struct tcpm_port { struct
298 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 …]
Dfusb302.c76 struct tcpm_port *tcpm_port; member