Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/virtio/
H A Dmain.c23 struct virtiovf_pci_core_device *virtvdev = container_of(core_vdev, in virtiovf_pci_open_device() local
25 struct vfio_pci_core_device *vdev = &virtvdev->core_device; in virtiovf_pci_open_device()
33 ret = virtiovf_open_legacy_io(virtvdev); in virtiovf_pci_open_device()
40 virtiovf_open_migration(virtvdev); in virtiovf_pci_open_device()
47 struct virtiovf_pci_core_device *virtvdev = container_of(core_vdev, in virtiovf_pci_close_device() local
50 virtiovf_close_migration(virtvdev); in virtiovf_pci_close_device()
57 struct virtiovf_pci_core_device *virtvdev = container_of(core_vdev, in virtiovf_pci_init_device() local
69 return virtiovf_init_legacy_io(virtvdev); in virtiovf_pci_init_device()
76 struct virtiovf_pci_core_device *virtvdev = container_of(core_vdev, in virtiovf_pci_core_release_dev() local
79 virtiovf_release_legacy_io(virtvdev); in virtiovf_pci_core_release_dev()
[all …]