Home
last modified time | relevance | path

Searched defs:vdo (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/include/linux/usb/
Dpd_vdo.h75 #define PD_VDO_VID(vdo) ((vdo) >> 16) argument
76 #define PD_VDO_SVDM(vdo) (((vdo) >> 15) & 1) argument
77 #define PD_VDO_OPOS(vdo) (((vdo) >> 8) & 0x7) argument
78 #define PD_VDO_CMD(vdo) ((vdo) & 0x1f) argument
79 #define PD_VDO_CMDT(vdo) (((vdo) >> 6) & 0x3) argument
122 #define PD_IDH_PTYPE(vdo) (((vdo) >> 27) & 0x7) argument
123 #define PD_IDH_VID(vdo) ((vdo) & 0xffff) argument
124 #define PD_IDH_MODAL_SUPP(vdo) ((vdo) & (1 << 26)) argument
131 #define PD_CSTAT_XID(vdo) (vdo) argument
140 #define PD_PRODUCT_PID(vdo) (((vdo) >> 16) & 0xffff) argument
[all …]
Dtypec.h105 u32 vdo[3]; member
124 u32 vdo; member
Dtypec_altmode.h28 u32 vdo; member
/Linux-v5.10/drivers/usb/typec/
Dbus.c95 int typec_altmode_enter(struct typec_altmode *adev, u32 *vdo) in typec_altmode_enter()
155 void typec_altmode_attention(struct typec_altmode *adev, u32 vdo) in typec_altmode_attention()
176 const u32 header, const u32 *vdo, int count) in typec_altmode_vdm()
Dtps6598x.c65 u32 vdo[3]; member
/Linux-v5.10/drivers/usb/typec/altmodes/
Ddisplayport.c185 u32 vdo; in dp_altmode_work() local
224 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention()
251 const u32 hdr, const u32 *vdo, int count) in dp_altmode_vdm()
/Linux-v5.10/drivers/usb/typec/ucsi/
Ddisplayport.c48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter()
/Linux-v5.10/drivers/usb/typec/tcpm/
Dtcpm.c1066 u32 vdo = p[VDO_INDEX_IDH]; in svdm_consume_identity() local
1630 static int tcpm_altmode_enter(struct typec_altmode *altmode, u32 *vdo) in tcpm_altmode_enter()
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_commands.h5169 uint32_t vdo[6]; /* Mode VDOs */ member