Searched defs:vdo (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/include/linux/usb/ |
D | pd_vdo.h | 77 #define PD_VDO_VID(vdo) ((vdo) >> 16) argument 78 #define PD_VDO_SVDM(vdo) (((vdo) >> 15) & 1) argument 79 #define PD_VDO_SVDM_VER(vdo) (((vdo) >> 13) & 0x3) argument 80 #define PD_VDO_OPOS(vdo) (((vdo) >> 8) & 0x7) argument 81 #define PD_VDO_CMD(vdo) ((vdo) & 0x1f) argument 82 #define PD_VDO_CMDT(vdo) (((vdo) >> 6) & 0x3) argument 148 #define PD_IDH_PTYPE(vdo) (((vdo) >> 27) & 0x7) argument 149 #define PD_IDH_VID(vdo) ((vdo) & 0xffff) argument 150 #define PD_IDH_MODAL_SUPP(vdo) ((vdo) & (1 << 26)) argument 151 #define PD_IDH_DFP_PTYPE(vdo) (((vdo) >> 23) & 0x7) argument [all …]
|
D | typec.h | 106 u32 vdo[3]; member 125 u32 vdo; member
|
D | typec_altmode.h | 28 u32 vdo; member
|
/linux-5.19.10/drivers/usb/typec/ |
D | bus.c | 97 int typec_altmode_enter(struct typec_altmode *adev, u32 *vdo) in typec_altmode_enter() 157 void typec_altmode_attention(struct typec_altmode *adev, u32 vdo) in typec_altmode_attention() 178 const u32 header, const u32 *vdo, int count) in typec_altmode_vdm()
|
D | class.c | 1980 u32 svid, vdo; in typec_port_register_altmodes() local
|
/linux-5.19.10/drivers/usb/typec/altmodes/ |
D | displayport.c | 192 u32 vdo; in dp_altmode_work() local 234 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention() 261 const u32 hdr, const u32 *vdo, int count) in dp_altmode_vdm()
|
/linux-5.19.10/drivers/usb/typec/ucsi/ |
D | displayport.c | 48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter()
|
/linux-5.19.10/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
|
/linux-5.19.10/drivers/usb/typec/tcpm/ |
D | tcpm.c | 1457 u32 vdo = p[VDO_INDEX_IDH]; in svdm_consume_identity() local 2178 static int tcpm_altmode_enter(struct typec_altmode *altmode, u32 *vdo) in tcpm_altmode_enter()
|
/linux-5.19.10/include/linux/platform_data/ |
D | cros_ec_commands.h | 5192 uint32_t vdo[6]; /* Mode VDOs */ member
|