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

  /src/external/gpl2/dtc/dist/tests/
node_offset_by_phandle.c 6 * Testcase for fdt_node_offset_by_phandle()
24 offset = fdt_node_offset_by_phandle(fdt, phandle);
27 FAIL("fdt_node_offset_by_phandle(0x%x) returns %d "
  /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
  /src/sys/dev/fdt/
fdt_subr.c 174 const int off = fdt_node_offset_by_phandle(fdt_data, phandle);
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 474 return check_err(fdt_node_offset_by_phandle(self._fdt, phandle), quiet)

Completed in 32 milliseconds