mdev_register_device 1626 drivers/gpu/drm/i915/gvt/kvmgt.c return mdev_register_device(dev, &intel_vgpu_ops); mdev_register_device 591 drivers/s390/cio/vfio_ccw_ops.c return mdev_register_device(&sch->dev, &vfio_ccw_mdev_ops); mdev_register_device 1298 drivers/s390/crypto/vfio_ap_ops.c return mdev_register_device(&matrix_dev->device, &vfio_ap_matrix_ops); mdev_register_device 211 drivers/vfio/mdev/mdev_core.c EXPORT_SYMBOL(mdev_register_device); mdev_register_device 138 include/linux/mdev.h int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops); mdev_register_device 1471 samples/vfio-mdev/mbochs.c ret = mdev_register_device(&mbochs_dev, &mdev_fops); mdev_register_device 778 samples/vfio-mdev/mdpy.c ret = mdev_register_device(&mdpy_dev, &mdev_fops); mdev_register_device 1448 samples/vfio-mdev/mtty.c ret = mdev_register_device(&mtty_dev.dev, &mdev_fops);