Searched refs:mdev_register_device (Results 1 – 11 of 11) sorted by relevance
142 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops) in mdev_register_device() function211 EXPORT_SYMBOL(mdev_register_device);
63 | +-----------+ | mdev_register_device() +--------------+69 | | device | | mdev_register_device() +--------------+75 | | | | mdev_register_device() +--------------+165 extern int mdev_register_device(struct device *dev,
138 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops);
622 return mdev_register_device(&sch->dev, &vfio_ccw_mdev_ops); in vfio_ccw_mdev_reg()
778 ret = mdev_register_device(&mdpy_dev, &mdev_fops); in mdpy_dev_init()
1448 ret = mdev_register_device(&mtty_dev.dev, &mdev_fops); in mtty_dev_init()
1456 ret = mdev_register_device(&mbochs_dev, &mdev_fops); in mbochs_dev_init()
1322 return mdev_register_device(&matrix_dev->device, &vfio_ap_matrix_ops); in vfio_ap_mdev_register()
159 | +---------+ | mdev_register_device() +--------------+
302 | +---------+ | mdev_register_device() +--------------+
1678 return mdev_register_device(dev, &intel_vgpu_ops); in kvmgt_host_init()