Home
last modified time | relevance | path

Searched refs:vfio_add_group_dev (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dvfio.h47 extern int vfio_add_group_dev(struct device *dev,
/linux-4.4.14/Documentation/
Dvfio.txt250 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 the
278 in the vfio_add_group_dev() call above. This allows the bus driver
/linux-4.4.14/drivers/vfio/
Dvfio.c630 int vfio_add_group_dev(struct device *dev, in vfio_add_group_dev() function
680 EXPORT_SYMBOL_GPL(vfio_add_group_dev);
/linux-4.4.14/drivers/vfio/platform/
Dvfio_platform_common.c570 ret = vfio_add_group_dev(dev, &vfio_platform_ops, vdev); in vfio_platform_probe_common()
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci.c961 ret = vfio_add_group_dev(&pdev->dev, &vfio_pci_ops, vdev); in vfio_pci_probe()