linux_phandle 514 scripts/dtc/checks.c cell_t phandle, linux_phandle; linux_phandle 521 scripts/dtc/checks.c linux_phandle = check_phandle_prop(c, dti, node, "linux,phandle"); linux_phandle 523 scripts/dtc/checks.c if (!phandle && !linux_phandle) linux_phandle 527 scripts/dtc/checks.c if (linux_phandle && phandle && (phandle != linux_phandle)) linux_phandle 531 scripts/dtc/checks.c if (linux_phandle && !phandle) linux_phandle 532 scripts/dtc/checks.c phandle = linux_phandle;