Lines Matching defs:vga_device
61 struct vga_device { struct
62 struct list_head list;
63 struct pci_dev *pdev;
64 unsigned int decodes; /* what does it decodes */
65 unsigned int owns; /* what does it owns */
66 unsigned int locks; /* what does it locks */
67 unsigned int io_lock_cnt; /* legacy IO lock count */
68 unsigned int mem_lock_cnt; /* legacy MEM lock count */
69 unsigned int io_norm_cnt; /* normal IO count */
70 unsigned int mem_norm_cnt; /* normal MEM count */
71 bool bridge_has_one_vga;
73 void *cookie;
74 void (*irq_set_state)(void *cookie, bool enable);
75 unsigned int (*set_vga_decode)(void *cookie, bool decode);