Lines Matching refs:vdev

16 	struct vfio_pci_core_device	*vdev;
26 bool vfio_pci_intx_mask(struct vfio_pci_core_device *vdev);
27 void vfio_pci_intx_unmask(struct vfio_pci_core_device *vdev);
29 int vfio_pci_set_irqs_ioctl(struct vfio_pci_core_device *vdev, uint32_t flags,
33 ssize_t vfio_pci_config_rw(struct vfio_pci_core_device *vdev, char __user *buf,
36 ssize_t vfio_pci_bar_rw(struct vfio_pci_core_device *vdev, char __user *buf,
40 ssize_t vfio_pci_vga_rw(struct vfio_pci_core_device *vdev, char __user *buf,
43 static inline ssize_t vfio_pci_vga_rw(struct vfio_pci_core_device *vdev,
51 int vfio_pci_ioeventfd(struct vfio_pci_core_device *vdev, loff_t offset,
57 int vfio_config_init(struct vfio_pci_core_device *vdev);
58 void vfio_config_free(struct vfio_pci_core_device *vdev);
60 int vfio_pci_set_power_state(struct vfio_pci_core_device *vdev,
63 bool __vfio_pci_memory_enabled(struct vfio_pci_core_device *vdev);
64 void vfio_pci_zap_and_down_write_memory_lock(struct vfio_pci_core_device *vdev);
65 u16 vfio_pci_memory_lock_and_enable(struct vfio_pci_core_device *vdev);
66 void vfio_pci_memory_unlock_and_restore(struct vfio_pci_core_device *vdev,
70 int vfio_pci_igd_init(struct vfio_pci_core_device *vdev);
72 static inline int vfio_pci_igd_init(struct vfio_pci_core_device *vdev)
79 int vfio_pci_info_zdev_add_caps(struct vfio_pci_core_device *vdev,
81 int vfio_pci_zdev_open_device(struct vfio_pci_core_device *vdev);
82 void vfio_pci_zdev_close_device(struct vfio_pci_core_device *vdev);
84 static inline int vfio_pci_info_zdev_add_caps(struct vfio_pci_core_device *vdev,
90 static inline int vfio_pci_zdev_open_device(struct vfio_pci_core_device *vdev)
95 static inline void vfio_pci_zdev_close_device(struct vfio_pci_core_device *vdev)