Searched defs:vga_device (Results 1 – 1 of 1) sorted by relevance
61 struct vga_device { struct62 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 */[all …]