Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dibmphp_pci.c121 if (class == PCI_CLASS_NOT_DEFINED_VGA) { in ibmphp_configure_card()
1097 if (class == PCI_CLASS_NOT_DEFINED_VGA) { in scan_behind_bridge()
1456 if (class == PCI_CLASS_NOT_DEFINED_VGA) { in unconfigure_boot_card()
/linux-6.15/include/linux/
H A Dpci_ids.h16 #define PCI_CLASS_NOT_DEFINED_VGA 0x0001 macro
H A Dpci.h743 if ((pdev->class >> 8) == PCI_CLASS_NOT_DEFINED_VGA) in pci_is_vga()