Home
last modified time | relevance | path

Searched refs:device_find_child_by_of_offset (Results 1 – 3 of 3) sorted by relevance

/u-boot/test/dm/
A Dbus.c78 ut_asserteq(-ENODEV, device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_funcs()
80 ut_asserteq(-ENODEV, device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_funcs()
98 ut_assertok(device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_of_offset()
/u-boot/include/dm/
A Ddevice.h566 int device_find_child_by_of_offset(const struct udevice *parent, int of_offset,
/u-boot/drivers/core/
A Ddevice.c745 int device_find_child_by_of_offset(const struct udevice *parent, int of_offset, in device_find_child_by_of_offset() function
769 ret = device_find_child_by_of_offset(parent, node, &dev); in device_get_child_by_of_offset()

Completed in 7 milliseconds