Home
last modified time | relevance | path

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

/dev/bus/pci/bus_mgr/
A Dbus.h30 static status_t probe(pci_location_t loc, bridge *bridge, bus **out_bus, bool root_bus = false);
A Dbus.cpp39 status_t bus::probe(pci_location_t loc, bridge *br, bus **out_bus, bool root_bus) { in probe() function in pci::bus
105 err = bridge::probe(loc, b, &br); in probe()
115 err = device::probe(loc, b, &d); in probe()
A Dbridge.h30 static status_t probe(pci_location_t loc, bus *parent_bus, bridge **out_bridge);
A Dbridge.cpp38 status_t bridge::probe(pci_location_t loc, bus *parent_bus, bridge **out_bridge) { in probe() function in pci::bridge
119 err = bus::probe(bus_location, br, &new_bus); in probe()
A Ddevice.h29 static status_t probe(pci_location_t loc, bus *bus, device **out_device);
A Dbus_mgr.cpp143 status_t err = bus::probe(loc, nullptr, &b, true); in pci_bus_mgr_init()
A Ddevice.cpp44 status_t device::probe(pci_location_t loc, bus *parent_bus, device **out_device) { in probe() function in pci::device

Completed in 16 milliseconds