Searched refs:php (Results 1 – 5 of 5) sorted by relevance
| /external/lib/fdt/ |
| A D | fdt_ro.c | 513 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 D | fdt_overlay.c | 514 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 D | README | 8 http://processors.wiki.ti.com/index.php/CC13xxWare
|
| /external/platform/stellaris/ti-driverlib/ |
| A D | MANIFEST.TXT | 256 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 D | nrfx.doxyfile | 821 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, 1112 # generated HTML page (for example: .htm, .php, .asp).
|
Completed in 11 milliseconds