Searched refs:mdev_type (Results 1 – 9 of 9) sorted by relevance
/drivers/vfio/mdev/ |
D | mdev_sysfs.c | 19 ssize_t (*show)(struct mdev_type *mtype, 21 ssize_t (*store)(struct mdev_type *mtype, 35 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() 48 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() 61 static ssize_t create_store(struct mdev_type *mtype, in create_store() 89 static ssize_t device_api_show(struct mdev_type *mtype, in device_api_show() 96 static ssize_t name_show(struct mdev_type *mtype, in name_show() 105 static ssize_t available_instances_show(struct mdev_type *mtype, in available_instances_show() 118 static ssize_t description_show(struct mdev_type *mtype, in description_show() 156 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() [all …]
|
D | mdev_private.h | 22 container_of(_kobj, struct mdev_type, kobj) 30 int mdev_device_create(struct mdev_type *kobj, const guid_t *uuid);
|
D | mdev_core.c | 60 struct mdev_driver *mdev_driver, struct mdev_type **types, in mdev_register_parent() 128 int mdev_device_create(struct mdev_type *type, const guid_t *uuid) in mdev_device_create()
|
/drivers/s390/crypto/ |
D | vfio_ap_private.h | 55 struct mdev_type mdev_type; member 56 struct mdev_type *mdev_types[1];
|
D | vfio_ap_ops.c | 2130 matrix_dev->mdev_type.sysfs_name = VFIO_AP_MDEV_TYPE_HWVIRT; in vfio_ap_mdev_register() 2131 matrix_dev->mdev_type.pretty_name = VFIO_AP_MDEV_NAME_HWVIRT; in vfio_ap_mdev_register() 2132 matrix_dev->mdev_types[0] = &matrix_dev->mdev_type; in vfio_ap_mdev_register()
|
/drivers/s390/cio/ |
D | vfio_ccw_private.h | 81 struct mdev_type mdev_type; member 82 struct mdev_type *mdev_types[];
|
D | vfio_ccw_drv.c | 187 parent->mdev_type.sysfs_name = "io"; in vfio_ccw_sch_probe() 188 parent->mdev_type.pretty_name = "I/O subchannel (Non-QDIO)"; in vfio_ccw_sch_probe() 189 parent->mdev_types[0] = &parent->mdev_type; in vfio_ccw_sch_probe()
|
/drivers/gpu/drm/i915/gvt/ |
D | gvt.h | 318 struct mdev_type type; 345 struct mdev_type **mdev_types;
|
D | kvmgt.c | 114 static ssize_t intel_vgpu_show_description(struct mdev_type *mtype, char *buf) in intel_vgpu_show_description() 1511 static unsigned int intel_vgpu_get_available(struct mdev_type *mtype) in intel_vgpu_get_available()
|