Searched refs:typec_altmode_vdm (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | typec_altmode.h | 71 int typec_altmode_vdm(struct typec_altmode *altmode,
|
/openbmc/linux/drivers/usb/typec/ |
H A D | bus.c | 214 int typec_altmode_vdm(struct typec_altmode *adev, in typec_altmode_vdm() function 235 EXPORT_SYMBOL_GPL(typec_altmode_vdm);
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | typec_bus.rst | 49 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…
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_typec_vdm.c | 89 ret = typec_altmode_vdm(amode, hdr, &resp.vdm_response[1], resp.vdm_data_objects); in cros_typec_handle_vdm_response()
|
/openbmc/linux/drivers/usb/typec/altmodes/ |
H A D | displayport.c | 201 ret = typec_altmode_vdm(dp->alt, header, &conf, 2); in dp_altmode_configure_vdm() 230 ret = typec_altmode_vdm(dp->alt, header, &vdo, 2); in dp_altmode_work()
|
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | displayport.c | 278 ret = typec_altmode_vdm(dp->alt, dp->header, in ucsi_displayport_work()
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 1868 typec_altmode_vdm(adev, p[0], &p[1], cnt); in tcpm_handle_vdm_request() 1871 typec_altmode_vdm(adev, p[0], &p[1], cnt); in tcpm_handle_vdm_request() 1874 if (typec_altmode_vdm(adev, p[0], &p[1], cnt)) { in tcpm_handle_vdm_request()
|