Lines Matching refs:vga_device
43 struct vga_device { struct
106 static struct vga_device *vgadev_find(struct pci_dev *pdev) in vgadev_find()
108 struct vga_device *vgadev; in vgadev_find()
210 static struct vga_device *__vga_tryget(struct vga_device *vgadev, in __vga_tryget()
215 struct vga_device *conflict; in __vga_tryget()
349 static void __vga_put(struct vga_device *vgadev, unsigned int rsrc) in __vga_put()
425 struct vga_device *vgadev, *conflict; in vga_get()
492 struct vga_device *vgadev; in vga_tryget()
528 struct vga_device *vgadev; in vga_put()
600 static bool vga_is_boot_device(struct vga_device *vgadev) in vga_is_boot_device()
602 struct vga_device *boot_vga = vgadev_find(vga_default_device()); in vga_is_boot_device()
693 static void vga_arbiter_check_bridge_sharing(struct vga_device *vgadev) in vga_arbiter_check_bridge_sharing()
695 struct vga_device *same_bridge_vgadev; in vga_arbiter_check_bridge_sharing()
758 struct vga_device *vgadev; in vga_arbiter_add_pci_device()
769 vgadev = kzalloc(sizeof(struct vga_device), GFP_KERNEL); in vga_arbiter_add_pci_device()
845 struct vga_device *vgadev; in vga_arbiter_del_pci_device()
875 static inline void vga_update_device_decodes(struct vga_device *vgadev, in vga_update_device_decodes()
914 struct vga_device *vgadev; in __vga_set_legacy_decoding()
984 struct vga_device *vgadev; in vga_client_register()
1103 struct vga_device *vgadev; in vga_arb_read()
1319 struct vga_device *vgadev; in vga_arb_write()
1480 struct vga_device *vgadev; in vga_arbiter_notify_clients()