Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dpci_64.c230 struct pci_bus *tmp_bus, *bus = NULL; in SYSCALL_DEFINE3() local
251 list_for_each_entry(tmp_bus, &pci_root_buses, node) { in SYSCALL_DEFINE3()
252 if (in_bus >= tmp_bus->number && in SYSCALL_DEFINE3()
253 in_bus <= tmp_bus->busn_res.end) { in SYSCALL_DEFINE3()
254 bus = tmp_bus; in SYSCALL_DEFINE3()
/linux-6.3-rc2/drivers/pci/
A Dsearch.c144 struct pci_bus *tmp_bus; in pci_find_bus() local
149 tmp_bus = pci_do_find_bus(bus, busnr); in pci_find_bus()
150 if (tmp_bus) in pci_find_bus()
151 return tmp_bus; in pci_find_bus()

Completed in 4 milliseconds