Searched refs:ForeachDevice (Results 1 – 3 of 3) sorted by relevance
55 ForeachDevice([](const fbl::RefPtr<PcieDevice>& dev, void* ctx, uint level) -> bool { in ~PcieBusDriver()178 ForeachDevice([](const fbl::RefPtr<PcieDevice>& dev, void* ctx, uint level) -> bool { in StartBusDriver()211 ForeachDevice( in GetNthDevice()285 ForeachDevice( in GetRefedDevice()339 void PcieBusDriver::ForeachDevice(ForeachDeviceCallback cbk, void* ctx) { in ForeachDevice() function in PcieBusDriver568 ForeachDevice( in DisableBus()
628 bus_drv->ForeachDevice(dump_pcie_device, ¶ms); in CmdLsPci()
186 void ForeachDevice(ForeachDeviceCallback cbk, void* ctx);
Completed in 12 milliseconds