Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/
Ddtc-parser.y124 $$ = DTSF_V1 | DTSF_PLUGIN;
177 if (!($<flags>-1 & DTSF_PLUGIN))
199 if ($<flags>-1 & DTSF_PLUGIN) {
Ddtc.c322 if (dti->dtsflags & DTSF_PLUGIN) { in main()
Ddtc.h266 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
Dchecks.c576 if (!(dti->dtsflags & DTSF_PLUGIN)) in fixup_phandle_references()
1174 if (dti->dtsflags & DTSF_PLUGIN) in check_property_phandle_args()
1369 (dti->dtsflags & DTSF_PLUGIN)) in check_interrupts_property()