Searched refs:vdo (Results 1 – 5 of 5) sorted by relevance
77 #define PD_VDO_VID(vdo) ((vdo) >> 16) argument78 #define PD_VDO_SVDM(vdo) (((vdo) >> 15) & 1) argument79 #define PD_VDO_SVDM_VER(vdo) (((vdo) >> 13) & 0x3) argument80 #define PD_VDO_OPOS(vdo) (((vdo) >> 8) & 0x7) argument81 #define PD_VDO_CMD(vdo) ((vdo) & 0x1f) argument82 #define PD_VDO_CMDT(vdo) (((vdo) >> 6) & 0x3) argument148 #define PD_IDH_PTYPE(vdo) (((vdo) >> 27) & 0x7) argument149 #define PD_IDH_VID(vdo) ((vdo) & 0xffff) argument150 #define PD_IDH_MODAL_SUPP(vdo) ((vdo) & (1 << 26)) argument151 #define PD_IDH_DFP_PTYPE(vdo) (((vdo) >> 23) & 0x7) argument[all …]
28 u32 vdo; member59 int (*enter)(struct typec_altmode *altmode, u32 *vdo);61 void (*attention)(struct typec_altmode *altmode, u32 vdo);63 const u32 *vdo, int cnt);70 int typec_altmode_enter(struct typec_altmode *altmode, u32 *vdo);72 void typec_altmode_attention(struct typec_altmode *altmode, u32 vdo);74 const u32 header, const u32 *vdo, int count);
107 u32 vdo[3]; member126 u32 vdo; member
431 #define PD_VDO_AMA_VCONN_REQ(vdo) (((vdo) >> 4) & 1) argument432 #define PD_VDO_AMA_VBUS_REQ(vdo) (((vdo) >> 3) & 1) argument
5185 uint32_t vdo[6]; /* Mode VDOs */ member