Searched refs:get_busno (Results 1 – 3 of 3) sorted by relevance
46 int (*get_busno)(void); member
88 if (hose->get_busno && pci_has_flag(PCI_PROBE_ONLY)) in pcibios_scanbus()89 next_busno = (*hose->get_busno)(); in pcibios_scanbus()
193 .get_busno = bcm1480ht_pcibios_get_busno,