HomeSort by relevance Sort by last modified time
    Searched refs:fdt_node_offset_by_phandle (Results 1 - 8 of 8) sorted by null

  /external/dtc/tests/
node_offset_by_phandle.c 3 * Testcase for fdt_node_offset_by_phandle()
35 offset = fdt_node_offset_by_phandle(fdt, phandle);
38 FAIL("fdt_node_offset_by_phandle(0x%x) returns %d "
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 868 * fdt_node_offset_by_phandle - find the node with a given phandle
872 * fdt_node_offset_by_phandle() returns the offset of the node
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 759 * fdt_node_offset_by_phandle - find the node with a given phandle
763 * fdt_node_offset_by_phandle() returns the offset of the node
777 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
    [all...]
  /external/dtc/libfdt/
fdt_overlay.c 64 return fdt_node_offset_by_phandle(fdt, phandle);
fdt_ro.c 525 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) function
libfdt.h     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 525 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) function
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 494 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) function

Completed in 161 milliseconds