Home
last modified time | relevance | path

Searched defs:vdo (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dpd_vdo.h77 #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 Dtypec.h119 u32 vdo[3]; member
138 u32 vdo; member
H A Dtypec_altmode.h28 u32 vdo; member
/openbmc/linux/drivers/platform/chrome/
H A Dcros_typec_vdm.c95 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 Dbus.c126 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 Dclass.c2151 u32 svid, vdo; in typec_port_register_altmodes() local
H A Danx7411.c549 int svid, int vdo) in anx7411_typec_register_altmode()
/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c213 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 Ddisplayport.c48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter()
/openbmc/linux/include/dt-bindings/usb/
H A Dpd.h431 #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 Dtcpm.c1482 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 Dec_commands.h4257 uint32_t vdo[6]; /* Mode VDOs */ member
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5207 uint32_t vdo[6]; /* Mode VDOs */ member