Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/cmd/
A Dhost.c45 const char *dev_str; in do_host_bind() local
64 dev_str = argv[0]; in do_host_bind()
65 dev = hextoul(dev_str, &ep); in do_host_bind()
67 printf("** Bad device specification %s **\n", dev_str); in do_host_bind()
84 char *dev_str = argv[1]; in do_host_info() local
85 int dev = hextoul(dev_str, &ep); in do_host_info()
87 printf("** Bad device specification %s **\n", dev_str); in do_host_info()
/u-boot-v2022.01-rc1/disk/
A Dpart.c392 dev_str = dup_str; in blk_get_device_by_str()
395 dev_str = dev_hwpart_str; in blk_get_device_by_str()
399 dev = hextoul(dev_str, &ep); in blk_get_device_by_str()
402 ifname, dev_str); in blk_get_device_by_str()
447 const char *dev_str; in blk_get_device_part_str() local
517 dev_str = dup_str; in blk_get_device_part_str()
520 dev_str = dev_part_str; in blk_get_device_part_str()
558 dev_str); in blk_get_device_part_str()
570 dev_str); in blk_get_device_part_str()
713 const char *dev_str, *part_str; in part_get_info_by_dev_and_name() local
[all …]
/u-boot-v2022.01-rc1/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-v2022.01-rc1/env/
A Dmmc.c47 char dev_str[4]; in mmc_offset_try_partition() local
49 snprintf(dev_str, sizeof(dev_str), "%d", mmc_get_env_dev()); in mmc_offset_try_partition()
50 ret = blk_get_device_by_str("mmc", dev_str, &desc); in mmc_offset_try_partition()
/u-boot-v2022.01-rc1/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-v2022.01-rc1/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c544 const char *dev_str; in get_mtd_by_target() local
548 dev_str = "nor"; in get_mtd_by_target()
551 dev_str = "nand"; in get_mtd_by_target()
554 dev_str = "spi-nand"; in get_mtd_by_target()
557 dev_str = "invalid"; in get_mtd_by_target()
560 sprintf(string, "%s%d", dev_str, dev_id); in get_mtd_by_target()

Completed in 12 milliseconds