Searched defs:vga_device (Results 1 – 1 of 1) sorted by relevance
43 struct vga_device { struct44 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 */[all …]
Completed in 9 milliseconds