Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/chrome/
H A Dcros_typec_vdm.c43 amode = typec_match_altmode(typec->ports[port_num]->port_altmode, in cros_typec_handle_vdm_attention()
81 amode = typec_match_altmode(typec->ports[port_num]->port_altmode, CROS_EC_ALTMODE_MAX, in cros_typec_handle_vdm_response()
/linux-6.15/include/linux/usb/
H A Dtypec_altmode.h152 struct typec_altmode *typec_match_altmode(struct typec_altmode **altmodes,
/linux-6.15/drivers/usb/typec/
H A Dbus.c417 struct typec_altmode *typec_match_altmode(struct typec_altmode **altmodes, in typec_match_altmode() function
431 EXPORT_SYMBOL_GPL(typec_match_altmode);
/linux-6.15/Documentation/driver-api/usb/
H A Dtypec_bus.rst116 :functions: typec_match_altmode
/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c1945 pdev_prime = typec_match_altmode(port->plug_prime_altmode, in tcpm_pd_svdm()
1959 pdev = typec_match_altmode(port->partner_altmode, in tcpm_pd_svdm()
1969 pdev = typec_match_altmode(port->partner_altmode, in tcpm_pd_svdm()
2301 adev = typec_match_altmode(port->port_altmode, ALTMODE_DISCOVERY_MAX, in tcpm_handle_vdm_request()