Lines Matching defs:vdev

108 static void vfio_pci_probe_mmaps(struct vfio_pci_core_device *vdev)  in vfio_pci_probe_mmaps()
214 static void vfio_pci_probe_power_state(struct vfio_pci_core_device *vdev) in vfio_pci_probe_power_state()
234 int vfio_pci_set_power_state(struct vfio_pci_core_device *vdev, pci_power_t state) in vfio_pci_set_power_state()
282 static int vfio_pci_runtime_pm_entry(struct vfio_pci_core_device *vdev, in vfio_pci_runtime_pm_entry()
306 struct vfio_pci_core_device *vdev = in vfio_pci_core_pm_entry() local
328 struct vfio_pci_core_device *vdev = in vfio_pci_core_pm_entry_with_wakeup() local
356 static void __vfio_pci_runtime_pm_exit(struct vfio_pci_core_device *vdev) in __vfio_pci_runtime_pm_exit()
369 static void vfio_pci_runtime_pm_exit(struct vfio_pci_core_device *vdev) in vfio_pci_runtime_pm_exit()
383 struct vfio_pci_core_device *vdev = in vfio_pci_core_pm_exit() local
405 struct vfio_pci_core_device *vdev = dev_get_drvdata(dev); in vfio_pci_core_runtime_suspend() local
434 struct vfio_pci_core_device *vdev = dev_get_drvdata(dev); in vfio_pci_core_runtime_resume() local
466 int vfio_pci_core_enable(struct vfio_pci_core_device *vdev) in vfio_pci_core_enable()
557 void vfio_pci_core_disable(struct vfio_pci_core_device *vdev) in vfio_pci_core_disable()
685 struct vfio_pci_core_device *vdev = in vfio_pci_core_close_device() local
712 void vfio_pci_core_finish_enable(struct vfio_pci_core_device *vdev) in vfio_pci_core_finish_enable()
727 static int vfio_pci_get_irq_count(struct vfio_pci_core_device *vdev, int irq_type) in vfio_pci_get_irq_count()
769 struct vfio_device *vdev; member
793 struct vfio_device *vdev; in vfio_pci_fill_devs() local
874 static int msix_mmappable_cap(struct vfio_pci_core_device *vdev, in msix_mmappable_cap()
885 int vfio_pci_core_register_dev_region(struct vfio_pci_core_device *vdev, in vfio_pci_core_register_dev_region()
912 static int vfio_pci_info_atomic_cap(struct vfio_pci_core_device *vdev, in vfio_pci_info_atomic_cap()
943 static int vfio_pci_ioctl_get_info(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_get_info()
1000 static int vfio_pci_ioctl_get_region_info(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_get_region_info()
1137 static int vfio_pci_ioctl_get_irq_info(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_get_irq_info()
1174 static int vfio_pci_ioctl_set_irqs(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_set_irqs()
1210 static int vfio_pci_ioctl_reset(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_reset()
1238 struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_get_pci_hot_reset_info()
1314 vfio_pci_ioctl_pci_hot_reset_groups(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_pci_hot_reset_groups()
1392 static int vfio_pci_ioctl_pci_hot_reset(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_pci_hot_reset()
1422 static int vfio_pci_ioctl_ioeventfd(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_ioeventfd()
1450 struct vfio_pci_core_device *vdev = in vfio_pci_core_ioctl() local
1480 struct vfio_pci_core_device *vdev = in vfio_pci_core_feature_token() local
1524 static ssize_t vfio_pci_rw(struct vfio_pci_core_device *vdev, char __user *buf, in vfio_pci_rw()
1574 struct vfio_pci_core_device *vdev = in vfio_pci_core_read() local
1587 struct vfio_pci_core_device *vdev = in vfio_pci_core_write() local
1597 static void vfio_pci_zap_bars(struct vfio_pci_core_device *vdev) in vfio_pci_zap_bars()
1607 void vfio_pci_zap_and_down_write_memory_lock(struct vfio_pci_core_device *vdev) in vfio_pci_zap_and_down_write_memory_lock()
1613 u16 vfio_pci_memory_lock_and_enable(struct vfio_pci_core_device *vdev) in vfio_pci_memory_lock_and_enable()
1626 void vfio_pci_memory_unlock_and_restore(struct vfio_pci_core_device *vdev, u16 cmd) in vfio_pci_memory_unlock_and_restore()
1634 struct vfio_pci_core_device *vdev = vma->vm_private_data; in vma_to_pfn() local
1648 struct vfio_pci_core_device *vdev = vma->vm_private_data; in vfio_pci_mmap_huge_fault() local
1713 struct vfio_pci_core_device *vdev = in vfio_pci_core_mmap() local
1803 struct vfio_pci_core_device *vdev = in vfio_pci_core_request() local
1824 static int vfio_pci_validate_vf_token(struct vfio_pci_core_device *vdev, in vfio_pci_validate_vf_token()
1914 struct vfio_pci_core_device *vdev = in vfio_pci_core_match() local
1966 struct vfio_pci_core_device *vdev = container_of(nb, in vfio_pci_bus_notifier() local
1993 static int vfio_pci_vf_init(struct vfio_pci_core_device *vdev) in vfio_pci_vf_init()
2039 static void vfio_pci_vf_uninit(struct vfio_pci_core_device *vdev) in vfio_pci_vf_uninit()
2050 static int vfio_pci_vga_init(struct vfio_pci_core_device *vdev) in vfio_pci_vga_init()
2069 static void vfio_pci_vga_uninit(struct vfio_pci_core_device *vdev) in vfio_pci_vga_uninit()
2083 struct vfio_pci_core_device *vdev = in vfio_pci_core_init_dev() local
2103 struct vfio_pci_core_device *vdev = in vfio_pci_core_release_dev() local
2113 int vfio_pci_core_register_device(struct vfio_pci_core_device *vdev) in vfio_pci_core_register_device()
2207 void vfio_pci_core_unregister_device(struct vfio_pci_core_device *vdev) in vfio_pci_core_unregister_device()
2226 struct vfio_pci_core_device *vdev = dev_get_drvdata(&pdev->dev); in vfio_pci_core_aer_err_detected() local
2239 int vfio_pci_core_sriov_configure(struct vfio_pci_core_device *vdev, in vfio_pci_core_sriov_configure()
2306 static bool vfio_dev_in_groups(struct vfio_device *vdev, in vfio_dev_in_groups()
2389 struct vfio_pci_core_device *vdev; in vfio_pci_dev_set_hot_reset() local