Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vfio/mdev/
Dmdev_core.c142 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops) in mdev_register_device() function
211 EXPORT_SYMBOL(mdev_register_device);
/Linux-v5.4/include/linux/
Dmdev.h138 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops);
/Linux-v5.4/Documentation/driver-api/
Dvfio-mediated-device.rst63 | +-----------+ | mdev_register_device() +--------------+
69 | | device | | mdev_register_device() +--------------+
75 | | | | mdev_register_device() +--------------+
165 extern int mdev_register_device(struct device *dev,
/Linux-v5.4/drivers/s390/cio/
Dvfio_ccw_ops.c591 return mdev_register_device(&sch->dev, &vfio_ccw_mdev_ops); in vfio_ccw_mdev_reg()
/Linux-v5.4/samples/vfio-mdev/
Dmdpy.c778 ret = mdev_register_device(&mdpy_dev, &mdev_fops); in mdpy_dev_init()
Dmtty.c1448 ret = mdev_register_device(&mtty_dev.dev, &mdev_fops); in mtty_dev_init()
Dmbochs.c1471 ret = mdev_register_device(&mbochs_dev, &mdev_fops); in mbochs_dev_init()
/Linux-v5.4/drivers/s390/crypto/
Dvfio_ap_ops.c1298 return mdev_register_device(&matrix_dev->device, &vfio_ap_matrix_ops); in vfio_ap_mdev_register()
/Linux-v5.4/Documentation/s390/
Dvfio-ccw.rst159 | +---------+ | mdev_register_device() +--------------+
Dvfio-ap.rst302 | +---------+ | mdev_register_device() +--------------+
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1626 return mdev_register_device(dev, &intel_vgpu_ops); in kvmgt_host_init()