HomeSort by relevance Sort by last modified time
    Searched defs:fdt_next_property_offset (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 263 int fdt_next_property_offset(const void *fdt, int offset) function
299 (offset = fdt_next_property_offset(fdt, offset))) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 231 int fdt_next_property_offset(const void *fdt, int offset) function
267 (offset = fdt_next_property_offset(fdt, offset))) {
  /external/dtc/libfdt/
fdt_ro.c 263 int fdt_next_property_offset(const void *fdt, int offset) function
299 (offset = fdt_next_property_offset(fdt, offset))) {

Completed in 88 milliseconds