Home
last modified time | relevance | path

Searched refs:device_foreach_child_safe (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dpinctrl-glue.c23 device_foreach_child_safe(config, next, pctldev) { in uniphier_pin_init()
/openbmc/u-boot/include/dm/
H A Ddevice.h679 #define device_foreach_child_safe(pos, next, parent) \ macro
/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c147 device_foreach_child_safe(child_dev, next, dev) { in blk_get_by_device()
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c231 device_foreach_child_safe(dev, next, bus) { in remove_inactive_children()