Searched refs:dev_str (Results 1 – 6 of 6) sorted by relevance
/u-boot/cmd/ |
A D | host.c | 47 char *dev_str = argv[1]; in do_host_bind() local 49 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_bind() 51 printf("** Bad device specification %s **\n", dev_str); in do_host_bind() 66 char *dev_str = argv[1]; in do_host_info() local 67 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_info() 69 printf("** Bad device specification %s **\n", dev_str); in do_host_info()
|
/u-boot/disk/ |
A D | part.c | 385 const char *dev_str, *hwpart_str; in blk_get_device_by_str() local 392 dev_str = dup_str; in blk_get_device_by_str() 395 dev_str = dev_hwpart_str; 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/arch/arm/mach-orion5x/ |
A D | cpu.c | 182 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 D | mmc.c | 34 char dev_str[4]; in mmc_offset_try_partition() local 36 snprintf(dev_str, sizeof(dev_str), "%d", mmc_get_env_dev()); in mmc_offset_try_partition() 37 ret = blk_get_device_by_str("mmc", dev_str, &desc); in mmc_offset_try_partition()
|
/u-boot/include/ |
A D | part.h | 147 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 D | stm32prog.c | 524 const char *dev_str; in get_mtd_by_target() local 528 dev_str = "nor"; in get_mtd_by_target() 531 dev_str = "nand"; in get_mtd_by_target() 534 dev_str = "spi-nand"; in get_mtd_by_target() 537 dev_str = "invalid"; in get_mtd_by_target() 540 sprintf(string, "%s%d", dev_str, dev_id); in get_mtd_by_target()
|
Completed in 12 milliseconds