Searched refs:php (Results 1 – 2 of 2) sorted by relevance
/scripts/dtc/libfdt/ |
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()
|
Completed in 17 milliseconds