Home
last modified time | relevance | path

Searched refs:boot_vga (Results 1 – 2 of 2) sorted by relevance

/drivers/pci/
Dvgaarb.c606 struct vga_device *boot_vga = vgadev_find(vga_default_device()); in vga_is_boot_device() local
623 if (boot_vga && boot_vga->is_firmware_default) in vga_is_boot_device()
640 if (boot_vga && in vga_is_boot_device()
641 (boot_vga->owns & VGA_RSRC_LEGACY_MASK) == VGA_RSRC_LEGACY_MASK) in vga_is_boot_device()
669 if (boot_vga) { in vga_is_boot_device()
670 pci_read_config_word(boot_vga->pdev, PCI_COMMAND, in vga_is_boot_device()
682 if (!boot_vga) in vga_is_boot_device()
Dpci-sysfs.c664 static DEVICE_ATTR_RO(boot_vga);