OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linux_phandle
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/dtc/dist/
checks.c
516
cell_t phandle,
linux_phandle
;
local
523
linux_phandle
= check_phandle_prop(c, dti, node, "linux,phandle");
525
if (!phandle && !
linux_phandle
)
529
if (
linux_phandle
&& phandle && (phandle !=
linux_phandle
))
533
if (
linux_phandle
&& !phandle)
534
phandle =
linux_phandle
;
checks.c
516
cell_t phandle,
linux_phandle
;
local
523
linux_phandle
= check_phandle_prop(c, dti, node, "linux,phandle");
525
if (!phandle && !
linux_phandle
)
529
if (
linux_phandle
&& phandle && (phandle !=
linux_phandle
))
533
if (
linux_phandle
&& !phandle)
534
phandle =
linux_phandle
;
checks.c
516
cell_t phandle,
linux_phandle
;
local
523
linux_phandle
= check_phandle_prop(c, dti, node, "linux,phandle");
525
if (!phandle && !
linux_phandle
)
529
if (
linux_phandle
&& phandle && (phandle !=
linux_phandle
))
533
if (
linux_phandle
&& !phandle)
534
phandle =
linux_phandle
;
Completed in 120 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026