Searched refs:fdt_subnode_offset (Results 1 – 5 of 5) sorted by relevance
/linux/scripts/dtc/libfdt/ |
H A D | fdt_overlay.c | 253 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()
|
H A D | libfdt.h | 498 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
H A D | fdt_ro.c | 244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
/linux/drivers/firmware/efi/libstub/ |
H A D | fdt.c | 78 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/ |
H A D | octeon-platform.c | 658 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()
|