Home
last modified time | relevance | path

Searched refs:mdev_types (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Dvgpu.c120 gvt->mdev_types = kzalloc_objs(*gvt->mdev_types, num_types); in intel_gvt_init_vgpu_types()
121 if (!gvt->mdev_types) in intel_gvt_init_vgpu_types()
143 gvt->mdev_types[i] = &gvt->types[i].type; in intel_gvt_init_vgpu_types()
144 gvt->mdev_types[i]->sysfs_name = gvt->types[i].name; in intel_gvt_init_vgpu_types()
151 kfree(gvt->mdev_types); in intel_gvt_init_vgpu_types()
159 kfree(gvt->mdev_types); in intel_gvt_clean_vgpu_types()
H A Dkvmgt.c1897 gvt->mdev_types, gvt->num_types); in intel_gvt_init_device()
/linux/drivers/s390/crypto/
H A Dvfio_ap_private.h56 struct mdev_type *mdev_types; member
H A Dvfio_ap_ops.c2397 matrix_dev->mdev_types = &matrix_dev->mdev_type; in vfio_ap_mdev_register()
2400 &matrix_dev->mdev_types, 1); in vfio_ap_mdev_register()
/linux/drivers/s390/cio/
H A Dvfio_ccw_drv.c189 parent->mdev_types = &parent->mdev_type; in vfio_ccw_sch_probe()
192 &parent->mdev_types, 1); in vfio_ccw_sch_probe()
H A Dvfio_ccw_private.h82 struct mdev_type *mdev_types; member