Searched refs:VDO (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-typec | 220 directory exists, it will have an attribute file for every VDO 288 directory exists, it will have an attribute file for every VDO 295 ID Header VDO part of Discover Identity command result. The 303 Cert Stat VDO part of Discover Identity command result. The 311 Product VDO part of Discover Identity command result. The value 319 1st Product Type VDO of Discover Identity command result. 321 available and a valid Product Type VDO is returned. 327 2nd Product Type VDO of Discover Identity command result. 329 available and a valid Product Type VDO is returned. 335 3rd Product Type VDO of Discover Identity command result. [all …]
|
D | sysfs-bus-typec | 37 must be done with either mode VDO or the description. 50 Shows the VDO in hexadecimal returned by Discover Modes command
|
/Linux-v6.6/Documentation/ABI/obsolete/ |
D | sysfs-class-typec | 17 is the actual index to the mode VDO returned by Discover Modes 31 Shows the VDO in hexadecimal returned by Discover Modes command
|
/Linux-v6.6/drivers/usb/typec/ucsi/ |
D | displayport.c | 93 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()
|
/Linux-v6.6/drivers/platform/chrome/ |
D | cros_typec_vdm.c | 105 hdr = VDO(amode->svid, 1, SVDM_VER_2_0, CMD_ENTER_MODE); in cros_typec_port_amode_enter()
|
/Linux-v6.6/include/linux/usb/ |
D | pd_vdo.h | 31 #define VDO(vid, type, ver, custom) \ macro
|
/Linux-v6.6/drivers/usb/typec/tcpm/ |
D | tcpm.c | 1699 response[0] = VDO(USB_SID_PD, 1, typec_get_negotiated_svdm_version(typec), in tcpm_pd_svdm() 1706 response[0] = VDO(USB_SID_PD, 1, svdm_version, CMD_DISCOVER_SVID); in tcpm_pd_svdm() 1709 response[0] = VDO(modep->svids[0], 1, svdm_version, in tcpm_pd_svdm() 1720 response[0] = VDO(svid, 1, svdm_version, CMD_DISCOVER_MODES); in tcpm_pd_svdm() 1873 response[0] = VDO(adev->svid, 1, svdm_version, in tcpm_handle_vdm_request() 1914 header = VDO(vid, ((vid & USB_SID_PD) == USB_SID_PD) ? in tcpm_send_vdm() 2228 header = VDO(altmode->svid, vdo ? 2 : 1, svdm_version, CMD_ENTER_MODE); in tcpm_altmode_enter() 2245 header = VDO(altmode->svid, 1, svdm_version, CMD_EXIT_MODE); in tcpm_altmode_exit()
|
/Linux-v6.6/drivers/usb/typec/altmodes/ |
D | displayport.c | 20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \
|