Searched refs:vfio_add_group_dev (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/vfio/mdev/ |
| D | vfio_mdev.c | 115 return vfio_add_group_dev(dev, &vfio_mdev_dev_ops, mdev); in vfio_mdev_probe()
|
| /Linux-v5.10/include/linux/ |
| D | vfio.h | 51 extern int vfio_add_group_dev(struct device *dev,
|
| /Linux-v5.10/Documentation/driver-api/ |
| D | vfio.rst | 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 the 279 in the vfio_add_group_dev() call above. This allows the bus driver
|
| /Linux-v5.10/drivers/vfio/fsl-mc/ |
| D | vfio_fsl_mc.c | 611 ret = vfio_add_group_dev(dev, &vfio_fsl_mc_ops, vdev); in vfio_fsl_mc_probe()
|
| /Linux-v5.10/drivers/vfio/platform/ |
| D | vfio_platform_common.c | 688 ret = vfio_add_group_dev(dev, &vfio_platform_ops, vdev); in vfio_platform_probe_common()
|
| /Linux-v5.10/drivers/vfio/ |
| D | vfio.c | 804 int vfio_add_group_dev(struct device *dev, in vfio_add_group_dev() function 854 EXPORT_SYMBOL_GPL(vfio_add_group_dev);
|
| /Linux-v5.10/drivers/vfio/pci/ |
| D | vfio_pci.c | 1974 ret = vfio_add_group_dev(&pdev->dev, &vfio_pci_ops, vdev); in vfio_pci_probe()
|