Symbol: mdev_device
drivers/gpu/drm/i915/gvt/kvmgt.c
1416
struct mdev_device *mdev = to_mdev_device(vfio_dev->dev);
drivers/gpu/drm/i915/gvt/kvmgt.c
1457
static int intel_vgpu_probe(struct mdev_device *mdev)
drivers/gpu/drm/i915/gvt/kvmgt.c
1483
static void intel_vgpu_remove(struct mdev_device *mdev)
drivers/s390/cio/vfio_ccw_ops.c
147
static void vfio_ccw_mdev_remove(struct mdev_device *mdev)
drivers/s390/cio/vfio_ccw_ops.c
97
static int vfio_ccw_mdev_probe(struct mdev_device *mdev)
drivers/s390/crypto/vfio_ap_ops.c
790
static int vfio_ap_mdev_probe(struct mdev_device *mdev)
drivers/s390/crypto/vfio_ap_ops.c
860
static void vfio_ap_mdev_remove(struct mdev_device *mdev)
drivers/s390/crypto/vfio_ap_private.h
121
struct mdev_device *mdev;
drivers/vfio/mdev/mdev_core.c
112
struct mdev_device *mdev = to_mdev_device(dev);
drivers/vfio/mdev/mdev_core.c
131
struct mdev_device *mdev, *tmp;
drivers/vfio/mdev/mdev_core.c
213
int mdev_device_remove(struct mdev_device *mdev)
drivers/vfio/mdev/mdev_core.c
215
struct mdev_device *tmp;
drivers/vfio/mdev/mdev_core.c
27
static void mdev_device_remove_common(struct mdev_device *mdev)
drivers/vfio/mdev/mdev_private.h
24
int mdev_create_sysfs_files(struct mdev_device *mdev);
drivers/vfio/mdev/mdev_private.h
25
void mdev_remove_sysfs_files(struct mdev_device *mdev);
drivers/vfio/mdev/mdev_private.h
28
int mdev_device_remove(struct mdev_device *dev);
drivers/vfio/mdev/mdev_sysfs.c
243
struct mdev_device *mdev = to_mdev_device(dev);
drivers/vfio/mdev/mdev_sysfs.c
276
int mdev_create_sysfs_files(struct mdev_device *mdev)
drivers/vfio/mdev/mdev_sysfs.c
296
void mdev_remove_sysfs_files(struct mdev_device *mdev)
include/linux/mdev.h
51
static inline struct mdev_device *to_mdev_device(struct device *dev)
include/linux/mdev.h
53
return container_of(dev, struct mdev_device, dev);
include/linux/mdev.h
69
int (*probe)(struct mdev_device *dev);
include/linux/mdev.h
70
void (*remove)(struct mdev_device *dev);
include/linux/mdev.h
84
static inline struct device *mdev_dev(struct mdev_device *mdev)
samples/vfio-mdev/mbochs.c
175
struct mdev_device *mdev;
samples/vfio-mdev/mbochs.c
518
struct mdev_device *mdev = to_mdev_device(vdev->dev);
samples/vfio-mdev/mbochs.c
566
static int mbochs_probe(struct mdev_device *mdev)
samples/vfio-mdev/mbochs.c
597
static void mbochs_remove(struct mdev_device *mdev)
samples/vfio-mdev/mdpy.c
102
struct mdev_device *mdev;
samples/vfio-mdev/mdpy.c
229
struct mdev_device *mdev = to_mdev_device(vdev->dev);
samples/vfio-mdev/mdpy.c
261
static int mdpy_probe(struct mdev_device *mdev)
samples/vfio-mdev/mdpy.c
291
static void mdpy_remove(struct mdev_device *mdev)
samples/vfio-mdev/mtty.c
1316
struct mdev_device *mdev = to_mdev_device(vdev->dev);
samples/vfio-mdev/mtty.c
1361
static int mtty_probe(struct mdev_device *mdev)
samples/vfio-mdev/mtty.c
1393
static void mtty_remove(struct mdev_device *mdev)
samples/vfio-mdev/mtty.c
160
struct mdev_device *mdev;