Home
last modified time | relevance | path

Searched refs:device_has_children (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dspmi.c30 ut_asserteq(device_has_children(bus), true); in dm_test_spmi_probe()
/openbmc/u-boot/include/dm/
H A Ddevice.h568 bool device_has_children(const struct udevice *dev);
/openbmc/u-boot/drivers/core/
H A Ddevice.c769 bool device_has_children(const struct udevice *dev) in device_has_children() function