Searched refs:find_child_node (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/os/drivers/
H A Ddevice_manager.h105 status_t (*find_child_node)(device_node *parent, member in struct:device_manager_info
/haiku/src/add-ons/kernel/busses/pci/x86/
H A DX86PCIController.cpp356 if (gDeviceManager->find_child_node(deviceRoot, acpiAttrs, &acpiNode) != B_OK)
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c_pci.cpp51 if (addr != 0 && gDeviceManager->find_child_node(deviceRoot, acpiAttrs,
58 TRACE("init_bus() find_child_node() found %x %x %p\n",
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp929 find_child_node(device_node* parent, const device_attr* attributes, function
954 if (find_child_node(node, attributes, _node, _lastFound) == B_OK)
963 find_child_node(device_node* parent, const device_attr* attributes, function
968 status_t status = find_child_node(parent, attributes, _node, &lastFound);
1010 find_child_node
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp389 if (gDeviceManager->find_child_node(deviceRoot, acpiAttrs,

Completed in 53 milliseconds