Home
last modified time | relevance | path

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

/kernel/dev/pcie/
A Dpcie_bus_driver.cpp64 ForeachRoot([](const fbl::RefPtr<PcieRoot>& root, void* ctx) -> bool { in ~PcieBusDriver()
121 ForeachRoot([](const fbl::RefPtr<PcieRoot>& root, void* ctx) -> bool { in RescanDevices()
127 ForeachRoot([](const fbl::RefPtr<PcieRoot>& root, void* ctx) -> bool { in RescanDevices()
169 ForeachRoot([](const fbl::RefPtr<PcieRoot>& root, void* ctx) -> bool { in StartBusDriver()
191 ForeachRoot([](const fbl::RefPtr<PcieRoot>& root, void* ctx) -> bool { in StartBusDriver()
303 void PcieBusDriver::ForeachRoot(ForeachRootCallback cbk, void* ctx) { in ForeachRoot() function in PcieBusDriver
354 ForeachRoot([](const fbl::RefPtr<PcieRoot>& root, void* ctx_) -> bool { in ForeachDevice()
/kernel/dev/pcie/include/dev/
A Dpcie_bus_driver.h185 void ForeachRoot(ForeachRootCallback cbk, void* ctx);

Completed in 4 milliseconds