Searched refs:fdt_subnode_offset (Results 1 – 6 of 6) sorted by relevance
| /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()
|
| /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/kernel/liveupdate/ |
| H A D | luo_session.c | 480 offset = fdt_subnode_offset(fdt_in, 0, LUO_FDT_SESSION_NODE_NAME); in luo_session_setup_incoming()
|
| H A D | kexec_handover.c | 1309 offset = fdt_subnode_offset(fdt, 0, name); in kho_retrieve_subtree()
|
| /linux/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 244 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
| /linux/mm/ |
| H A D | memblock.c | 2591 offset = fdt_subnode_offset(fdt, 0, name); in reserve_mem_kho_revive()
|