Searched refs:vga_put (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | vgaarb.h | 31 void vga_put(struct pci_dev *pdev, unsigned int rsrc); 47 static inline void vga_put(struct pci_dev *pdev, unsigned int rsrc) in vga_put() function
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_drv.c | 132 vga_put(pdev, VGA_RSRC_LEGACY_IO); in qxl_pci_probe() 160 vga_put(pdev, VGA_RSRC_LEGACY_IO); in qxl_pci_remove()
|
| /linux/drivers/pci/ |
| H A D | vgaarb.c | 537 void vga_put(struct pci_dev *pdev, unsigned int rsrc) in vga_put() function 555 EXPORT_SYMBOL(vga_put); 1230 vga_put(pdev, io_state); in vga_arb_write() 1425 vga_put(uc->pdev, VGA_RSRC_LEGACY_IO); in vga_arb_release() 1427 vga_put(uc->pdev, VGA_RSRC_LEGACY_MEM); in vga_arb_release()
|
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_drv.c | 199 vga_put(pdev, in virtio_gpu_driver_init()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_rdwr.c | 368 vga_put(vdev->pdev, rsrc); in vfio_pci_vga_rw()
|