Home
last modified time | relevance | path

Searched refs:pci_set_vga_state (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvgaarb.c342 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1455 int pci_set_vga_state(struct pci_dev *pdev, bool decode,
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c6040 int pci_set_vga_state(struct pci_dev *dev, bool decode, in pci_set_vga_state() function