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