Searched refs:device_get_child_count (Results 1 - 4 of 4) sorted by relevance

/u-boot/test/dm/
H A Dbus.c307 ut_asserteq(3, device_get_child_count(bus));
319 ut_asserteq(3, device_get_child_count(bus));
338 ut_asserteq(3, device_get_child_count(bus));
394 ut_asserteq(3, device_get_child_count(bus));
415 ut_asserteq(3, device_get_child_count(bus));
449 ut_asserteq(3, device_get_child_count(bus));
482 ut_asserteq(3, device_get_child_count(bus));
/u-boot/include/dm/
H A Ddevice.h659 * device_get_child_count() - Get the child count of a device
665 int device_get_child_count(const struct udevice *parent);
/u-boot/drivers/core/
H A Ddevice.c802 int device_get_child_count(const struct udevice *parent) function
/u-boot/drivers/remoteproc/
H A Dti_k3_r5f_rproc.c890 if (device_get_child_count(dev) != 2) {

Completed in 66 milliseconds