Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dtypec_altmode.h70 int typec_altmode_attention(struct typec_altmode *altmode, u32 vdo);
/openbmc/linux/drivers/usb/typec/
H A Dbus.c186 int typec_altmode_attention(struct typec_altmode *adev, u32 vdo) in typec_altmode_attention() function
201 EXPORT_SYMBOL_GPL(typec_altmode_attention);
/openbmc/linux/drivers/platform/chrome/
H A Dcros_typec_vdm.c52 typec_altmode_attention(amode, resp.vdm_attention[1]); in cros_typec_handle_vdm_attention()
/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec_bus.rst110 …:functions: typec_altmode_enter typec_altmode_exit typec_altmode_attention typec_altmode_vdm typec…
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c1887 if (typec_altmode_attention(adev, p[1])) in tcpm_handle_vdm_request()