Home
last modified time | relevance | path

Searched refs:fdt_subnode_offset (Results 1 – 25 of 43) sorted by relevance

12

/rk3399_rockchip-uboot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c49 node = fdt_subnode_offset(gd->fdt_blob, in board_prepare_usb()
65 node = fdt_subnode_offset(gd->fdt_blob, in board_prepare_usb()
117 node = fdt_subnode_offset(gd->fdt_blob, dev_of_offset(pon), in misc_init_r()
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_overlay.c283 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
581 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
625 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
701 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
707 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
760 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
H A Dlibfdt.h386 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
/rk3399_rockchip-uboot/common/
H A Dboot_fit.c38 fdt_node = fdt_subnode_offset(fit, images, fdt_name); in fdt_offset()
H A Dimage-sig.c312 sig_node = fdt_subnode_offset(sig_blob, 0, FIT_SIG_NODENAME); in fit_image_verify_required_sigs()
503 sig_node = fdt_subnode_offset(sig_blob, 0, FIT_SIG_NODENAME); in fit_config_verify_required_sigs()
H A Dimage-fdt.c94 rsv_offset = fdt_subnode_offset(fdt_blob, 0, "reserved-memory"); in boot_mem_rsv_regions()
204 rsv_offset = fdt_subnode_offset(fdt_blob, 0, "reserved-memory"); in boot_fdt_add_sysmem_rsv_regions()
H A Dimage-fit.c580 noffset = fdt_subnode_offset(fit, images_noffset, image_uname); in fit_image_get_node()
1593 cipher_noffset = fdt_subnode_offset(fit, noffset, FIT_CIPHER_NODENAME); in fit_image_uncipher()
1636 noffset = fdt_subnode_offset(fit, cipher_noffset, FIT_HASH_NODENAME); in fit_image_uncipher()
1872 kfdt_noffset = fdt_subnode_offset(fit, images_noffset, in fit_conf_find_compat()
1974 noffset = fdt_subnode_offset(fit, confs_noffset, conf_uname); in fit_conf_get_node()
2366 fdt_subnode_offset(fit, noffset, FIT_CIPHER_NODENAME); in fit_image_load_index()
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-verify.c487 hash_node = fdt_subnode_offset(blob, node, "hash@c"); in rsa_get_key_prop()
489 hash_node = fdt_subnode_offset(blob, node, "hash@np"); in rsa_get_key_prop()
563 sig_node = fdt_subnode_offset(blob, 0, FIT_SIG_NODENAME); in rsa_verify()
587 node = fdt_subnode_offset(blob, sig_node, name); in rsa_verify()
625 sig_node = fdt_subnode_offset(blob, 0, FIT_SIG_NODENAME); in rsa_burn_key_hash()
632 node = fdt_subnode_offset(blob, sig_node, name); in rsa_burn_key_hash()
H A Drsa-sign.c878 parent = fdt_subnode_offset(keydest, 0, FIT_SIG_NODENAME); in rsa_add_verify_data()
894 node = fdt_subnode_offset(keydest, parent, name); in rsa_add_verify_data()
/rk3399_rockchip-uboot/board/freescale/common/
H A Dsgmii_riser.c69 phy_node = fdt_subnode_offset(fdt, mdio_node, sgmii_phy); in fsl_sgmii_riser_fdt_fixup()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/px30/
H A Dpx30.c674 mem_node = fdt_subnode_offset(blob, reg_node, in fixup_regulators_px30s()
695 mem_node = fdt_subnode_offset(blob, reg_node, in fixup_regulators_px30s()
725 mem_node = fdt_subnode_offset(blob, reg_node, in fixup_regulators_px30()
744 parent_node = fdt_subnode_offset(blob, pmic_node, "regulators"); in fixup_regulators()
/rk3399_rockchip-uboot/drivers/net/
H A Dkeystone_net.c995 interfaces = fdt_subnode_offset(fdt, gbe, "interfaces"); in ks2_eth_bind_slaves()
1020 sec_slave = fdt_subnode_offset(fdt, gbe, "secondary-slave-ports"); in ks2_eth_bind_slaves()
1129 netcp_devices = fdt_subnode_offset(fdt, dev_of_offset(dev), in ks2_eth_ofdata_to_platdata()
1131 gbe = fdt_subnode_offset(fdt, netcp_devices, "gbe"); in ks2_eth_ofdata_to_platdata()
/rk3399_rockchip-uboot/cmd/
H A Dtftp_update.c196 e->hash_noffset = fdt_subnode_offset(fit, noffset, "hash"); in update_populate_image()
373 conf = fdt_subnode_offset(fit, noffset, name); in update_verify_hdr()
563 e->hash_noffset = fdt_subnode_offset(fit, noffset, "hash"); in update_write_gpt()
/rk3399_rockchip-uboot/drivers/video/
H A Dtegra.c352 rgb = fdt_subnode_offset(blob, node, "rgb"); in tegra_lcd_ofdata_to_platdata()
398 rgb = fdt_subnode_offset(blob, node, "rgb"); in tegra_lcd_bind()
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-sti.c224 pinconf_node = fdt_subnode_offset(blob, node, "st,pins"); in sti_pinctrl_set_state()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit.c30 return fdt_subnode_offset(sig_blob, 0, FIT_SIG_NODENAME) < 0 ? 0 : 1; in fit_is_signed()
44 sig_node = fdt_subnode_offset(sig_blob, 0, FIT_SIG_NODENAME); in fit_sig_require_conf()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c105 node = fdt_subnode_offset(fit, images, str); in spl_fit_get_image_node()
173 cipher_noffset = fdt_subnode_offset(fit, noffset, FIT_CIPHER_NODENAME); in spl_fit_image_uncipher()
359 if (fdt_subnode_offset(fit, node, FIT_CIPHER_NODENAME) > 0) { in spl_load_fit_image()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Dfdt.c213 node_offs = fdt_subnode_offset(fdt, offs, names[i]); in ft_fixup_clocks()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dmrccache.c211 mrc_node = fdt_subnode_offset(blob, node, "rw-mrc-cache"); in mrccache_get_region()
/rk3399_rockchip-uboot/drivers/misc/
H A Dfsl_portals.c98 childoff = fdt_subnode_offset(blob, off, name); in fdt_qportal()
/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Dmc.c252 dpmacoff = fdt_subnode_offset(blob, objoff, mac_name); in mc_fixup_dpl_mac_addr()
273 dpnioff = fdt_subnode_offset(blob, objoff, endpoint); in mc_fixup_dpl_mac_addr()
293 noff = fdt_subnode_offset(blob, nodeoffset, (const char *)mac_name); in mc_fixup_dpc_mac_addr()
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_mipi.c125 timing_node = fdt_subnode_offset(gd->fdt_blob, dev_of_offset(dev), in rk_mipi_dsi_enable()
H A Drk_vop.c356 port = fdt_subnode_offset(blob, dev_of_offset(dev), "port"); in rk_vop_probe()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfdt.c156 offset = fdt_subnode_offset(blob, 0, "interrupt-controller@1400000"); in fdt_fixup_gic()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c156 childoff = fdt_subnode_offset(blob, off, name); in fdt_qportal()

12