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

  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 349 const void *fdt_getprop(const void *fdt, int nodeoffset, function
362 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
364 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
509 * property of a node in fdt_getprop(), then if that didn't
516 val = fdt_getprop(fdt, offset, propname, &len);
572 list = fdt_getprop(fdt, nodeoffset, property, &length);
598 list = fdt_getprop(fdt, nodeoffset, property, &length);
629 list = fdt_getprop(fdt, nodeoffset, property, &length);
673 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 318 const void *fdt_getprop(const void *fdt, int nodeoffset, function
331 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
333 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
478 * property of a node in fdt_getprop(), then if that didn't
485 val = fdt_getprop(fdt, offset, propname, &len);
542 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);
  /external/dtc/libfdt/
fdt_ro.c 349 const void *fdt_getprop(const void *fdt, int nodeoffset, function
362 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
364 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
509 * property of a node in fdt_getprop(), then if that didn't
516 val = fdt_getprop(fdt, offset, propname, &len);
572 list = fdt_getprop(fdt, nodeoffset, property, &length);
598 list = fdt_getprop(fdt, nodeoffset, property, &length);
629 list = fdt_getprop(fdt, nodeoffset, property, &length);
673 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);
  /external/u-boot/lib/libfdt/
fdt_ro.c 328 const void *fdt_getprop(const void *fdt, int nodeoffset, function
341 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
343 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
488 * property of a node in fdt_getprop(), then if that didn't
495 val = fdt_getprop(fdt, offset, propname, &len);
551 list = fdt_getprop(fdt, nodeoffset, property, &length);
577 list = fdt_getprop(fdt, nodeoffset, property, &length);
608 list = fdt_getprop(fdt, nodeoffset, property, &length);
652 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);
  /external/u-boot/scripts/dtc/libfdt/
fdt_ro.c 419 const void *fdt_getprop(const void *fdt, int nodeoffset, function
432 php = fdt_getprop(fdt, nodeoffset, "phandle", &len);
434 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len);
579 * property of a node in fdt_getprop(), then if that didn't
586 val = fdt_getprop(fdt, offset, propname, &len);
642 list = fdt_getprop(fdt, nodeoffset, property, &length);
668 list = fdt_getprop(fdt, nodeoffset, property, &length);
699 list = fdt_getprop(fdt, nodeoffset, property, &length);
743 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);

Completed in 353 milliseconds