Searched refs:detect (Results 1 – 7 of 7) sorted by relevance
18 static pci_type1 *detect();31 static pci_type1 *detect() { return nullptr; }
20 static pci_bios32 *detect();47 static pci_bios32 *detect() { return nullptr; }
17 … static pci_ecam *detect(paddr_t ecam_base, uint16_t segment, uint8_t start_bus, uint8_t end_bus);
72 pci_type1 *pci_type1::detect() { in detect() function in pci_type1
40 pci_ecam *pci_ecam::detect(paddr_t base, uint16_t segment, uint8_t start_bus, uint8_t end_bus) { in detect() function in pci_ecam
110 pci_bios32 *pci_bios32::detect() { in detect() function in pci_bios32
266 if ((pcib = pci_bios32::detect())) { in pci_init_legacy()273 if ((pcib = pci_type1::detect())) { in pci_init_legacy()288 if ((pcib = pci_ecam::detect(ecam_base, segment, start_bus, end_bus))) { in pci_init_ecam()
Completed in 16 milliseconds