Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-typec212 directory exists, it will have an attribute file for every VDO
280 directory exists, it will have an attribute file for every VDO
287 ID Header VDO part of Discover Identity command result. The
295 Cert Stat VDO part of Discover Identity command result. The
303 Product VDO part of Discover Identity command result. The value
311 1st Product Type VDO of Discover Identity command result.
313 available and a valid Product Type VDO is returned.
319 2nd Product Type VDO of Discover Identity command result.
321 available and a valid Product Type VDO is returned.
327 3rd Product Type VDO of Discover Identity command result.
[all …]
H A Dsysfs-bus-typec37 must be done with either mode VDO or the description.
50 Shows the VDO in hexadecimal returned by Discover Modes command
/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ddisplayport.c93 dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, CMD_ENTER_MODE); in ucsi_displayport_enter()
137 dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, CMD_EXIT_MODE); in ucsi_displayport_exit()
229 dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, cmd); in ucsi_displayport_vdm()
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2/
H A D0001-fix-command-bin-findmnt-bin-lsblk-bin-sort-not-found.patch42 @@ -42,13 +42,14 @@ VDO="/bin/vdo"
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dpd_vdo.h31 #define VDO(vid, type, ver, custom) \ macro
/OK3568_Linux_fs/u-boot/include/power/power_delivery/
H A Dpd_vdo.h31 #define VDO(vid, type, ver, custom) \ macro
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c1702 response[0] = VDO(USB_SID_PD, 1, typec_get_negotiated_svdm_version(typec), in tcpm_pd_svdm()
1709 response[0] = VDO(USB_SID_PD, 1, svdm_version, CMD_DISCOVER_SVID); in tcpm_pd_svdm()
1712 response[0] = VDO(modep->svids[0], 1, svdm_version, in tcpm_pd_svdm()
1723 response[0] = VDO(svid, 1, svdm_version, CMD_DISCOVER_MODES); in tcpm_pd_svdm()
1897 response[0] = VDO(adev->svid, 1, svdm_version, in tcpm_handle_vdm_request()
1937 header = VDO(vid, ((vid & USB_SID_PD) == USB_SID_PD) ? in tcpm_send_vdm()
2248 header = VDO(altmode->svid, vdo ? 2 : 1, svdm_version, CMD_ENTER_MODE); in tcpm_altmode_enter()
2265 header = VDO(altmode->svid, 1, svdm_version, CMD_EXIT_MODE); in tcpm_altmode_exit()
/OK3568_Linux_fs/kernel/drivers/usb/typec/altmodes/
H A Ddisplayport.c20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \