Searched refs:mdev_register_device (Results 1 – 9 of 9) sorted by relevance
167 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops) in mdev_register_device() function230 EXPORT_SYMBOL(mdev_register_device);
127 extern int mdev_register_device(struct device *dev,
63 | +-----------+ | mdev_register_device() +--------------+69 | | device | | mdev_register_device() +--------------+75 | | | | mdev_register_device() +--------------+165 extern int mdev_register_device(struct device *dev,
420 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()
1376 ret = mdev_register_device(&mbochs_dev, &mdev_fops); in mbochs_dev_init()
1473 ret = mdev_register_device(&mtty_dev.dev, &mdev_fops); in mtty_dev_init()
153 | +---------+ | mdev_register_device() +--------------+
1467 return mdev_register_device(dev, &intel_vgpu_ops); in kvmgt_host_init()