Searched refs:probe (Results 1 – 7 of 7) sorted by relevance
| /dev/bus/pci/bus_mgr/ |
| A D | bus.h | 30 static status_t probe(pci_location_t loc, bridge *bridge, bus **out_bus, bool root_bus = false);
|
| A D | bus.cpp | 39 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 D | bridge.h | 30 static status_t probe(pci_location_t loc, bus *parent_bus, bridge **out_bridge);
|
| A D | bridge.cpp | 38 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 D | device.h | 29 static status_t probe(pci_location_t loc, bus *bus, device **out_device);
|
| A D | bus_mgr.cpp | 143 status_t err = bus::probe(loc, nullptr, &b, true); in pci_bus_mgr_init()
|
| A D | device.cpp | 44 status_t device::probe(pci_location_t loc, bus *parent_bus, device **out_device) { in probe() function in pci::device
|
Completed in 16 milliseconds