Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart.c374 dev_str = dup_str; in blk_get_device_by_str()
377 dev_str = dev_hwpart_str; in blk_get_device_by_str()
381 dev = hextoul(dev_str, &ep); in blk_get_device_by_str()
384 ifname, dev_str); in blk_get_device_by_str()
430 const char *dev_str; in blk_get_device_part_str() local
487 dev_str = dup_str; in blk_get_device_part_str()
490 dev_str = dev_part_str; in blk_get_device_part_str()
497 ifname, dev_str); in blk_get_device_part_str()
530 dev_str); in blk_get_device_part_str()
542 dev_str); in blk_get_device_part_str()
[all …]
/u-boot/arch/arm/mach-orion5x/
A Dcpu.c182 char dev_str[7]; /* room enough for 0x0000 plus null byte */ in print_cpuinfo() local
219 sprintf(dev_str, "0x%04x", dev); in print_cpuinfo()
220 dev_name = dev_str; in print_cpuinfo()
/u-boot/env/
A Dmmc.c62 char dev_str[4]; in mmc_offset_try_partition() local
64 snprintf(dev_str, sizeof(dev_str), "%d", mmc_get_env_dev()); in mmc_offset_try_partition()
65 ret = blk_get_device_by_str("mmc", dev_str, &desc); in mmc_offset_try_partition()
/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() argument
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c719 const char *dev_str; in get_mtd_by_target() local
723 dev_str = "nor"; in get_mtd_by_target()
726 dev_str = "nand"; in get_mtd_by_target()
729 dev_str = "spi-nand"; in get_mtd_by_target()
732 dev_str = "invalid"; in get_mtd_by_target()
735 sprintf(string, "%s%d", dev_str, dev_id); in get_mtd_by_target()

Completed in 25 milliseconds