Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/typec/
Dtcpm.c192 struct tcpm_port { struct
193 struct device *dev;
195 struct mutex lock; /* tcpm state machine lock */
196 struct workqueue_struct *wq;
198 struct typec_capability typec_caps;
199 struct typec_port *typec_port;
201 struct tcpc_dev *tcpc;
202 struct usb_role_switch *role_sw;
204 enum typec_role vconn_role;
205 enum typec_role pwr_role;
[all …]
/Linux-v4.19/drivers/usb/typec/fusb302/
Dfusb302.c82 struct tcpm_port *tcpm_port; member