[go: nahoru, domu]

Searched defs:vfio_pci_device (Results 1 - 1 of 1) sorted by relevance

/drivers/vfio/pci/
H A Dvfio_pci_private.h34 struct vfio_pci_device { struct
69 extern void vfio_pci_intx_mask(struct vfio_pci_device *vdev);
70 extern void vfio_pci_intx_unmask(struct vfio_pci_device *vdev);
72 extern int vfio_pci_set_irqs_ioctl(struct vfio_pci_device *vdev,
76 extern ssize_t vfio_pci_config_rw(struct vfio_pci_device *vdev,
80 extern ssize_t vfio_pci_bar_rw(struct vfio_pci_device *vdev, char __user *buf,
83 extern ssize_t vfio_pci_vga_rw(struct vfio_pci_device *vdev, char __user *buf,
92 extern int vfio_config_init(struct vfio_pci_device *vdev);
93 extern void vfio_config_free(struct vfio_pci_device *vdev);

Completed in 30 milliseconds