Home
last modified time | relevance | path

Searched refs:php (Results 1 – 5 of 5) sorted by relevance

/external/lib/fdt/
A Dfdt_ro.c513 const fdt32_t *php; in fdt_get_phandle() local
518 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle()
519 if (!php || (len != sizeof(*php))) { in fdt_get_phandle()
520 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle()
521 if (!php || (len != sizeof(*php))) in fdt_get_phandle()
525 return fdt32_ld_(php); in fdt_get_phandle()
A Dfdt_overlay.c514 const fdt32_t *php; in overlay_adjust_local_conflicting_phandle() local
517 php = fdt_getprop(fdto, node, "phandle", &len); in overlay_adjust_local_conflicting_phandle()
518 if (php && len == sizeof(*php)) { in overlay_adjust_local_conflicting_phandle()
524 php = fdt_getprop(fdto, node, "linux,phandle", &len); in overlay_adjust_local_conflicting_phandle()
525 if (php && len == sizeof(*php)) { in overlay_adjust_local_conflicting_phandle()
/external/platform/cc13xx/cc13xxware/
A DREADME8 http://processors.wiki.ti.com/index.php/CC13xxWare
/external/platform/stellaris/ti-driverlib/
A DMANIFEST.TXT256 License Type: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
336 Obtained From: http://www.fltk.org/software.php
/external/platform/nrfx/doc/
A Dnrfx.doxyfile821 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
1112 # generated HTML page (for example: .htm, .php, .asp).

Completed in 11 milliseconds