Searched refs:fdt_subnode_offset (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/firmware/efi/libstub/ |
H A D | fdt.c | 86 node = fdt_subnode_offset(fdt, 0, "chosen"); update_fdt() 119 node = fdt_subnode_offset(fdt, 0, "chosen"); update_fdt()
|
/linux-4.4.14/scripts/dtc/libfdt/ |
H A D | libfdt.h | 293 * Identical to fdt_subnode_offset(), but only examine the first 301 * fdt_subnode_offset - find a subnode of a given node 306 * fdt_subnode_offset() finds a subnode of the node at structure block 308 * address, in which case fdt_subnode_offset() will find the subnode 310 * which case fdt_subnode_offset() will find an arbitrary subnode 323 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
H A D | fdt_ro.c | 151 int fdt_subnode_offset(const void *fdt, int parentoffset, fdt_subnode_offset() function
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 571 eth = fdt_subnode_offset(initial_boot_params, iface, name_buffer); octeon_fdt_pip_port() 597 iface = fdt_subnode_offset(initial_boot_params, pip, name_buffer); octeon_fdt_pip_iface()
|
Completed in 106 milliseconds