Searched defs:vdo (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | vdo.c | 90 static bool vdo_is_equal(struct vdo *vdo, const void *context) in vdo_is_equal() 107 struct vdo *vdo; in filter_vdos_locked() local 124 struct vdo *vdo; in vdo_find_matching() local 261 static int initialize_geometry_block(struct vdo *vdo, in initialize_geometry_block() 277 static int initialize_super_block(struct vdo *vdo, struct vdo_super_block *super_block) in initialize_super_block() 391 int vdo_make_thread(struct vdo *vdo, thread_id_t thread_id, in vdo_make_thread() 420 static int register_vdo(struct vdo *vdo) in register_vdo() 447 static int __must_check vdo_format(struct vdo *vdo, char **error_ptr) in vdo_format() 507 static int initialize_vdo(struct vdo *vdo, struct device_config *config, in initialize_vdo() 606 struct vdo *vdo; in vdo_make() local [all …]
|
| H A D | completion.c | 52 struct vdo *vdo, in vdo_initialize_completion() 114 struct vdo *vdo = completion->vdo; in vdo_enqueue_completion() local
|
| H A D | dump.c | 55 static void do_dump(struct vdo *vdo, unsigned int dump_options_requested, in do_dump() 130 int vdo_dump(struct vdo *vdo, unsigned int argc, char *const *argv, const char *why) in vdo_dump() 143 void vdo_dump_all(struct vdo *vdo, const char *why) in vdo_dump_all()
|
| H A D | vio.h | 88 static inline int __must_check create_metadata_vio(struct vdo *vdo, enum vio_type vio_type, in create_metadata_vio() 111 enum vio_priority priority, struct vdo *vdo) in initialize_vio()
|
| /linux/include/linux/usb/ |
| H A 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 …]
|
| H A D | typec_altmode.h | 40 u32 vdo; member
|
| /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()
|
| H A D | cros_typec_altmode.c | 58 static int cros_typec_altmode_enter(struct typec_altmode *alt, u32 *vdo) in cros_typec_altmode_enter()
|
| /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()
|
| /linux/drivers/usb/typec/ |
| H A D | anx7411.c | 552 int svid, int vdo) in anx7411_typec_register_altmode()
|