Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dhost.c46 char *dev_str = argv[1]; in do_host_bind() local
48 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_bind()
50 printf("** Bad device specification %s **\n", dev_str); in do_host_bind()
65 char *dev_str = argv[1]; in do_host_info() local
66 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_info()
68 printf("** Bad device specification %s **\n", dev_str); in do_host_info()
/rk3399_rockchip-uboot/disk/
H A Dpart.c405 const char *dev_str, *hwpart_str; in blk_get_device_by_str() local
412 dev_str = dup_str; in blk_get_device_by_str()
415 dev_str = dev_hwpart_str; in blk_get_device_by_str()
419 dev = simple_strtoul(dev_str, &ep, 16); in blk_get_device_by_str()
422 ifname, dev_str); in blk_get_device_by_str()
468 const char *dev_str; in blk_get_device_part_str() local
537 dev_str = dup_str; in blk_get_device_part_str()
540 dev_str = dev_part_str; in blk_get_device_part_str()
544 dev = blk_get_device_by_str(ifname, dev_str, dev_desc); in blk_get_device_part_str()
575 dev_str); in blk_get_device_part_str()
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-orion5x/
H A Dcpu.c180 char dev_str[7]; /* room enough for 0x0000 plus null byte */ in print_cpuinfo() local
217 sprintf(dev_str, "0x%04x", dev); in print_cpuinfo()
218 dev_name = dev_str; in print_cpuinfo()
/rk3399_rockchip-uboot/include/
H A Dpart.h143 int blk_get_device_by_str(const char *ifname, const char *dev_str,
241 static inline int blk_get_device_by_str(const char *ifname, const char *dev_str, in blk_get_device_by_str() argument