Searched refs:fdt_subnode_offset (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/scripts/dtc/libfdt/ |
D | fdt_overlay.c | 334 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()
|
D | libfdt.h | 386 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
D | fdt_ro.c | 178 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | fdt.c | 85 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/ |
D | octeon-platform.c | 597 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/ |
D | fdt.c | 768 return fdt_subnode_offset(initial_boot_params, node, uname); in of_get_flat_dt_subnode_by_name()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | hash_utils_64.c | 879 if (fdt_subnode_offset(initial_boot_params, 0, "axon") > 0) { in htab_initialize()
|