Home
last modified time | relevance | path

Searched defs:vga_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/vga/
Dvgaarb.c61 struct vga_device { struct
62 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 …]