Searched refs:vfio_add_group_dev (Results 1 – 5 of 5) sorted by relevance
47 extern int vfio_add_group_dev(struct device *dev,
250 the driver should call vfio_add_group_dev() and vfio_del_group_dev()253 extern int vfio_add_group_dev(struct iommu_group *iommu_group,260 vfio_add_group_dev() indicates to the core to begin tracking the278 in the vfio_add_group_dev() call above. This allows the bus driver
630 int vfio_add_group_dev(struct device *dev, in vfio_add_group_dev() function680 EXPORT_SYMBOL_GPL(vfio_add_group_dev);
570 ret = vfio_add_group_dev(dev, &vfio_platform_ops, vdev); in vfio_platform_probe_common()
961 ret = vfio_add_group_dev(&pdev->dev, &vfio_pci_ops, vdev); in vfio_pci_probe()