| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | fdt_address.c | 173 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 178 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 192 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 198 na, ns, fdt_get_name(blob, parent, NULL)); in fdt_translate_address() 219 fdt_get_name(blob, node_offset, NULL)); in fdt_translate_address() 224 pna, pns, fdt_get_name(blob, parent, NULL)); in fdt_translate_address()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/px30/ |
| H A D | px30.c | 505 debug("depth1: %s\n", fdt_get_name(blob, depth1_node, NULL)); in fdt_fixup_pcfg() 509 fdt_get_name(blob, depth2_node, NULL)); in fdt_fixup_pcfg() 669 name, fdt_get_name(blob, reg_node, NULL), in fixup_regulators_px30s() 690 fdt_get_name(blob, reg_node, NULL)); in fixup_regulators_px30s() 769 name = fdt_get_name(blob, i2c_node, NULL); in fdt_fixup_regulator() 773 name = fdt_get_name(blob, pmic_node, NULL); in fdt_fixup_regulator()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/ |
| H A D | pinmux_arria10.c | 48 node_name = fdt_get_name(blob, child, &len); in do_pinctrl_pins() 59 node_name = fdt_get_name(blob, child, &len); in do_pinctrl_pins()
|
| H A D | misc_arria10.c | 159 node_name = fdt_get_name(blob, child, &len); in is_peripheral_uart_true() 169 node_name = fdt_get_name(blob, child, &len); in is_peripheral_uart_true()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec.c | 460 fdt_get_name(blob, node, NULL), in fdtdec_add_aliases_for_id() 475 fdt_get_name(blob, node, NULL)); in fdtdec_add_aliases_for_id() 516 find_name = fdt_get_name(blob, offset, &find_namelen); in fdtdec_get_alias_seq() 749 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args() 760 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args() 763 fdt_get_name(blob, node, in fdtdec_parse_phandle_with_args() 777 fdt_get_name(blob, src_node, NULL)); in fdtdec_parse_phandle_with_args() 798 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args() 915 debug("%s: %s: %s\n", __func__, fdt_get_name(blob, node, NULL), in fdtdec_decode_region() 1058 fdt_get_name(blob, node, NULL), name); in decode_timing_property()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 857 fdt_get_name(blob, off, 0), off); in fdt_del_subnodes() 1026 fdt_get_name(blob, noff, 0), in fdt_fixup_mtdparts() 1169 name = fdt_get_name(blob, parentoffset, NULL); in of_bus_isa_match() 1331 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address() 1343 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address() 1349 bus->name, na, ns, fdt_get_name(blob, parent, NULL)); in __of_translate_address() 1370 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address() 1375 pbus->name, pna, pns, fdt_get_name(blob, parent, NULL)); in __of_translate_address() 1576 debug("%s: %s\n", fdt_get_name(blob, noff, 0), compat); in fdt_add_edid() 1834 debug("%s:0x%x\n", fdt_get_name(blob, off, NULL), in fdt_fixup_display() [all …]
|
| H A D | image-fdt.c | 118 fdt_get_name(fdt_blob, offset, NULL), in boot_mem_rsv_regions() 212 fdt_get_name(fdt_blob, offset, NULL), in boot_fdt_add_sysmem_rsv_regions() 214 if (!sysmem_fdt_reserve_alloc_base(fdt_get_name(fdt_blob, offset, NULL), in boot_fdt_add_sysmem_rsv_regions()
|
| H A D | common_fit.c | 61 const char *node_name = fdt_get_name(fdt, node, NULL); in fit_find_config_node()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | emc.c | 147 if (strcmp("emc-tables", fdt_get_name(blob, offset, NULL))) in find_emc_tables() 233 fdt_get_name(blob, node, NULL)); in decode_emc()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | portals.c | 123 name = fdt_get_name(blob, off, &len); in fdt_portal() 315 fdt_get_name(blob, off, NULL), fdt_strerror(err)); in fdt_fixup_qportals() 348 fdt_get_name(blob, off, NULL), in fdt_fixup_bportals()
|
| /OK3568_Linux_fs/u-boot/drivers/led/ |
| H A D | led_bcm6358.c | 198 fdt_get_name(blob, node, NULL)); in bcm6358_led_bind() 203 fdt_get_name(blob, node, NULL), in bcm6358_led_bind()
|
| H A D | led_bcm6328.c | 233 fdt_get_name(blob, node, NULL)); in bcm6328_led_bind() 238 fdt_get_name(blob, node, NULL), in bcm6328_led_bind()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | fit_misc.c | 139 fdt_get_name(fit, node, NULL), ret); in fit_decomp_image() 182 uname = fdt_get_name(fit, node, NULL); in board_fit_image_post_process()
|
| H A D | iomem.c | 53 name = fdt_get_name(fdt, offset, NULL); in iomem_show_by_match()
|
| H A D | fit.c | 201 printf("%s: ", fdt_get_name(fit, conf_noffset, NULL)); in fit_get_blob() 327 printf("%s: ", fdt_get_name(fit, noffset, NULL)); in fit_image_load_one()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 279 const char *fixup_child_name = fdt_get_name(fdto, fixup_child, in overlay_update_local_node_references() 575 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() 652 name = fdt_get_name(fdt, nodeoffset, &namelen); in get_path_len()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 286 const char *fixup_child_name = fdt_get_name(fdto, fixup_child, in overlay_update_local_node_references() 582 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() 659 name = fdt_get_name(fdt, nodeoffset, &namelen); in get_path_len()
|
| H A D | fdt_ro.c | 17 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_() 300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() function 564 name = fdt_get_name(fdt, offset, &namelen); in fdt_get_path()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | fsl_portals.c | 262 fdt_get_name(blob, off, NULL), in fdt_fixup_qportals() 297 fdt_get_name(blob, off, NULL), in fdt_fixup_bportals()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | state.c | 115 debug(" - read node '%s'\n", fdt_get_name(blob, node, NULL)); in sandbox_read_state_nodes() 326 __func__, prop_name, fdt_get_name(blob, node, NULL), in state_setprop()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | root.c | 285 debug("%s: ret=%d\n", fdt_get_name(blob, offset, NULL), in dm_scan_fdt_node() 293 name = fdt_get_name(blob, offset, NULL); in dm_scan_fdt_node()
|
| /OK3568_Linux_fs/u-boot/drivers/clk/at91/ |
| H A D | pmc.c | 78 name = fdt_get_name(fdt, offset, NULL); in at91_clk_sub_device_bind()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3308/ |
| H A D | rk3308.c | 498 debug("depth1: %s\n", fdt_get_name(blob, depth1_node, NULL)); in fdt_fixup_pcfg() 502 fdt_get_name(blob, depth2_node, NULL)); in fdt_fixup_pcfg()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | vybrid_gpio.c | 132 plat->port_name = fdt_get_name(gd->fdt_blob, dev_of_offset(dev), NULL); in vybrid_gpio_bind()
|
| H A D | pcf8575_gpio.c | 139 uc_priv->bank_name = fdt_get_name(gd->fdt_blob, in pcf8575_ofdata_platdata()
|