Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Ddevice.h577 bool device_has_active_children(struct udevice *dev);
/openbmc/u-boot/cmd/
H A Dusb.c350 has_child = device_has_active_children(dev->dev);
/openbmc/u-boot/drivers/core/
H A Ddevice.c774 bool device_has_active_children(struct udevice *dev) in device_has_active_children() function