Home
last modified time | relevance | path

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

/u-boot/test/dm/
A Dbus.c58 ut_assertok(device_get_child_by_seq(bus, 5, &dev)); in dm_test_bus_children_funcs()
67 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in dm_test_bus_children_funcs()
74 ut_asserteq(-ENODEV, device_get_child_by_seq(bus, 2, &dev)); in dm_test_bus_children_funcs()
154 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in test_bus_parent_data()
165 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in test_bus_parent_data()
/u-boot/include/dm/
A Ddevice.h553 int device_get_child_by_seq(const struct udevice *parent, int seq,
/u-boot/drivers/core/
A Ddevice.c733 int device_get_child_by_seq(const struct udevice *parent, int seq, in device_get_child_by_seq() function

Completed in 10 milliseconds