Searched refs:bus_tmp (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/loongarch/pci/ |
D | pci.c | 22 struct pci_bus *bus_tmp = pci_find_bus(domain, bus); in raw_pci_read() local 24 if (bus_tmp) in raw_pci_read() 25 return bus_tmp->ops->read(bus_tmp, devfn, reg, len, val); in raw_pci_read() 32 struct pci_bus *bus_tmp = pci_find_bus(domain, bus); in raw_pci_write() local 34 if (bus_tmp) in raw_pci_write() 35 return bus_tmp->ops->write(bus_tmp, devfn, reg, len, val); in raw_pci_write()
|
/linux-6.12.1/drivers/pci/hotplug/ |
D | ibmphp_res.c | 1553 struct bus_node *bus_tmp; in ibmphp_free_resources() local 1648 bus_tmp = bus_cur; in ibmphp_free_resources() 1650 kfree(bus_tmp); in ibmphp_free_resources() 1651 bus_tmp = NULL; in ibmphp_free_resources()
|