Searched refs:vdo (Results 1 – 5 of 5) sorted by relevance
| /include/linux/usb/ |
| D | pd_vdo.h | 78 #define PD_VDO_VID(vdo) ((vdo) >> 16) argument 79 #define PD_VDO_SVDM(vdo) (((vdo) >> 15) & 1) argument 80 #define PD_VDO_SVDM_VER(vdo) (((vdo) >> 13) & 0x3) argument 81 #define PD_VDO_OPOS(vdo) (((vdo) >> 8) & 0x7) argument 82 #define PD_VDO_CMD(vdo) ((vdo) & 0x1f) argument 83 #define PD_VDO_CMDT(vdo) (((vdo) >> 6) & 0x3) argument 154 #define PD_IDH_PTYPE(vdo) (((vdo) >> 27) & 0x7) argument 155 #define PD_IDH_VID(vdo) ((vdo) & 0xffff) argument 156 #define PD_IDH_MODAL_SUPP(vdo) ((vdo) & (1 << 26)) argument 157 #define PD_IDH_DFP_PTYPE(vdo) (((vdo) >> 23) & 0x7) argument [all …]
|
| D | typec_altmode.h | 29 u32 vdo; member 61 int (*enter)(struct typec_altmode *altmode, u32 *vdo); 63 void (*attention)(struct typec_altmode *altmode, u32 vdo); 65 const u32 *vdo, int cnt); 72 int typec_altmode_enter(struct typec_altmode *altmode, u32 *vdo); 74 int typec_altmode_attention(struct typec_altmode *altmode, u32 vdo); 76 const u32 header, const u32 *vdo, int count); 89 int (*enter)(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo); 92 const u32 hdr, const u32 *vdo, int cnt); 95 int typec_cable_altmode_enter(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo); [all …]
|
| D | typec.h | 121 u32 vdo[3]; member 140 u32 vdo; member
|
| /include/dt-bindings/usb/ |
| D | pd.h | 431 #define PD_VDO_AMA_VCONN_REQ(vdo) (((vdo) >> 4) & 1) argument 432 #define PD_VDO_AMA_VBUS_REQ(vdo) (((vdo) >> 3) & 1) argument
|
| /include/linux/platform_data/ |
| D | cros_ec_commands.h | 5375 uint32_t vdo[6]; /* Mode VDOs */ member
|