Searched refs:pci_set_vga_state (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | vgaarb.c | 310 pci_set_vga_state(conflict->pdev, false, pci_bits, flags); in __vga_tryget() 340 pci_set_vga_state(vgadev->pdev, true, pci_bits, flags); in __vga_tryget()
|
H A D | pci.c | 6456 * pci_set_vga_state - set VGA decode state on device and parents if requested 6463 int pci_set_vga_state(struct pci_dev *dev, bool decode, in pci_set_vga_state() function
|
/kernel/linux/linux-5.10/drivers/gpu/vga/ |
H A D | vgaarb.c | 342 pci_set_vga_state(conflict->pdev, false, pci_bits, flags); in __vga_tryget() 371 pci_set_vga_state(vgadev->pdev, true, pci_bits, flags); in __vga_tryget()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci.h | 1431 int pci_set_vga_state(struct pci_dev *pdev, bool decode,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 1606 int pci_set_vga_state(struct pci_dev *pdev, bool decode,
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci.c | 6039 * pci_set_vga_state - set VGA decode state on device and parents if requested 6046 int pci_set_vga_state(struct pci_dev *dev, bool decode, in pci_set_vga_state() function
|
Completed in 29 milliseconds