Home
last modified time | relevance | path

Searched refs:VDO (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-typec151 directory exists, it will have an attribute file for every VDO
158 ID Header VDO part of Discover Identity command result. The
166 Cert Stat VDO part of Discover Identity command result. The
174 Product VDO part of Discover Identity command result. The value
213 attribute for every VDO returned by Discover Identity command.
219 ID Header VDO part of Discover Identity command result. The
227 Cert Stat VDO part of Discover Identity command result. The
235 Product VDO part of Discover Identity command result. The value
Dsysfs-bus-typec37 must be done with either mode VDO or the description.
50 Shows the VDO in hexadecimal returned by Discover Modes command
/Linux-v5.10/drivers/usb/typec/ucsi/
Ddisplayport.c86 dp->header = VDO(USB_TYPEC_DP_SID, 1, CMD_ENTER_MODE); in ucsi_displayport_enter()
123 dp->header = VDO(USB_TYPEC_DP_SID, 1, CMD_EXIT_MODE); in ucsi_displayport_exit()
203 dp->header = VDO(USB_TYPEC_DP_SID, 1, cmd); in ucsi_displayport_vdm()
/Linux-v5.10/Documentation/ABI/obsolete/
Dsysfs-class-typec17 is the actual index to the mode VDO returned by Discover Modes
31 Shows the VDO in hexadecimal returned by Discover Modes command
/Linux-v5.10/include/linux/usb/
Dpd_vdo.h31 #define VDO(vid, type, custom) \ macro
/Linux-v5.10/drivers/usb/typec/tcpm/
Dtcpm.c1231 response[0] = VDO(USB_SID_PD, 1, CMD_DISCOVER_SVID); in tcpm_pd_svdm()
1237 response[0] = VDO(USB_SID_PD, 1, in tcpm_pd_svdm()
1241 response[0] = VDO(modep->svids[0], 1, in tcpm_pd_svdm()
1252 response[0] = VDO(svid, 1, CMD_DISCOVER_MODES); in tcpm_pd_svdm()
1359 response[0] = VDO(adev->svid, 1, CMD_EXIT_MODE); in tcpm_handle_vdm_request()
1392 header = VDO(vid, ((vid & USB_SID_PD) == USB_SID_PD) ? in tcpm_send_vdm()
1635 header = VDO(altmode->svid, vdo ? 2 : 1, CMD_ENTER_MODE); in tcpm_altmode_enter()
1647 header = VDO(altmode->svid, 1, CMD_EXIT_MODE); in tcpm_altmode_exit()
/Linux-v5.10/drivers/usb/typec/altmodes/
Ddisplayport.c18 #define DP_HEADER(_dp, cmd) (VDO((_dp)->alt->svid, 1, cmd) | \