HomeSort by relevance Sort by last modified time
    Searched refs:uclass_foreach_dev_safe (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/dm/
uclass.h 364 * uclass_foreach_dev_safe() - Helper function to safely iteration through devs
375 #define uclass_foreach_dev_safe(pos, next, uc) \ macro
  /external/u-boot/drivers/block/
blk-uclass.c 608 uclass_foreach_dev_safe(dev, next, uc) { function

Completed in 79 milliseconds