Searched refs:device_find_first_inactive_child (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/dm/
H A Ddevice.h805 * device_find_first_inactive_child() - Find the first inactive child
817 int device_find_first_inactive_child(const struct udevice *parent,
/u-boot/test/dm/
H A Dcore.c1170 ut_asserteq(-ENODEV, device_find_first_inactive_child(parent,
1175 ut_assertok(device_find_first_inactive_child(parent, UCLASS_TEST,
1180 ut_asserteq(-ENODEV, device_find_first_inactive_child(parent,
/u-boot/drivers/core/
H A Ddevice.c960 int device_find_first_inactive_child(const struct udevice *parent, function

Completed in 57 milliseconds