Home
last modified time | relevance | path

Searched refs:vdo (Results 1 – 4 of 4) sorted by relevance

/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_altmode.h28 u32 vdo; member
60 void (*attention)(struct typec_altmode *altmode, u32 vdo);
62 const u32 *vdo, int cnt);
70 void typec_altmode_attention(struct typec_altmode *altmode, u32 vdo);
72 const u32 header, const u32 *vdo, int count);
Dtypec.h105 u32 vdo; member
/include/linux/platform_data/
Dcros_ec_commands.h5003 uint32_t vdo[6]; /* Mode VDOs */ member