Home
last modified time | relevance | path

Searched refs:vfio_pci_vga_rw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/vfio/pci/
H A Dvfio_pci_priv.h40 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, in vfio_pci_vga_rw() function
H A Dvfio_pci_rdwr.c298 ssize_t vfio_pci_vga_rw(struct vfio_pci_core_device *vdev, char __user *buf, in vfio_pci_vga_rw() function
H A Dvfio_pci_core.c1569 ret = vfio_pci_vga_rw(vdev, buf, count, ppos, iswrite); in vfio_pci_rw()