Searched refs:fdt_subnode_offset (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/scripts/dtc/libfdt/ |
D | fdt_overlay.c | 290 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()
|
D | libfdt.h | 498 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
D | fdt_ro.c | 244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
/linux-6.1.9/drivers/firmware/efi/libstub/ |
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-6.1.9/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 657 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()
|
/linux-6.1.9/arch/powerpc/kexec/ |
D | file_load_64.c | 1069 pci_offset = fdt_subnode_offset(fdt, root_offset, of_node_full_name(dn)); in update_pci_dma_nodes()
|
/linux-6.1.9/drivers/of/ |
D | fdt.c | 738 return fdt_subnode_offset(initial_boot_params, node, uname); in of_get_flat_dt_subnode_by_name()
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 1031 if (fdt_subnode_offset(initial_boot_params, 0, "axon") > 0) { in htab_initialize()
|