Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/dtc/libfdt/
Dfdt_overlay.c289 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
587 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
631 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
707 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
713 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
766 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
Dlibfdt.h477 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
Dfdt_ro.c229 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/Linux-v5.4/arch/mips/cavium-octeon/
Docteon-platform.c654 eth = fdt_subnode_offset(initial_boot_params, iface, name_buffer); in octeon_fdt_pip_port()
670 fixed_link = fdt_subnode_offset(initial_boot_params, eth, "fixed-link"); in octeon_fdt_pip_port()
686 iface = fdt_subnode_offset(initial_boot_params, pip, name_buffer); in octeon_fdt_pip_iface()
745 iface = fdt_subnode_offset(initial_boot_params, pip, in octeon_fill_mac_addresses()
754 eth = fdt_subnode_offset(initial_boot_params, iface, in octeon_fill_mac_addresses()
/Linux-v5.4/drivers/firmware/efi/libstub/
Dfdt.c80 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
113 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
/Linux-v5.4/drivers/of/
Dfdt.c693 return fdt_subnode_offset(initial_boot_params, node, uname); in of_get_flat_dt_subnode_by_name()
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_utils.c877 if (fdt_subnode_offset(initial_boot_params, 0, "axon") > 0) { in htab_initialize()