Home
last modified time | relevance | path

Searched refs:vfio_pci_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/vfio/pci/
Dvfio_pci.c128 static const struct vfio_device_ops vfio_pci_ops = { variable
151 vfio_pci_core_init_device(vdev, pdev, &vfio_pci_ops); in vfio_pci_probe()
Dvfio_pci_core.c1779 const struct vfio_device_ops *vfio_pci_ops) in vfio_pci_core_init_device() argument
1781 vfio_init_group_dev(&vdev->vdev, &pdev->dev, vfio_pci_ops); in vfio_pci_core_init_device()
/Linux-v5.15/include/linux/
Dvfio_pci_core.h215 const struct vfio_device_ops *vfio_pci_ops);