Home
last modified time | relevance | path

Searched refs:DTSF_PLUGIN (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/scripts/dtc/
Ddtc-parser.y111 $$ = DTSF_V1 | DTSF_PLUGIN;
166 if (!($<flags>-1 & DTSF_PLUGIN))
191 if ($<flags>-1 & DTSF_PLUGIN) {
215 if ($<flags>-1 & DTSF_PLUGIN)
Ddtc.c321 if (dti->dtsflags & DTSF_PLUGIN) { in main()
Ddtc.h266 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
Dchecks.c595 if (!(dti->dtsflags & DTSF_PLUGIN)) in fixup_phandle_references()
1375 if (dti->dtsflags & DTSF_PLUGIN) in check_property_phandle_args()
1571 if (dti->dtsflags & DTSF_PLUGIN) in check_interrupts_property()