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

/linux-4.4.14/drivers/firmware/efi/libstub/
H A Dfdt.c86 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 Dlibfdt.h293 * 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 Dfdt_ro.c151 int fdt_subnode_offset(const void *fdt, int parentoffset, fdt_subnode_offset() function
/linux-4.4.14/arch/mips/cavium-octeon/
H A Docteon-platform.c571 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