Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dhost.c45 char *dev_str = argv[1]; in do_host_bind() local
47 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_bind()
49 printf("** Bad device specification %s **\n", dev_str); in do_host_bind()
64 char *dev_str = argv[1]; in do_host_info() local
65 int dev = simple_strtoul(dev_str, &ep, 16); in do_host_info()
67 printf("** Bad device specification %s **\n", dev_str); in do_host_info()
/openbmc/u-boot/disk/
H A Dpart.c375 const char *dev_str, *hwpart_str; in blk_get_device_by_str() local
382 dev_str = dup_str; in blk_get_device_by_str()
385 dev_str = dev_hwpart_str; in blk_get_device_by_str()
389 dev = simple_strtoul(dev_str, &ep, 16); in blk_get_device_by_str()
392 ifname, dev_str); in blk_get_device_by_str()
438 const char *dev_str; in blk_get_device_part_str() local
507 dev_str = dup_str; in blk_get_device_part_str()
510 dev_str = dev_part_str; in blk_get_device_part_str()
514 dev = blk_get_device_by_str(ifname, dev_str, dev_desc); in blk_get_device_part_str()
545 dev_str); in blk_get_device_part_str()
[all …]
/openbmc/qemu/hw/arm/
H A Dimx8mp-evk.c32 const char *dev_str = nodes_to_remove[i]; in imx8mp_evk_modify_dtb()
34 offset = fdt_node_offset_by_compatible(fdt, -1, dev_str); in imx8mp_evk_modify_dtb()
37 offset = fdt_node_offset_by_compatible(fdt, offset, dev_str); in imx8mp_evk_modify_dtb()
30 const char *dev_str = nodes_to_remove[i]; imx8mp_evk_modify_dtb() local
H A Draspi4b.c74 const char *dev_str = nodes_to_remove[i]; in raspi4_modify_dtb()
76 int offset = fdt_node_offset_by_compatible(fdt, -1, dev_str); in raspi4_modify_dtb()
79 warn_report("bcm2711 dtc: %s has been disabled!", dev_str); in raspi4_modify_dtb()
77 const char *dev_str = nodes_to_remove[i]; raspi4_modify_dtb() local
/openbmc/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c179 char dev_str[7]; /* room enough for 0x0000 plus null byte */ in print_cpuinfo() local
216 sprintf(dev_str, "0x%04x", dev); in print_cpuinfo()
217 dev_name = dev_str; in print_cpuinfo()
/openbmc/u-boot/include/
H A 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() argument