Lines Matching defs:vga_device
43 struct vga_device { struct
44 struct list_head list;
45 struct pci_dev *pdev;
46 unsigned int decodes; /* what does it decodes */
47 unsigned int owns; /* what does it owns */
48 unsigned int locks; /* what does it locks */
49 unsigned int io_lock_cnt; /* legacy IO lock count */
50 unsigned int mem_lock_cnt; /* legacy MEM lock count */
51 unsigned int io_norm_cnt; /* normal IO count */
52 unsigned int mem_norm_cnt; /* normal MEM count */
53 bool bridge_has_one_vga;
54 bool is_firmware_default; /* device selected by firmware */
55 unsigned int (*set_decode)(struct pci_dev *pdev, bool decode);