mdev_device
struct mdev_device *mdev = to_mdev_device(vfio_dev->dev);
static int intel_vgpu_probe(struct mdev_device *mdev)
static void intel_vgpu_remove(struct mdev_device *mdev)
static void vfio_ccw_mdev_remove(struct mdev_device *mdev)
static int vfio_ccw_mdev_probe(struct mdev_device *mdev)
static int vfio_ap_mdev_probe(struct mdev_device *mdev)
static void vfio_ap_mdev_remove(struct mdev_device *mdev)
struct mdev_device *mdev;
struct mdev_device *mdev = to_mdev_device(dev);
struct mdev_device *mdev, *tmp;
int mdev_device_remove(struct mdev_device *mdev)
struct mdev_device *tmp;
static void mdev_device_remove_common(struct mdev_device *mdev)
int mdev_create_sysfs_files(struct mdev_device *mdev);
void mdev_remove_sysfs_files(struct mdev_device *mdev);
int mdev_device_remove(struct mdev_device *dev);
struct mdev_device *mdev = to_mdev_device(dev);
int mdev_create_sysfs_files(struct mdev_device *mdev)
void mdev_remove_sysfs_files(struct mdev_device *mdev)
static inline struct mdev_device *to_mdev_device(struct device *dev)
return container_of(dev, struct mdev_device, dev);
int (*probe)(struct mdev_device *dev);
void (*remove)(struct mdev_device *dev);
static inline struct device *mdev_dev(struct mdev_device *mdev)
struct mdev_device *mdev;
struct mdev_device *mdev = to_mdev_device(vdev->dev);
static int mbochs_probe(struct mdev_device *mdev)
static void mbochs_remove(struct mdev_device *mdev)
struct mdev_device *mdev;
struct mdev_device *mdev = to_mdev_device(vdev->dev);
static int mdpy_probe(struct mdev_device *mdev)
static void mdpy_remove(struct mdev_device *mdev)
struct mdev_device *mdev = to_mdev_device(vdev->dev);
static int mtty_probe(struct mdev_device *mdev)
static void mtty_remove(struct mdev_device *mdev)
struct mdev_device *mdev;