Searched refs:fdt_node_offset_by_compatible (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/powerpc/boot/ |
H A D | libfdt-wrapper.c | 144 int offset = fdt_node_offset_by_compatible(fdt, devp_offset_find(prev), fdt_wrapper_find_node_by_compatible()
|
/linux-4.4.14/scripts/dtc/libfdt/ |
H A D | libfdt.h | 821 * fdt_node_offset_by_compatible - find nodes with a given 'compatible' value 826 * fdt_node_offset_by_compatible() returns the offset of the first 833 * offset = fdt_node_offset_by_compatible(fdt, -1, compatible); 836 * offset = fdt_node_offset_by_compatible(fdt, offset, compatible); 854 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
|
H A D | fdt_ro.c | 556 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, fdt_node_offset_by_compatible() function
|
Completed in 109 milliseconds