Home
last modified time | relevance | path

Searched refs:typec_match_altmode (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/usb/
H A Dtypec_altmode.h152 struct typec_altmode *typec_match_altmode(struct typec_altmode **altmodes,
/linux/drivers/usb/typec/
H A Dbus.c408 * typec_match_altmode - Match SVID and mode to an array of alternate modes
417 struct typec_altmode *typec_match_altmode(struct typec_altmode **altmodes, in typec_match_altmode() function
431 EXPORT_SYMBOL_GPL(typec_match_altmode);
/linux/Documentation/driver-api/usb/
H A Dtypec_bus.rst116 :functions: typec_match_altmode
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c2010 pdev_prime = typec_match_altmode(port->plug_prime_altmode, in tcpm_pd_svdm()
2024 pdev = typec_match_altmode(port->partner_altmode, in tcpm_pd_svdm()
2034 pdev = typec_match_altmode(port->partner_altmode, in tcpm_pd_svdm()
2366 adev = typec_match_altmode(port->port_altmode, ALTMODE_DISCOVERY_MAX, in tcpm_handle_vdm_request()