Home
last modified time | relevance | path

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

/linux/scripts/dtc/libfdt/
A Dfdt_overlay.c253 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
598 tree_child = fdt_subnode_offset(fdto, tree_node, fixup_child_name); in overlay_update_node_conflicting_references()
685 fdtchild = fdt_subnode_offset(fdt, fdtnode, name); in overlay_prevent_phandle_overwrite_node()
724 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_prevent_phandle_overwrite()
800 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
844 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
920 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
926 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
989 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
A Dlibfdt.h498 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
A Dfdt_ro.c244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/linux/drivers/firmware/efi/libstub/
A Dfdt.c78 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
96 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
/linux/arch/mips/cavium-octeon/
A Docteon-platform.c658 eth = fdt_subnode_offset(initial_boot_params, iface, name_buffer); in octeon_fdt_pip_port()
674 fixed_link = fdt_subnode_offset(initial_boot_params, eth, "fixed-link"); in octeon_fdt_pip_port()
690 iface = fdt_subnode_offset(initial_boot_params, pip, name_buffer); in octeon_fdt_pip_iface()
749 iface = fdt_subnode_offset(initial_boot_params, pip, in octeon_fill_mac_addresses()
758 eth = fdt_subnode_offset(initial_boot_params, iface, in octeon_fill_mac_addresses()
/linux/arch/powerpc/kexec/
A Dfile_load_64.c893 pci_offset = fdt_subnode_offset(fdt, root_offset, of_node_full_name(dn)); in update_pci_dma_nodes()
/linux/drivers/of/
A Dfdt.c601 return fdt_subnode_offset(initial_boot_params, node, uname); in of_get_flat_dt_subnode_by_name()
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c1104 if (fdt_subnode_offset(initial_boot_params, 0, "axon") > 0) { in htab_initialize()

Completed in 36 milliseconds