Searched refs:device_get_child_by_seq (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | bus.c | 152 ut_assertok(device_get_child_by_seq(bus, 5, &dev)); in dm_test_bus_children_funcs() 161 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in dm_test_bus_children_funcs() 167 ut_asserteq(-ENODEV, device_get_child_by_seq(bus, 2, &dev)); in dm_test_bus_children_funcs() 247 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in test_bus_parent_data() 258 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in test_bus_parent_data()
|
/openbmc/u-boot/include/dm/ |
H A D | device.h | 444 int device_get_child_by_seq(struct udevice *parent, int seq,
|
/openbmc/u-boot/drivers/core/ |
H A D | device.c | 581 int device_get_child_by_seq(struct udevice *parent, int seq, in device_get_child_by_seq() function
|