Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dblk.c39 ut_assertok(blk_next_device(&dev)); in dm_test_blk_base()
/openbmc/u-boot/include/
H A Dblk.h324 int blk_next_device(struct udevice **devp);
/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c376 int blk_next_device(struct udevice **devp) in blk_next_device() function
/openbmc/u-boot/common/
H A Dusb_storage.c144 blk_next_device(&dev)) { in usb_stor_info()