Searched refs:device_get_child_by_seq (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | bus.c | 140 ut_assertok(device_get_child_by_seq(bus, 5, &dev)); in dm_test_bus_children_funcs() 149 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in dm_test_bus_children_funcs() 155 ut_asserteq(-ENODEV, device_get_child_by_seq(bus, 2, &dev)); in dm_test_bus_children_funcs() 235 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in test_bus_parent_data() 246 ut_assertok(device_get_child_by_seq(bus, 0, &dev)); in test_bus_parent_data()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | device.h | 448 int device_get_child_by_seq(struct udevice *parent, int seq,
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | device.c | 640 int device_get_child_by_seq(struct udevice *parent, int seq, in device_get_child_by_seq() function
|