Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c60 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_enter()
118 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_exit()
208 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_vdm()
H A Ducsi.c296 altmode = typec_altmode_get_partner(con->port_altmode[cur]); in ucsi_altmode_update_active()
587 pdev = typec_altmode_get_partner(adev[i]); in ucsi_unregister_altmodes()
/openbmc/linux/include/linux/usb/
H A Dtypec_altmode.h76 typec_altmode_get_partner(struct typec_altmode *altmode);
/openbmc/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);
/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c576 const struct typec_altmode *port = typec_altmode_get_partner(alt); in dp_altmode_probe()