Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/libfdt/
Dfdt_overlay.c334 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
632 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
676 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
752 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
758 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
811 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
Dlibfdt.h386 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
Dfdt_ro.c178 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/Linux-v4.19/drivers/firmware/efi/libstub/
Dfdt.c85 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
118 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
/Linux-v4.19/arch/mips/cavium-octeon/
Docteon-platform.c597 eth = fdt_subnode_offset(initial_boot_params, iface, name_buffer); in octeon_fdt_pip_port()
622 iface = fdt_subnode_offset(initial_boot_params, pip, name_buffer); in octeon_fdt_pip_iface()
681 iface = fdt_subnode_offset(initial_boot_params, pip, in octeon_fill_mac_addresses()
690 eth = fdt_subnode_offset(initial_boot_params, iface, in octeon_fill_mac_addresses()
/Linux-v4.19/drivers/of/
Dfdt.c768 return fdt_subnode_offset(initial_boot_params, node, uname); in of_get_flat_dt_subnode_by_name()
/Linux-v4.19/arch/powerpc/mm/
Dhash_utils_64.c879 if (fdt_subnode_offset(initial_boot_params, 0, "axon") > 0) { in htab_initialize()