Home
last modified time | relevance | path

Searched refs:blk_first_device (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dblk.c37 ut_assertok(blk_first_device(IF_TYPE_HOST, &dev)); in dm_test_blk_base()
/openbmc/u-boot/include/
H A Dblk.h310 int blk_first_device(int if_type, struct udevice **devp);
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c382 blk_first_device(IF_TYPE_USB, &dev); in usb_read_file()
/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c354 int blk_first_device(int if_type, struct udevice **devp) in blk_first_device() function
/openbmc/u-boot/common/
H A Dusb_storage.c142 for (blk_first_device(IF_TYPE_USB, &dev); in usb_stor_info()