Lines Matching defs:vdev

108 static void vfio_pci_probe_mmaps(struct vfio_pci_core_device *vdev)  in vfio_pci_probe_mmaps()
212 static void vfio_pci_probe_power_state(struct vfio_pci_core_device *vdev) in vfio_pci_probe_power_state()
232 int vfio_pci_set_power_state(struct vfio_pci_core_device *vdev, pci_power_t state) in vfio_pci_set_power_state()
280 static int vfio_pci_runtime_pm_entry(struct vfio_pci_core_device *vdev, in vfio_pci_runtime_pm_entry()
304 struct vfio_pci_core_device *vdev = in vfio_pci_core_pm_entry() local
326 struct vfio_pci_core_device *vdev = in vfio_pci_core_pm_entry_with_wakeup() local
354 static void __vfio_pci_runtime_pm_exit(struct vfio_pci_core_device *vdev) in __vfio_pci_runtime_pm_exit()
367 static void vfio_pci_runtime_pm_exit(struct vfio_pci_core_device *vdev) in vfio_pci_runtime_pm_exit()
381 struct vfio_pci_core_device *vdev = in vfio_pci_core_pm_exit() local
403 struct vfio_pci_core_device *vdev = dev_get_drvdata(dev); in vfio_pci_core_runtime_suspend() local
432 struct vfio_pci_core_device *vdev = dev_get_drvdata(dev); in vfio_pci_core_runtime_resume() local
464 int vfio_pci_core_enable(struct vfio_pci_core_device *vdev) in vfio_pci_core_enable()
552 void vfio_pci_core_disable(struct vfio_pci_core_device *vdev) in vfio_pci_core_disable()
680 struct vfio_pci_core_device *vdev = in vfio_pci_core_close_device() local
705 void vfio_pci_core_finish_enable(struct vfio_pci_core_device *vdev) in vfio_pci_core_finish_enable()
718 static int vfio_pci_get_irq_count(struct vfio_pci_core_device *vdev, int irq_type) in vfio_pci_get_irq_count()
839 static int msix_mmappable_cap(struct vfio_pci_core_device *vdev, in msix_mmappable_cap()
850 int vfio_pci_core_register_dev_region(struct vfio_pci_core_device *vdev, in vfio_pci_core_register_dev_region()
877 static int vfio_pci_ioctl_get_info(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_get_info()
934 static int vfio_pci_ioctl_get_region_info(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_get_region_info()
1075 static int vfio_pci_ioctl_get_irq_info(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_get_irq_info()
1112 static int vfio_pci_ioctl_set_irqs(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_set_irqs()
1148 static int vfio_pci_ioctl_reset(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_reset()
1176 struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_get_pci_hot_reset_info()
1250 static int vfio_pci_ioctl_pci_hot_reset(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_pci_hot_reset()
1344 static int vfio_pci_ioctl_ioeventfd(struct vfio_pci_core_device *vdev, in vfio_pci_ioctl_ioeventfd()
1372 struct vfio_pci_core_device *vdev = in vfio_pci_core_ioctl() local
1402 struct vfio_pci_core_device *vdev = in vfio_pci_core_feature_token() local
1446 static ssize_t vfio_pci_rw(struct vfio_pci_core_device *vdev, char __user *buf, in vfio_pci_rw()
1496 struct vfio_pci_core_device *vdev = in vfio_pci_core_read() local
1509 struct vfio_pci_core_device *vdev = in vfio_pci_core_write() local
1520 static int vfio_pci_zap_and_vma_lock(struct vfio_pci_core_device *vdev, bool try) in vfio_pci_zap_and_vma_lock()
1608 void vfio_pci_zap_and_down_write_memory_lock(struct vfio_pci_core_device *vdev) in vfio_pci_zap_and_down_write_memory_lock()
1615 u16 vfio_pci_memory_lock_and_enable(struct vfio_pci_core_device *vdev) in vfio_pci_memory_lock_and_enable()
1628 void vfio_pci_memory_unlock_and_restore(struct vfio_pci_core_device *vdev, u16 cmd) in vfio_pci_memory_unlock_and_restore()
1635 static int __vfio_pci_add_vma(struct vfio_pci_core_device *vdev, in __vfio_pci_add_vma()
1661 struct vfio_pci_core_device *vdev = vma->vm_private_data; in vfio_pci_mmap_close() local
1678 struct vfio_pci_core_device *vdev = vma->vm_private_data; in vfio_pci_mmap_fault() local
1732 struct vfio_pci_core_device *vdev = in vfio_pci_core_mmap() local
1804 struct vfio_pci_core_device *vdev = in vfio_pci_core_request() local
1825 static int vfio_pci_validate_vf_token(struct vfio_pci_core_device *vdev, in vfio_pci_validate_vf_token()
1915 struct vfio_pci_core_device *vdev = in vfio_pci_core_match() local
1967 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
2104 struct vfio_pci_core_device *vdev = in vfio_pci_core_release_dev() local
2116 int vfio_pci_core_register_device(struct vfio_pci_core_device *vdev) in vfio_pci_core_register_device()
2209 void vfio_pci_core_unregister_device(struct vfio_pci_core_device *vdev) in vfio_pci_core_unregister_device()
2228 struct vfio_pci_core_device *vdev = dev_get_drvdata(&pdev->dev); in vfio_pci_core_aer_err_detected() local
2241 int vfio_pci_core_sriov_configure(struct vfio_pci_core_device *vdev, in vfio_pci_core_sriov_configure()
2308 static bool vfio_dev_in_groups(struct vfio_pci_core_device *vdev, in vfio_dev_in_groups()