Home
last modified time | relevance | path

Searched refs:fdt_get_name (Results 1 – 25 of 50) sorted by relevance

12

/u-boot/arch/arm/mach-imx/imx8/
A Dfdt.c61 fdt_get_name(blob, offset, NULL), depth); in update_fdt_with_owned_resources()
65 fdt_get_name(blob, offset, NULL)); in update_fdt_with_owned_resources()
71 fdt_get_name(blob, offset, NULL)); in update_fdt_with_owned_resources()
85 fdt_get_name(blob, offset, NULL), rc); in update_fdt_with_owned_resources()
95 fdt_get_name(blob, offset, NULL), in update_fdt_with_owned_resources()
99 fdt_get_name(blob, offset, NULL), in update_fdt_with_owned_resources()
127 const char *name = fdt_get_name(blob, device_offset, NULL); in config_smmu_fdt_device_sid()
160 fdt_get_name(blob, device_offset, NULL), ret); in config_smmu_fdt_device_sid()
213 name = fdt_get_name(blob, offset, NULL); in config_smmu_fdt()
/u-boot/arch/arm/mach-socfpga/
A Dpinmux_arria10.c48 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()
/u-boot/arch/arm/mach-tegra/tegra20/
A Demc.c147 if (strcmp("emc-tables", fdt_get_name(blob, offset, NULL))) in find_emc_tables()
233 fdt_get_name(blob, node, NULL)); in decode_emc()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dportals.c53 name = fdt_get_name(blob, off, &len); in fdt_portal()
/u-boot/boot/
A Dcommon_fit.c65 const char *node_name = fdt_get_name(fdt, node, NULL); in fit_find_config_node()
A Dvbe_simple_fw.c142 bflow->name = strdup(fdt_get_name(buf, node, NULL)); in vbe_simple_read_bootflow_fw()
A Dfdt_region.c88 name = fdt_get_name(fdt, offset, &len); in fdt_find_regions()
555 name = fdt_get_name(fdt, offset, &len); in fdt_next_region()
/u-boot/common/
A Dfdt_support.c837 fdt_get_name(blob, off, 0), off); in fdt_del_subnodes()
1029 fdt_get_name(blob, noff, 0), in fdt_fixup_mtdparts()
1179 name = fdt_get_name(blob, parentoffset, NULL); in of_bus_isa_match()
1340 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address()
1352 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address()
1358 bus->name, na, ns, fdt_get_name(blob, parent, NULL)); in __of_translate_address()
1379 fdt_get_name(blob, node_offset, NULL)); in __of_translate_address()
1448 fdt_get_name(blob, node, NULL)); in fdt_get_dma_range()
1467 fdt_get_name(blob, node, NULL)); in fdt_get_dma_range()
1476 fdt_get_name(blob, parent, NULL)); in fdt_get_dma_range()
[all …]
/u-boot/lib/
A Dfdtdec.c442 fdt_get_name(blob, node, NULL), in fdtdec_add_aliases_for_id()
457 fdt_get_name(blob, node, NULL)); in fdtdec_add_aliases_for_id()
498 find_name = fdt_get_name(blob, offset, &find_namelen); in fdtdec_get_alias_seq()
780 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args()
791 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args()
794 fdt_get_name(blob, node, in fdtdec_parse_phandle_with_args()
808 fdt_get_name(blob, src_node, NULL)); in fdtdec_parse_phandle_with_args()
829 fdt_get_name(blob, src_node, in fdtdec_parse_phandle_with_args()
956 fdt_get_name(blob, node, NULL), name); in decode_timing_property()
1358 const char *name = fdt_get_name(blob, node, NULL); in fdtdec_add_reserved_memory()
[all …]
/u-boot/drivers/gpio/
A Dmax7320_gpio.c77 uc_priv->bank_name = fdt_get_name(gd->fdt_blob, in max7320_ofdata_plat()
A Dvybrid_gpio.c119 plat->port_name = fdt_get_name(gd->fdt_blob, dev_of_offset(dev), NULL); in vybrid_gpio_odata_to_plat()
A Dpcf8575_gpio.c135 uc_priv->bank_name = fdt_get_name(gd->fdt_blob, in pcf8575_ofdata_plat()
/u-boot/board/dhelectronics/dh_imx8mp/
A Dimx8mp_dhcom_pdk2.c202 if (!strstr(fdt_get_name(blob, subnode, NULL), in dh_dt_patch_som_eqos()
310 if (!strstr(fdt_get_name(blob, subnode, NULL), "fec-rmii")) in dh_dt_patch_som_fec()
/u-boot/arch/riscv/lib/
A Dfdt_fixup.c59 name = fdt_get_name(src, node, NULL); in riscv_fdt_copy_resv_mem_node()
/u-boot/test/optee/
A Dcmd_ut_optee.c73 const char *name = fdt_get_name(fdt, subnode, NULL); in optee_fdt_protected_memory()
/u-boot/scripts/dtc/libfdt/
A Dfdt_overlay.c286 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()
A Dfdt_ro.c17 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()
914 name = fdt_get_name(fdt, offset, &len); in fdt_check_full()
/u-boot/drivers/clk/altera/
A Dclk-arria10.c241 name = fdt_get_name(fdt, offset, NULL); in socfpga_a10_clk_bind()
247 name = fdt_get_name(fdt, offset, NULL); in socfpga_a10_clk_bind()
/u-boot/drivers/misc/
A Dfsl_portals.c293 fdt_get_name(blob, off, NULL), in fdt_fixup_qportals()
325 fdt_get_name(blob, off, NULL), in fdt_fixup_bportals()
/u-boot/arch/sandbox/cpu/
A Dstate.c125 debug(" - read node '%s'\n", fdt_get_name(blob, node, NULL)); in sandbox_read_state_nodes()
336 __func__, prop_name, fdt_get_name(blob, node, NULL), in state_setprop()
/u-boot/drivers/power/domain/
A Dimx8m-power-domain.c465 name = fdt_get_name(gd->fdt_blob, offset, NULL); in imx8m_power_domain_bind()
470 name = fdt_get_name(gd->fdt_blob, offset, NULL); in imx8m_power_domain_bind()
/u-boot/drivers/thermal/
A Dimx_scu_thermal.c117 name = fdt_get_name(gd->fdt_blob, offset, NULL); in imx_sc_thermal_bind()
/u-boot/arch/mips/mach-octeon/
A Dcvmx-helper-board.c998 fdt_get_name(fdt_addr, phy, NULL)); in __cvmx_helper_78xx_parse_phy()
1066 debug(" Parent: %s\n", fdt_get_name(fdt_addr, parent, NULL)); in __cvmx_helper_78xx_parse_phy()
1094 (const char *)fdt_get_name(fdt_addr, parent, NULL), in __cvmx_helper_78xx_parse_phy()
1327 fdt_get_name(fdt_addr, phy_parent, NULL), in __get_phy_info_from_dt()
1465 fdt_get_name(fdt_addr, fdt_phy_node, NULL)); in __cvmx_helper_parse_bgx_dt()
1581 fdt_get_name(fdt_addr, fdt_phy_node, NULL)); in __cvmx_helper_parse_bgx_rgmii_dt()
/u-boot/arch/arm/mach-k3/
A Dcommon.c416 !strncmp(fdt_get_name(blob, subnode, &len), "sysfw", 5) || in fdt_fixup_msmc_ram()
417 !strncmp(fdt_get_name(blob, subnode, &len), "l3cache", 7)) { in fdt_fixup_msmc_ram()
/u-boot/arch/x86/cpu/intel_common/
A Dmrc.c171 fdt_get_name(blob, spd_node, NULL)); in mrc_locate_spd()

Completed in 55 milliseconds

12