Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt_overlay.c290 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
588 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
632 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
708 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
714 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
777 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-verify.c477 hash_node = fdt_subnode_offset(blob, node, "hash@c"); in rsa_get_key_prop()
479 hash_node = fdt_subnode_offset(blob, node, "hash@np"); in rsa_get_key_prop()
553 sig_node = fdt_subnode_offset(blob, 0, FIT_SIG_NODENAME); in rsa_verify()
577 node = fdt_subnode_offset(blob, sig_node, name); in rsa_verify()
626 sig_node = fdt_subnode_offset(blob, 0, FIT_SIG_NODENAME); in rsa_burn_key_hash()
633 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()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dfdt.c79 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
112 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Docteon-platform.c657 eth = fdt_subnode_offset(initial_boot_params, iface, name_buffer); in octeon_fdt_pip_port()
673 fixed_link = fdt_subnode_offset(initial_boot_params, eth, "fixed-link"); in octeon_fdt_pip_port()
689 iface = fdt_subnode_offset(initial_boot_params, pip, name_buffer); in octeon_fdt_pip_iface()
748 iface = fdt_subnode_offset(initial_boot_params, pip, in octeon_fill_mac_addresses()
757 eth = fdt_subnode_offset(initial_boot_params, iface, in octeon_fill_mac_addresses()
/OK3568_Linux_fs/u-boot/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()
497 sig_node = fdt_subnode_offset(sig_blob, 0, FIT_SIG_NODENAME); in fit_config_verify_required_sigs()
H A Dimage-fdt.c92 rsv_offset = fdt_subnode_offset(fdt_blob, 0, "reserved-memory"); in boot_mem_rsv_regions()
191 rsv_offset = fdt_subnode_offset(fdt_blob, 0, "reserved-memory"); in boot_fdt_add_sysmem_rsv_regions()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dsgmii_riser.c69 phy_node = fdt_subnode_offset(fdt, mdio_node, sgmii_phy); in fsl_sgmii_riser_fdt_fixup()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/cmd/
H A Dtftp_update.c196 e->hash_noffset = fdt_subnode_offset(fit, noffset, "hash"); in update_populate_image()
395 conf = fdt_subnode_offset(fit, noffset, name); in update_verify_hdr()
585 e->hash_noffset = fdt_subnode_offset(fit, noffset, "hash"); in update_write_gpt()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/spl/lib/libfdt/
H A Dfdt_ro.su
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_ro.su
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-sti.c224 pinconf_node = fdt_subnode_offset(blob, node, "st,pins"); in sti_pinctrl_set_state()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dfdt.c213 node_offs = fdt_subnode_offset(fdt, offs, names[i]); in ft_fixup_clocks()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmrccache.c211 mrc_node = fdt_subnode_offset(blob, node, "rw-mrc-cache"); in mrccache_get_region()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dfsl_portals.c98 childoff = fdt_subnode_offset(blob, off, name); in fdt_qportal()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfdt.c156 offset = fdt_subnode_offset(blob, 0, "interrupt-controller@1400000"); in fdt_fixup_gic()

123