Searched refs:typec_match_altmode (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/platform/chrome/ |
| A D | cros_typec_vdm.c | 43 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/include/linux/usb/ |
| A D | typec_altmode.h | 152 struct typec_altmode *typec_match_altmode(struct typec_altmode **altmodes,
|
| /linux/drivers/usb/typec/ |
| A D | bus.c | 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/ |
| A D | typec_bus.rst | 116 :functions: typec_match_altmode
|
| /linux/drivers/usb/typec/tcpm/ |
| A D | tcpm.c | 1899 pdev_prime = typec_match_altmode(port->plug_prime_altmode, in tcpm_pd_svdm() 1913 pdev = typec_match_altmode(port->partner_altmode, in tcpm_pd_svdm() 1923 pdev = typec_match_altmode(port->partner_altmode, in tcpm_pd_svdm() 2255 adev = typec_match_altmode(port->port_altmode, ALTMODE_DISCOVERY_MAX, in tcpm_handle_vdm_request()
|
Completed in 29 milliseconds