Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dpart.c84 ret = blk_get_device_by_str(argv[0], argv[1], &desc); in do_part_list()
130 ret = blk_get_device_by_str(argv[0], argv[1], &desc); in do_part_info()
Dunzip.c55 ret = blk_get_device_by_str(argv[1], argv[2], &bdev); in do_gzwrite()
/external/u-boot/include/
Dpart.h135 int blk_get_device_by_str(const char *ifname, const char *dev_str,
232 static inline int blk_get_device_by_str(const char *ifname, const char *dev_str, in blk_get_device_by_str() function
/external/u-boot/test/dm/
Dmmc.c33 ut_assertok(blk_get_device_by_str("mmc", "0", &dev_desc)); in dm_test_mmc_blk()
Dusb.c45 ut_assertok(blk_get_device_by_str("usb", "0", &dev_desc)); in dm_test_usb_flash()
Dblk.c78 ut_assertok(blk_get_device_by_str("usb", "0", &dev_desc)); in dm_test_blk_usb()
/external/u-boot/disk/
Dpart.c364 int blk_get_device_by_str(const char *ifname, const char *dev_hwpart_str, in blk_get_device_by_str() function
508 dev = blk_get_device_by_str(ifname, dev_str, dev_desc); in blk_get_device_part_str()
/external/u-boot/env/
Dmmc.c42 ret = blk_get_device_by_str("mmc", STR(CONFIG_SYS_MMC_ENV_DEV), &desc); in mmc_offset_try_partition()