Home
last modified time | relevance | path

Searched refs:mdev_register_device (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/vfio/mdev/
Dmdev_core.c167 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops) in mdev_register_device() function
230 EXPORT_SYMBOL(mdev_register_device);
/Linux-v4.19/include/linux/
Dmdev.h127 extern int mdev_register_device(struct device *dev,
/Linux-v4.19/Documentation/
Dvfio-mediated-device.txt63 | +-----------+ | mdev_register_device() +--------------+
69 | | device | | mdev_register_device() +--------------+
75 | | | | mdev_register_device() +--------------+
165 extern int mdev_register_device(struct device *dev,
/Linux-v4.19/drivers/s390/cio/
Dvfio_ccw_ops.c420 return mdev_register_device(&sch->dev, &vfio_ccw_mdev_ops); in vfio_ccw_mdev_reg()
/Linux-v4.19/samples/vfio-mdev/
Dmdpy.c778 ret = mdev_register_device(&mdpy_dev, &mdev_fops); in mdpy_dev_init()
Dmbochs.c1376 ret = mdev_register_device(&mbochs_dev, &mdev_fops); in mbochs_dev_init()
Dmtty.c1473 ret = mdev_register_device(&mtty_dev.dev, &mdev_fops); in mtty_dev_init()
/Linux-v4.19/Documentation/s390/
Dvfio-ccw.txt153 | +---------+ | mdev_register_device() +--------------+
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1467 return mdev_register_device(dev, &intel_vgpu_ops); in kvmgt_host_init()