Home
last modified time | relevance | path

Searched refs:fdt_subnode_offset (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_overlay.c290 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
588 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
632 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
708 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
714 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
777 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
H A Dlibfdt.h449 * Identical to fdt_subnode_offset(), but only examine the first
459 * fdt_subnode_offset - find a subnode of a given node
464 * fdt_subnode_offset() finds a subnode of the node at structure block
466 * address, in which case fdt_subnode_offset() will find the subnode
468 * which case fdt_subnode_offset() will find an arbitrary subnode
482 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
H A Dfdt_ro.c244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_overlay.c275 tree_child = fdt_subnode_offset(fdto, tree_node, in overlay_update_local_node_references()
573 nnode = fdt_subnode_offset(fdt, target, name); in overlay_apply_node()
617 overlay = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_merge()
693 ov_sym = fdt_subnode_offset(fdto, 0, "__symbols__"); in overlay_symbol_update()
699 root_sym = fdt_subnode_offset(fdt, 0, "__symbols__"); in overlay_symbol_update()
762 ret = fdt_subnode_offset(fdto, fragment, "__overlay__"); in overlay_symbol_update()
H A Dlibfdt.h463 * Identical to fdt_subnode_offset(), but only examine the first
475 * fdt_subnode_offset - find a subnode of a given node
480 * fdt_subnode_offset() finds a subnode of the node at structure block
482 * address, in which case fdt_subnode_offset() will find the subnode
484 * which case fdt_subnode_offset() will find an arbitrary subnode
498 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
H A Dfdt_ro.c244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dfdt.c78 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
96 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dfdt.c78 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
96 node = fdt_subnode_offset(fdt, 0, "chosen"); in update_fdt()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H A Docteon-platform.c657 eth = fdt_subnode_offset(initial_boot_params, iface, name_buffer); in octeon_fdt_pip_port()
673 fixed_link = fdt_subnode_offset(initial_boot_params, eth, "fixed-link"); in octeon_fdt_pip_port()
689 iface = fdt_subnode_offset(initial_boot_params, pip, name_buffer); in octeon_fdt_pip_iface()
748 iface = fdt_subnode_offset(initial_boot_params, pip, in octeon_fill_mac_addresses()
757 eth = fdt_subnode_offset(initial_boot_params, iface, in octeon_fill_mac_addresses()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H 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()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dfile_load_64.c1136 pci_offset = fdt_subnode_offset(fdt, root_offset, of_node_full_name(dn)); in update_pci_dma_nodes()
/kernel/linux/linux-5.10/drivers/of/
H A Dfdt.c688 return fdt_subnode_offset(initial_boot_params, node, uname); in of_get_flat_dt_subnode_by_name()
/kernel/linux/linux-6.6/drivers/of/
H A Dfdt.c735 return fdt_subnode_offset(initial_boot_params, node, uname); in of_get_flat_dt_subnode_by_name()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_utils.c934 if (fdt_subnode_offset(initial_boot_params, 0, "axon") > 0) { in htab_initialize()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1097 if (fdt_subnode_offset(initial_boot_params, 0, "axon") > 0) { in htab_initialize()

Completed in 24 milliseconds