Searched refs:fdt_parent_offset (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/of/
H A Dfdt_address.c184 parent = fdt_parent_offset(blob, node_offset); fdt_translate_address()
206 parent = fdt_parent_offset(blob, node_offset); fdt_translate_address()
/linux-4.4.14/arch/powerpc/boot/
H A Dlibfdt-wrapper.c115 return offset_devp(fdt_parent_offset(fdt, devp_offset(devp))); fdt_wrapper_get_parent()
/linux-4.4.14/arch/mips/cavium-octeon/
H A Docteon-platform.c845 bootbus = fdt_parent_offset(initial_boot_params, cf); octeon_prune_device_tree()
906 bootbus = fdt_parent_offset(initial_boot_params, led); octeon_prune_device_tree()
/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c462 int fdt_parent_offset(const void *fdt, int nodeoffset) fdt_parent_offset() function
H A Dlibfdt.h710 * fdt_parent_offset - find the parent of a given node
714 * fdt_parent_offset() locates the parent node of a given node (that
730 int fdt_parent_offset(const void *fdt, int nodeoffset);

Completed in 178 milliseconds