Searched refs:baseClass (Results 1 – 1 of 1) sorted by relevance
| /sys/dev/ |
| D | pci.c | 138 uint8_t baseClass, subClass; in PCICheckFunction() local 141 baseClass = PCIGetBaseClass(bus, device, func); in PCICheckFunction() 146 if (baseClass == PCI_CLASS_BRIDGE) { in PCICheckFunction() 161 } else if (baseClass == PCI_CLASS_STORAGE) { in PCICheckFunction() 171 } else if ((baseClass == PCI_CLASS_NETWORK) && (subClass == 0x00)) { in PCICheckFunction() 175 } else if ((baseClass == PCI_CLASS_GRAPHICS) && (subClass == 0x00)) { in PCICheckFunction() 178 } else if ((baseClass == PCI_CLASS_BUS) && (subClass == PCI_SCLASS_BUS_SMBUS)) { in PCICheckFunction() 183 bus, device, func, vendorId, deviceId, baseClass, subClass); in PCICheckFunction() 301 uint8_t baseClass, subClass; in DebugPCICheckFunction() local 304 baseClass = PCIGetBaseClass(bus, device, func); in DebugPCICheckFunction() [all …]
|