Searched refs:device_get_child_by_seq (Results 1 – 3 of 3) sorted by relevance
/u-boot/test/dm/ |
A D | bus.c | 58 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 D | device.h | 553 int device_get_child_by_seq(const struct udevice *parent, int seq,
|
/u-boot/drivers/core/ |
A D | device.c | 733 int device_get_child_by_seq(const struct udevice *parent, int seq, in device_get_child_by_seq() function
|
Completed in 10 milliseconds