Searched refs:fdt_node_offset_by_phandle (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/cavium-octeon/
H A Docteon-platform.c461 phy = fdt_node_offset_by_phandle(initial_boot_params, phandle); octeon_fdt_set_phy()
466 alt_phy = fdt_node_offset_by_phandle(initial_boot_params, alt_phandle); octeon_fdt_set_phy()
556 int p = fdt_node_offset_by_phandle(initial_boot_params, ph); octeon_fdt_rm_ethernet()
/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c499 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) fdt_node_offset_by_phandle() function
H A Dlibfdt.h775 * fdt_node_offset_by_phandle - find the node with a given phandle
779 * fdt_node_offset_by_phandle() returns the offset of the node
793 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);

Completed in 109 milliseconds