Home | History | Annotate | Download | only in libfdt

Lines Matching refs:fdt_node_offset_by_compatible

920  * fdt_node_offset_by_compatible - find nodes with a given 'compatible' value
925 * fdt_node_offset_by_compatible() returns the offset of the first
932 * offset = fdt_node_offset_by_compatible(fdt, -1, compatible);
935 * offset = fdt_node_offset_by_compatible(fdt, offset, compatible);
953 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,