Home
last modified time | relevance | path

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

/scripts/dtc/
Ddtc-parser.y115 $$ = DTSF_V1 | DTSF_PLUGIN;
170 if (!($<flags>-1 & DTSF_PLUGIN))
195 if ($<flags>-1 & DTSF_PLUGIN) {
219 if ($<flags>-1 & DTSF_PLUGIN)
Ddtc.c321 if (dti->dtsflags & DTSF_PLUGIN) { in main()
Ddtc.h297 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
Dchecks.c595 if (!(dti->dtsflags & DTSF_PLUGIN)) in fixup_phandle_references()
1391 if (dti->dtsflags & DTSF_PLUGIN) in check_property_phandle_args()
1609 if (dti->dtsflags & DTSF_PLUGIN) in check_interrupts_property()