Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/include/linux/usb/
Dpd_vdo.h40 #define VDO(vid, type, custom) \ macro
/Linux-v4.19/drivers/usb/typec/
Dtcpm.c1118 response[0] = VDO(USB_SID_PD, 1, CMD_DISCOVER_SVID); in tcpm_pd_svdm()
1124 response[0] = VDO(USB_SID_PD, 1, in tcpm_pd_svdm()
1128 response[0] = VDO(modep->svids[0], 1, in tcpm_pd_svdm()
1139 response[0] = VDO(svid, 1, CMD_DISCOVER_MODES); in tcpm_pd_svdm()
1149 response[0] = VDO(adev->svid, 1, CMD_EXIT_MODE); in tcpm_pd_svdm()
1224 header = VDO(vid, ((vid & USB_SID_PD) == USB_SID_PD) ? in tcpm_send_vdm()
1472 header = VDO(altmode->svid, 1, CMD_ENTER_MODE); in tcpm_altmode_enter()
1488 header = VDO(altmode->svid, 1, CMD_EXIT_MODE); in tcpm_altmode_exit()
/Linux-v4.19/drivers/usb/typec/altmodes/
Ddisplayport.c17 #define DP_HEADER(cmd) (VDO(USB_TYPEC_DP_SID, 1, cmd) | \