Searched defs:vdo (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A 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 159 #define PD_CSTAT_XID(vdo) (vdo) argument 502 #define PD_VDO_SVID_SVID0(vdo) ((vdo) >> 16) argument [all …]
|
H A D | typec.h | 119 u32 vdo[3]; member 138 u32 vdo; member
|
H A D | typec_altmode.h | 28 u32 vdo; member
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_typec_vdm.c | 95 static int cros_typec_port_amode_enter(struct typec_altmode *amode, u32 *vdo) in cros_typec_port_amode_enter() 121 const u32 *vdo, int cnt) in cros_typec_port_amode_vdm()
|
/openbmc/linux/drivers/usb/typec/ |
H A D | bus.c | 126 int typec_altmode_enter(struct typec_altmode *adev, u32 *vdo) in typec_altmode_enter() 186 int typec_altmode_attention(struct typec_altmode *adev, u32 vdo) in typec_altmode_attention() 215 const u32 header, const u32 *vdo, int count) in typec_altmode_vdm()
|
H A D | class.c | 2154 u32 svid, vdo; in typec_port_register_altmodes() local
|
H A D | anx7411.c | 549 int svid, int vdo) in anx7411_typec_register_altmode()
|
/openbmc/linux/drivers/usb/typec/altmodes/ |
H A D | displayport.c | 213 u32 vdo; in dp_altmode_work() local 255 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention() 282 const u32 hdr, const u32 *vdo, int count) in dp_altmode_vdm()
|
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | displayport.c | 48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter()
|
/openbmc/linux/include/dt-bindings/usb/ |
H A 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
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | tcpm.c | 1482 u32 vdo = p[VDO_INDEX_IDH]; in svdm_consume_identity() local 2225 static int tcpm_altmode_enter(struct typec_altmode *altmode, u32 *vdo) in tcpm_altmode_enter()
|
/openbmc/u-boot/include/ |
H A D | ec_commands.h | 4257 uint32_t vdo[6]; /* Mode VDOs */ member
|
/openbmc/linux/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 5207 uint32_t vdo[6]; /* Mode VDOs */ member
|