Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/dm/
H A Ddevice.h526 bool device_has_active_children(struct udevice *dev);
/rk3399_rockchip-uboot/cmd/
H A Dusb.c351 has_child = device_has_active_children(dev->dev);
/rk3399_rockchip-uboot/drivers/core/
H A Ddevice.c774 bool device_has_active_children(struct udevice *dev) in device_has_active_children() function