Home
last modified time | relevance | path

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

/external/u-boot/test/dm/
Dbus.c139 ut_assertok(device_get_child_by_seq(bus, 5, &dev)); in dm_test_bus_children_funcs()
148 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in dm_test_bus_children_funcs()
154 ut_asserteq(-ENODEV, device_get_child_by_seq(bus, 2, &dev)); in dm_test_bus_children_funcs()
234 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in test_bus_parent_data()
245 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in test_bus_parent_data()
/external/u-boot/include/dm/
Ddevice.h444 int device_get_child_by_seq(struct udevice *parent, int seq,
/external/u-boot/drivers/core/
Ddevice.c536 int device_get_child_by_seq(struct udevice *parent, int seq, in device_get_child_by_seq() function