Searched refs:typec_altmode_vdm (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/typec/ |
| A D | bus.c | 177 int typec_altmode_vdm(struct typec_altmode *adev, in typec_altmode_vdm() function 198 EXPORT_SYMBOL_GPL(typec_altmode_vdm);
|
| /linux/include/linux/usb/ |
| A D | typec_altmode.h | 71 int typec_altmode_vdm(struct typec_altmode *altmode,
|
| /linux/Documentation/driver-api/usb/ |
| 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…
|
| /linux/drivers/usb/typec/altmodes/ |
| A D | displayport.c | 180 ret = typec_altmode_vdm(dp->alt, header, &conf, 2); in dp_altmode_configure_vdm() 209 ret = typec_altmode_vdm(dp->alt, header, &vdo, 2); in dp_altmode_work()
|
| /linux/drivers/usb/typec/ucsi/ |
| A D | displayport.c | 280 ret = typec_altmode_vdm(dp->alt, dp->header, in ucsi_displayport_work()
|
| /linux/drivers/usb/typec/tcpm/ |
| A D | tcpm.c | 1825 typec_altmode_vdm(adev, p[0], &p[1], cnt); in tcpm_handle_vdm_request() 1828 typec_altmode_vdm(adev, p[0], &p[1], cnt); in tcpm_handle_vdm_request() 1831 if (typec_altmode_vdm(adev, p[0], &p[1], cnt)) { in tcpm_handle_vdm_request()
|
Completed in 17 milliseconds