Home
last modified time | relevance | path

Searched refs:typec_altmode_get_partner (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c61 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_enter()
120 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_exit()
211 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_vdm()
H A Ducsi.c340 altmode = typec_altmode_get_partner(con->port_altmode[cur]); in ucsi_altmode_update_active()
660 pdev = typec_altmode_get_partner(adev[i]); in ucsi_unregister_altmodes()
/linux/drivers/usb/typec/
H A Dbus.c238 typec_altmode_get_partner(struct typec_altmode *adev) in typec_altmode_get_partner() function
245 EXPORT_SYMBOL_GPL(typec_altmode_get_partner);
H A Dmode_selection.c215 const struct typec_altmode *pdev = typec_altmode_get_partner(altmode); in altmode_add_to_list()
/linux/include/linux/usb/
H A Dtypec_altmode.h88 typec_altmode_get_partner(struct typec_altmode *altmode);
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c761 const struct typec_altmode *port = typec_altmode_get_partner(alt); in dp_altmode_probe()