Searched refs:GetDownstream (Results 1 – 4 of 4) sorted by relevance
44 auto device = GetDownstream(i); in AllocateDownstreamBars()55 auto downstream_device = GetDownstream(i); in DisableDownstream()63 auto downstream_device = GetDownstream(i); in UnplugDownstream()94 auto downstream_device = GetDownstream(ndx); in ScanDownstream()
264 fbl::RefPtr<PcieDevice> PcieBusDriver::GetDownstream(PcieUpstreamNode& upstream, uint ndx) { in GetDownstream() function in PcieBusDriver386 auto dev = upstream->GetDownstream(i); in ForeachDownstreamDevice()
38 fbl::RefPtr<PcieDevice> GetDownstream(uint ndx) { return bus_drv_.GetDownstream(*this, ndx); } in GetDownstream() function
128 fbl::RefPtr<PcieDevice> GetDownstream(PcieUpstreamNode& upstream, uint ndx);
Completed in 8 milliseconds