Searched defs:vga_device (Results 1 – 1 of 1) sorted by relevance
57 struct vga_device { struct58 struct list_head list;59 struct pci_dev *pdev;60 unsigned int decodes; /* what does it decodes */61 unsigned int owns; /* what does it owns */62 unsigned int locks; /* what does it locks */63 unsigned int io_lock_cnt; /* legacy IO lock count */64 unsigned int mem_lock_cnt; /* legacy MEM lock count */65 unsigned int io_norm_cnt; /* normal IO count */66 unsigned int mem_norm_cnt; /* normal MEM count */[all …]