Home
last modified time | relevance | path

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

/linux/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()
172 * provided VDO yet so just send back an ACK. in cros_typec_displayport_vdm()
225 adata->header = VDO(adata->sid, 1, svdm_version, cmd); in cros_typec_thunderbolt_vdm()
/linux/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 o
[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/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()
155 * We do not actually have access to the Status Update VDO, so we have to guess
232 dp->header = VDO(USB_TYPEC_DP_SID, 1, svdm_version, cmd); in ucsi_displayport_vdm()
/linux/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/drivers/md/dm-vdo/
H A DKconfig4 tristate "VDO: deduplication and compression target"
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c497 /* VDO to retry if UFP responder replied busy */
1592 * VDM/VDO handling functions
1722 /* Fill out id header, cert, product, cable VDO 1 */ in svdm_consume_identity_sop_prime()
1732 /* Log PD Revision and additional cable VDO from negotiated revision */ in svdm_consume_identity_sop_prime()
1796 * PD3.0 Spec 6.4.4.3.2: The SVIDs are returned 2 per VDO (see Table in svdm_consume_svids()
1800 * SVIDs VDO is returned ending either with a SVID value of 0x0000 in in svdm_consume_svids()
1801 * the last part of the last VDO or with a VDO containing two SVIDs in svdm_consume_svids()
1805 * 0x0000 in the last VDO, so we need to break the Discover SVIDs in svdm_consume_svids()
1848 tcpm_log(port, " Alternate mode %d: SVID 0x%04x, VDO in svdm_consume_modes()
[all...]
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo.rst256 by users who want to recreate a similar VDO volume and
/linux/
H A DMAINTAINERS7047 DEVICE-MAPPER VDO TARGET