Home
last modified time | relevance | path

Searched refs:bridge (Results 1 – 7 of 7) sorted by relevance

/dev/bus/pci/bus_mgr/
A Dbus.h25 bus(pci_location_t loc, bridge *b, bool root_bus = false);
30 static status_t probe(pci_location_t loc, bridge *bridge, bus **out_bus, bool root_bus = false);
41 const bridge *get_bridge() const { return b_; } in get_bridge()
42 bridge *get_bridge() { return b_; } in get_bridge()
55 bridge *b_ = nullptr;
A Dbridge.h21 class bridge : public device {
24 bridge(pci_location_t loc, bus *bus);
26 ~bridge() override;
28 DISALLOW_COPY_ASSIGN_AND_MOVE(bridge);
30 static status_t probe(pci_location_t loc, bus *parent_bus, bridge **out_bridge);
A Dbridge.cpp34 bridge::bridge(pci_location_t loc, bus *bus) : device(loc, bus) {} in bridge() function in pci::bridge
35 bridge::~bridge() = default;
38 status_t bridge::probe(pci_location_t loc, bus *parent_bus, bridge **out_bridge) { in probe()
69 bridge *br = new bridge(loc, parent_bus); in probe()
168 void bridge::dump(size_t indent) { in dump()
203 bridge::range<uint32_t> bridge::io_range() { in io_range()
213 bridge::range<uint32_t> bridge::mem_range() { in mem_range()
222 bridge::range<uint64_t> bridge::prefetch_range() { in prefetch_range()
337 request->bridge = true; in get_bar_alloc_requests()
368 if (!request->bridge) { in assign_resource()
[all …]
A Dbus.cpp31 bus::bus(pci_location_t loc, bridge *b, bool root_bus) : loc_(loc), b_(b), root_bus_(root_bus) {} in bus()
39 status_t bus::probe(pci_location_t loc, bridge *br, bus **out_bus, bool root_bus) { in probe()
105 err = bridge::probe(loc, b, &br); in probe()
A Ddevice.h70 bool bridge; // either a bridge request or a bar member
A Ddevice.cpp511 request->bridge = false; in get_bar_alloc_requests()
584 if (bridge) { in dump()
/dev/bus/pci/
A Drules.mk8 MODULE_SRCS += $(LOCAL_DIR)/bus_mgr/bridge.cpp

Completed in 18 milliseconds