Home
last modified time | relevance | path

Searched refs:typec_altmode2port (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/usb/
Dtypec_altmode.h132 return typec_get_orientation(typec_altmode2port(altmode)); in typec_altmode_get_orientation()
142 return typec_get_negotiated_svdm_version(typec_altmode2port(altmode)); in typec_altmode_get_svdm_version()
Dtypec.h149 struct typec_port *typec_altmode2port(struct typec_altmode *alt);
/linux-5.19.10/drivers/usb/typec/
Dclass.c238 struct typec_port *port = typec_altmode2port(adev); in typec_altmode_set_partner()
317 struct typec_port *typec_altmode2port(struct typec_altmode *alt) in typec_altmode2port() function
328 EXPORT_SYMBOL_GPL(typec_altmode2port);