Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-typec137 directory exists, it will have an attribute file for every VDO
144 ID Header VDO part of Discover Identity command result. The
152 Cert Stat VDO part of Discover Identity command result. The
160 Product VDO part of Discover Identity command result. The value
198 attribute for every VDO returned by Discover Identity command.
204 ID Header VDO part of Discover Identity command result. The
212 Cert Stat VDO part of Discover Identity command result. The
220 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.4/drivers/usb/typec/ucsi/
Ddisplayport.c89 dp->header = VDO(USB_TYPEC_DP_SID, 1, CMD_ENTER_MODE); in ucsi_displayport_enter()
125 dp->header = VDO(USB_TYPEC_DP_SID, 1, CMD_EXIT_MODE); in ucsi_displayport_exit()
205 dp->header = VDO(USB_TYPEC_DP_SID, 1, cmd); in ucsi_displayport_vdm()
/Linux-v5.4/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.4/include/linux/usb/
Dpd_vdo.h31 #define VDO(vid, type, custom) \ macro
/Linux-v5.4/drivers/usb/typec/tcpm/
Dtcpm.c1130 response[0] = VDO(USB_SID_PD, 1, CMD_DISCOVER_SVID); in tcpm_pd_svdm()
1136 response[0] = VDO(USB_SID_PD, 1, in tcpm_pd_svdm()
1140 response[0] = VDO(modep->svids[0], 1, in tcpm_pd_svdm()
1151 response[0] = VDO(svid, 1, CMD_DISCOVER_MODES); in tcpm_pd_svdm()
1162 response[0] = VDO(adev->svid, 1, in tcpm_pd_svdm()
1245 header = VDO(vid, ((vid & USB_SID_PD) == USB_SID_PD) ? in tcpm_send_vdm()
1493 header = VDO(altmode->svid, 1, CMD_ENTER_MODE); in tcpm_altmode_enter()
1509 header = VDO(altmode->svid, 1, CMD_EXIT_MODE); in tcpm_altmode_exit()
/Linux-v5.4/drivers/usb/typec/altmodes/
Ddisplayport.c17 #define DP_HEADER(_dp, cmd) (VDO((_dp)->alt->svid, 1, cmd) | \