Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-typec220 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 …]
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
/linux-6.3-rc2/Documentation/ABI/obsolete/
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
/linux-6.3-rc2/drivers/usb/typec/ucsi/
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()
/linux-6.3-rc2/Documentation/devicetree/bindings/connector/
A Dusb-connector.yaml144 description: An array of u32 with each entry, a Vendor Defined Message Object (VDO),
146 definitions and the order of each VDO can be found in
148 chapter 6.4.4.3.1 Discover Identity. User can specify the VDO array via
156 description: An array of u32 with each entry, a Vendor Defined Message Object (VDO),
158 definitions and the order of each VDO can be found in
160 Identity. User can specify the VDO array via VDO_IDH/_CERT/_PRODUCT/_CABLE/_AMA defined in
/linux-6.3-rc2/drivers/platform/chrome/
A Dcros_typec_vdm.c105 hdr = VDO(amode->svid, 1, SVDM_VER_2_0, CMD_ENTER_MODE); in cros_typec_port_amode_enter()
/linux-6.3-rc2/include/linux/usb/
A Dpd_vdo.h31 #define VDO(vid, type, ver, custom) \ macro
/linux-6.3-rc2/drivers/usb/typec/tcpm/
A Dtcpm.c1677 response[0] = VDO(USB_SID_PD, 1, typec_get_negotiated_svdm_version(typec), in tcpm_pd_svdm()
1684 response[0] = VDO(USB_SID_PD, 1, svdm_version, CMD_DISCOVER_SVID); in tcpm_pd_svdm()
1687 response[0] = VDO(modep->svids[0], 1, svdm_version, in tcpm_pd_svdm()
1698 response[0] = VDO(svid, 1, svdm_version, CMD_DISCOVER_MODES); in tcpm_pd_svdm()
1851 response[0] = VDO(adev->svid, 1, svdm_version, in tcpm_handle_vdm_request()
1891 header = VDO(vid, ((vid & USB_SID_PD) == USB_SID_PD) ? in tcpm_send_vdm()
2202 header = VDO(altmode->svid, vdo ? 2 : 1, svdm_version, CMD_ENTER_MODE); in tcpm_altmode_enter()
2219 header = VDO(altmode->svid, 1, svdm_version, CMD_EXIT_MODE); in tcpm_altmode_exit()
/linux-6.3-rc2/drivers/usb/typec/altmodes/
A Ddisplayport.c20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \

Completed in 18 milliseconds