Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Dpinctrl-glue.c24 device_foreach_child_safe(config, next, pctldev) { in uniphier_pin_init()
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h612 #define device_foreach_child_safe(pos, next, parent) \ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c235 device_foreach_child_safe(dev, next, bus) { in remove_inactive_children()