Home
last modified time | relevance | path

Searched refs:blk_get_device_by_str (Results 1 – 10 of 10) sorted by relevance

/u-boot/cmd/
A Dclone.c28 srcdev = blk_get_device_by_str(argv[1], argv[2], &srcdesc); in do_clone()
29 destdev = blk_get_device_by_str(argv[3], argv[4], &destdesc); in do_clone()
A Dpart.c86 ret = blk_get_device_by_str(argv[0], argv[1], &desc); in do_part_list()
132 ret = blk_get_device_by_str(argv[0], argv[1], &desc); in do_part_info()
A Dunzip.c59 ret = blk_get_device_by_str(argv[1], argv[2], &bdev); in do_gzwrite()
/u-boot/test/dm/
A Dmmc.c36 ut_assertok(blk_get_device_by_str("mmc", "0", &dev_desc)); in dm_test_mmc_blk()
A Dfastboot.c43 ut_assertok(blk_get_device_by_str("mmc", "0", &mmc_dev_desc)); in dm_test_fastboot_mmc_part()
A Dblk.c73 ut_assertok(blk_get_device_by_str("usb", "0", &dev_desc)); in dm_test_blk_usb()
A Dusb.c53 ut_assertok(blk_get_device_by_str("usb", "0", &dev_desc)); in dm_test_usb_flash()
/u-boot/include/
A Dpart.h147 int blk_get_device_by_str(const char *ifname, const char *dev_str,
269 static inline int blk_get_device_by_str(const char *ifname, const char *dev_str, in blk_get_device_by_str() function
/u-boot/disk/
A Dpart.c380 int blk_get_device_by_str(const char *ifname, const char *dev_hwpart_str, in blk_get_device_by_str() function
524 dev = blk_get_device_by_str(ifname, dev_str, dev_desc); in blk_get_device_part_str()
727 ret = blk_get_device_by_str(dev_iface, dev_str, dev_desc); in part_get_info_by_dev_and_name()
/u-boot/env/
A Dmmc.c37 ret = blk_get_device_by_str("mmc", dev_str, &desc); in mmc_offset_try_partition()

Completed in 22 milliseconds