Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci.c113 struct pci_controller *pci_get_hose_head(void) in pci_get_hose_head() function
137 for (hose = pci_get_hose_head(); hose; hose = hose->next) { in pci_bus_to_hose()
150 for (hose = pci_get_hose_head(); hose; hose = hose->next) { in find_hose_by_cfg_addr()
160 struct pci_controller *hose = pci_get_hose_head(); in pci_last_busno()
177 for (hose = pci_get_hose_head(); hose; hose = hose->next) { in pci_find_devices()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h703 extern struct pci_controller *pci_get_hose_head(void);