Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/tcpm/
Dtcpm.c194 struct tcpm_port { struct
195 struct device *dev;
197 struct mutex lock; /* tcpm state machine lock */
198 struct workqueue_struct *wq;
200 struct typec_capability typec_caps;
201 struct typec_port *typec_port;
203 struct tcpc_dev *tcpc;
204 struct usb_role_switch *role_sw;
206 enum typec_role vconn_role;
207 enum typec_role pwr_role;
[all …]
Dfusb302.c77 struct tcpm_port *tcpm_port; member