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

  /external/u-boot/test/dm/
blk.c 39 ut_assertok(blk_first_device(IF_TYPE_HOST, &dev));
43 ut_assertok(blk_first_device(IF_TYPE_USB, &dev));
  /external/u-boot/include/
blk.h 301 * blk_first_device() - Find the first device for a given interface
309 int blk_first_device(int if_type, struct udevice **devp);
314 * This can be called repeatedly after blk_first_device() to iterate through
  /external/u-boot/cmd/mvebu/
bubt.c 382 blk_first_device(IF_TYPE_USB, &dev);
  /external/u-boot/drivers/block/
blk-uclass.c 329 int blk_first_device(int if_type, struct udevice **devp) function
  /external/u-boot/common/
usb_storage.c 143 for (blk_first_device(IF_TYPE_USB, &dev);
    [all...]

Completed in 116 milliseconds