Home
last modified time | relevance | path

Searched refs:uclass_foreach_dev_safe (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/dm/
H A Duclass.h393 #define uclass_foreach_dev_safe(pos, next, uc) \ macro
/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c624 uclass_foreach_dev_safe(dev, next, uc) { in blk_unbind_all()