Searched defs:vdo (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/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 150 #define PD_IDH_MODAL_SUPP(vdo) ((vdo) & (1 << 26)) argument 151 #define PD_IDH_DFP_PTYPE(vdo) (((vdo) >> 23) & 0x7) argument [all …]
|
| H A D | typec.h | 107 u32 vdo[3]; member 126 u32 vdo; member
|
| H A D | typec_altmode.h | 28 u32 vdo; member
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| 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 150 #define PD_IDH_MODAL_SUPP(vdo) ((vdo) & (1 << 26)) argument 151 #define PD_IDH_DFP_PTYPE(vdo) (((vdo) >> 23) & 0x7) argument [all …]
|
| H A D | typec.h | 106 u32 vdo[3]; member 125 u32 vdo; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ |
| H A D | bus.c | 95 int typec_altmode_enter(struct typec_altmode *adev, u32 *vdo) in typec_altmode_enter() 155 void typec_altmode_attention(struct typec_altmode *adev, u32 vdo) in typec_altmode_attention() 176 const u32 header, const u32 *vdo, int count) in typec_altmode_vdm()
|
| H A D | class.c | 1996 u32 svid, vdo; in typec_port_register_altmodes() local
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/altmodes/ |
| H A D | displayport.c | 217 u32 vdo; in dp_altmode_work() local 259 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention() 286 const u32 hdr, const u32 *vdo, int count) in dp_altmode_vdm()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 1485 u32 vdo = p[VDO_INDEX_IDH]; in svdm_consume_identity() local 2238 static int tcpm_altmode_enter(struct typec_altmode *altmode, u32 *vdo) in tcpm_altmode_enter()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 5169 uint32_t vdo[6]; /* Mode VDOs */ member
|