Searched defs:vdo (Results 1 – 7 of 7) sorted by relevance
84 #define PD_VDO_VID(vdo) ((vdo) >> 16) argument85 #define PD_VDO_SVDM(vdo) (((vdo) >> 15) & 1) argument86 #define PD_VDO_OPOS(vdo) (((vdo) >> 8) & 0x7) argument87 #define PD_VDO_CMD(vdo) ((vdo) & 0x1f) argument88 #define PD_VDO_CMDT(vdo) (((vdo) >> 6) & 0x3) argument131 #define PD_IDH_PTYPE(vdo) (((vdo) >> 27) & 0x7) argument132 #define PD_IDH_VID(vdo) ((vdo) & 0xffff) argument133 #define PD_IDH_MODAL_SUPP(vdo) ((vdo) & (1 << 26)) argument140 #define PD_CSTAT_XID(vdo) (vdo) argument149 #define PD_PRODUCT_PID(vdo) (((vdo) >> 16) & 0xffff) argument[all …]
28 u32 vdo; member
105 u32 vdo; member
188 u32 vdo; in dp_altmode_work() local227 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention()254 const u32 hdr, const u32 *vdo, int count) in dp_altmode_vdm()
149 void typec_altmode_attention(struct typec_altmode *adev, u32 vdo) in typec_altmode_attention()170 const u32 header, const u32 *vdo, int count) in typec_altmode_vdm()
62 u32 vdo[3]; member
945 u32 vdo = le32_to_cpu(payload[VDO_INDEX_IDH]); in svdm_consume_identity() local