Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvfio_pci_core.h108 void vfio_pci_core_close_device(struct vfio_device *core_vdev);
/linux-6.1.9/drivers/vfio/pci/
Dvfio_pci.c133 .close_device = vfio_pci_core_close_device,
Dvfio_pci_core.c678 void vfio_pci_core_close_device(struct vfio_device *core_vdev) in vfio_pci_core_close_device() function
703 EXPORT_SYMBOL_GPL(vfio_pci_core_close_device);
/linux-6.1.9/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1210 vfio_pci_core_close_device(core_vdev); in hisi_acc_vfio_pci_close_device()
1256 .close_device = vfio_pci_core_close_device,
/linux-6.1.9/drivers/vfio/pci/mlx5/
Dmain.c574 vfio_pci_core_close_device(core_vdev); in mlx5vf_pci_close_device()