Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/vga/
Dvgaarb.c63 struct vga_device { struct
64 struct list_head list;
65 struct pci_dev *pdev;
66 unsigned int decodes; /* what does it decodes */
67 unsigned int owns; /* what does it owns */
68 unsigned int locks; /* what does it locks */
69 unsigned int io_lock_cnt; /* legacy IO lock count */
70 unsigned int mem_lock_cnt; /* legacy MEM lock count */
71 unsigned int io_norm_cnt; /* normal IO count */
72 unsigned int mem_norm_cnt; /* normal MEM count */
[all …]
/kernel/linux/linux-6.6/drivers/pci/
Dvgaarb.c42 struct vga_device { struct
43 struct list_head list;
44 struct pci_dev *pdev;
45 unsigned int decodes; /* what it decodes */
46 unsigned int owns; /* what it owns */
47 unsigned int locks; /* what it locks */
48 unsigned int io_lock_cnt; /* legacy IO lock count */
49 unsigned int mem_lock_cnt; /* legacy MEM lock count */
50 unsigned int io_norm_cnt; /* normal IO count */
51 unsigned int mem_norm_cnt; /* normal MEM count */
[all …]