Searched refs:virtvdev (Results 1 – 1 of 1) sorted by relevance
23 struct virtiovf_pci_core_device *virtvdev = container_of(core_vdev, in virtiovf_pci_open_device() local25 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() local50 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() local69 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() local79 virtiovf_release_legacy_io(virtvdev); in virtiovf_pci_core_release_dev()[all …]