Searched refs:vfio_add_group_dev (Results 1 – 6 of 6) sorted by relevance
118 return vfio_add_group_dev(dev, &vfio_mdev_dev_ops, mdev); in vfio_mdev_probe()
50 extern int vfio_add_group_dev(struct device *dev,
252 the driver should call vfio_add_group_dev() and vfio_del_group_dev()255 extern int vfio_add_group_dev(struct device *dev,261 vfio_add_group_dev() indicates to the core to begin tracking the279 in the vfio_add_group_dev() call above. This allows the bus driver
695 ret = vfio_add_group_dev(dev, &vfio_platform_ops, vdev); in vfio_platform_probe_common()
805 int vfio_add_group_dev(struct device *dev, in vfio_add_group_dev() function855 EXPORT_SYMBOL_GPL(vfio_add_group_dev);
1225 ret = vfio_add_group_dev(&pdev->dev, &vfio_pci_ops, vdev); in vfio_pci_probe()