Searched defs:vga_device (Results 1 – 1 of 1) sorted by relevance
64 struct vga_device { struct65 struct list_head list;66 struct pci_dev *pdev;67 unsigned int decodes; /* what does it decodes */68 unsigned int owns; /* what does it owns */69 unsigned int locks; /* what does it locks */70 unsigned int io_lock_cnt; /* legacy IO lock count */71 unsigned int mem_lock_cnt; /* legacy MEM lock count */72 unsigned int io_norm_cnt; /* normal IO count */73 unsigned int mem_norm_cnt; /* normal MEM count */[all …]