Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/chrome/
H A Dcros_typec_altmode.c92 adata->header = VDO(adata->sid, 1, svdm_version, CMD_ENTER_MODE); in cros_typec_altmode_enter()
131 adata->header = VDO(adata->sid, 1, svdm_version, CMD_EXIT_MODE); in cros_typec_altmode_exit()
167 adata->header = VDO(adata->sid, 1, svdm_version, cmd); in cros_typec_displayport_vdm()
225 adata->header = VDO(adata->sid, 1, svdm_version, cmd); in cros_typec_thunderbolt_vdm()
H 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.15/Documentation/ABI/testing/
H A Dsysfs-class-typec233 directory exists, it will have an attribute file for every VDO
315 directory exists, it will have an attribute file for every VDO
322 ID Header VDO part of Discover Identity command result. The
330 Cert Stat VDO part of Discover Identity command result. The
338 Product VDO part of Discover Identity command result. The value
346 1st Product Type VDO of Discover Identity command result.
348 available and a valid Product Type VDO is returned.
354 2nd Product Type VDO of Discover Identity command result.
356 available and a valid Product Type VDO is returned.
362 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
/linux-6.15/drivers/usb/typec/ucsi/
H A Ddisplayport.c94 dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, CMD_ENTER_MODE); in ucsi_displayport_enter()
139 dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, CMD_EXIT_MODE); in ucsi_displayport_exit()
232 dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, cmd); in ucsi_displayport_vdm()
/linux-6.15/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
/linux-6.15/drivers/md/dm-vdo/
H A DKconfig4 tristate "VDO: deduplication and compression target"
/linux-6.15/Documentation/devicetree/bindings/connector/
H A Dusb-connector.yaml122 description: An array of u32 with each entry, a Vendor Defined Message Object (VDO),
124 definitions and the order of each VDO can be found in
126 chapter 6.4.4.3.1 Discover Identity. User can specify the VDO array via
134 description: An array of u32 with each entry, a Vendor Defined Message Object (VDO),
136 definitions and the order of each VDO can be found in
138 Identity. User can specify the VDO array via VDO_IDH/_CERT/_PRODUCT/_CABLE/_AMA defined in
180 description: VDO returned by Discover Modes USB PD command.
/linux-6.15/drivers/usb/typec/tcpm/
H A Dtcpm.c2116 response[0] = VDO(USB_SID_PD, 1, in tcpm_pd_svdm()
2122 response[0] = VDO(USB_SID_PD, 1, in tcpm_pd_svdm()
2145 response[0] = VDO(USB_SID_PD, 1, in tcpm_pd_svdm()
2169 response[0] = VDO(modep_prime->svids[0], 1, in tcpm_pd_svdm()
2184 response[0] = VDO(svid, 1, svdm_version, in tcpm_pd_svdm()
2189 response[0] = VDO(USB_SID_PD, 1, in tcpm_pd_svdm()
2203 response[0] = VDO(svid, 1, in tcpm_pd_svdm()
2382 response[0] = VDO(adev->svid, 1, svdm_version, in tcpm_handle_vdm_request()
2394 response[0] = VDO(adev->svid, 1, svdm_version, in tcpm_handle_vdm_request()
2455 header = VDO(vid, ((vid & USB_SID_PD) == USB_SID_PD) ? in tcpm_send_vdm()
[all …]
/linux-6.15/include/linux/usb/
H A Dpd_vdo.h32 #define VDO(vid, type, ver, custom) \ macro
/linux-6.15/drivers/usb/typec/altmodes/
H A Ddisplayport.c20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dvdo.rst256 by users who want to recreate a similar VDO volume and
/linux-6.15/
H A DMAINTAINERS6834 DEVICE-MAPPER VDO TARGET