Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vfio/mdev/
Dvfio_mdev.c118 return vfio_add_group_dev(dev, &vfio_mdev_dev_ops, mdev); in vfio_mdev_probe()
/Linux-v4.19/include/linux/
Dvfio.h50 extern int vfio_add_group_dev(struct device *dev,
/Linux-v4.19/Documentation/
Dvfio.txt252 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 the
279 in the vfio_add_group_dev() call above. This allows the bus driver
/Linux-v4.19/drivers/vfio/platform/
Dvfio_platform_common.c695 ret = vfio_add_group_dev(dev, &vfio_platform_ops, vdev); in vfio_platform_probe_common()
/Linux-v4.19/drivers/vfio/
Dvfio.c805 int vfio_add_group_dev(struct device *dev, in vfio_add_group_dev() function
855 EXPORT_SYMBOL_GPL(vfio_add_group_dev);
/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci.c1225 ret = vfio_add_group_dev(&pdev->dev, &vfio_pci_ops, vdev); in vfio_pci_probe()