Searched refs:device_get_child_by_seq (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | device.su | |
| H A D | device.c | 638 int device_get_child_by_seq(struct udevice *parent, int seq, in device_get_child_by_seq() function
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | device.su | |
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | device.h | 448 int device_get_child_by_seq(struct udevice *parent, int seq,
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |