HomeSort by: relevance | last modified time | path
    Searched refs:fdt_node_offset_by_phandle (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
version.lds 27 fdt_node_offset_by_phandle;
fdt_overlay.c 81 ret = fdt_node_offset_by_phandle(fdt, phandle);
libfdt.h 983 * fdt_node_offset_by_phandle - find the node with a given phandle
987 * fdt_node_offset_by_phandle() returns the offset of the node
1001 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
fdt_ro.c 659 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) function in typeref:typename:int
  /src/sys/dev/fdt/
fdt_subr.c 174 const int off = fdt_node_offset_by_phandle(fdt_data, phandle);

Completed in 38 milliseconds