Searched refs:device_find_child_by_of_offset (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | bus.c | 171 ut_asserteq(-ENODEV, device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_funcs() 173 ut_asserteq(-ENODEV, device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_funcs() 191 ut_assertok(device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_of_offset()
|
/openbmc/u-boot/drivers/core/ |
H A D | device.c | 599 int device_find_child_by_of_offset(struct udevice *parent, int of_offset, in device_find_child_by_of_offset() function 623 ret = device_find_child_by_of_offset(parent, node, &dev); in device_get_child_by_of_offset()
|
/openbmc/u-boot/include/dm/ |
H A D | device.h | 457 int device_find_child_by_of_offset(struct udevice *parent, int of_offset,
|