Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/usb/
H A Dtypec_bus.rst49 the SVID specific commands to each other using :c:func:`typec_altmode_vdm()`.
110 …:functions: typec_altmode_enter typec_altmode_exit typec_altmode_attention typec_altmode_vdm typec…
/linux/include/linux/usb/
H A Dtypec_altmode.h73 int typec_altmode_vdm(struct typec_altmode *altmode,
/linux/drivers/usb/typec/
H A Dbus.c214 int typec_altmode_vdm(struct typec_altmode *adev, in typec_altmode_vdm() function
235 EXPORT_SYMBOL_GPL(typec_altmode_vdm);
/linux/drivers/platform/chrome/
H A Dcros_typec_vdm.c89 ret = typec_altmode_vdm(amode, hdr, &resp.vdm_response[1], resp.vdm_data_objects); in cros_typec_handle_vdm_response()
/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c278 ret = typec_altmode_vdm(dp->alt, dp->header, in ucsi_displayport_work()