Searched refs:mdev_register_device (Results 1 – 11 of 11) sorted by relevance
124 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops) in mdev_register_device() function195 EXPORT_SYMBOL(mdev_register_device);
63 | +-----------+ | mdev_register_device() +--------------+69 | | device | | mdev_register_device() +--------------+75 | | | | mdev_register_device() +--------------+147 extern int mdev_register_device(struct device *dev,
149 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops);
669 return mdev_register_device(&sch->dev, &vfio_ccw_mdev_ops); in vfio_ccw_mdev_reg()
774 ret = mdev_register_device(&mdpy_dev, &mdev_fops); in mdpy_dev_init()
1388 ret = mdev_register_device(&mtty_dev.dev, &mdev_fops); in mtty_dev_init()
1465 ret = mdev_register_device(&mbochs_dev, &mdev_fops); in mbochs_dev_init()
1404 ret = mdev_register_device(&matrix_dev->device, &vfio_ap_matrix_ops); in vfio_ap_mdev_register()
159 | +---------+ | mdev_register_device() +--------------+
302 | +---------+ | mdev_register_device() +--------------+
1776 ret = mdev_register_device(dev, &intel_vgpu_ops); in kvmgt_host_init()
Completed in 36 milliseconds