Home
last modified time | relevance | path

Searched refs:vfio_assign_device_set (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dvfio.h191 int vfio_assign_device_set(struct vfio_device *device, void *set_id);
/linux-6.1.9/drivers/vfio/fsl-mc/
Dvfio_fsl_mc.c523 ret = vfio_assign_device_set(core_vdev, &mc_dev->dev); in vfio_fsl_mc_init_dev()
525 ret = vfio_assign_device_set(core_vdev, mc_dev->dev.parent); in vfio_fsl_mc_init_dev()
/linux-6.1.9/drivers/vfio/
Dvfio_main.c57 int vfio_assign_device_set(struct vfio_device *device, void *set_id) in vfio_assign_device_set() function
105 EXPORT_SYMBOL_GPL(vfio_assign_device_set);
545 vfio_assign_device_set(device, device); in __vfio_register_dev()
/linux-6.1.9/drivers/vfio/pci/
Dvfio_pci_core.c2155 ret = vfio_assign_device_set(&vdev->vdev, vdev); in vfio_pci_core_register_device()
2157 ret = vfio_assign_device_set(&vdev->vdev, pdev->slot); in vfio_pci_core_register_device()
2163 ret = vfio_assign_device_set(&vdev->vdev, pdev->bus); in vfio_pci_core_register_device()