Home
last modified time | relevance | path

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

/scripts/dtc/
A Ddtc-parser.y130 $$ = DTSF_V1 | DTSF_PLUGIN;
183 if (!($<flags>-1 & DTSF_PLUGIN))
193 if (($<flags>-1 & DTSF_PLUGIN) && is_ref_relative($3))
210 if ($<flags>-1 & DTSF_PLUGIN) {
A Ddtc.c322 if (dti->dtsflags & DTSF_PLUGIN) { in main()
A Ddtc.h263 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
A Dchecks.c575 if (!(dti->dtsflags & DTSF_PLUGIN)) in fixup_phandle_references()
1173 if (dti->dtsflags & DTSF_PLUGIN) in check_property_phandle_args()
1368 (dti->dtsflags & DTSF_PLUGIN)) in check_interrupts_property()

Completed in 10 milliseconds