Home
last modified time | relevance | path

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

/Linux-v6.1/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.c323 if (dti->dtsflags & DTSF_PLUGIN) { in main()
Ddtc.h333 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
Dchecks.c618 if (!(dti->dtsflags & DTSF_PLUGIN)) in fixup_phandle_references()
1412 if (dti->dtsflags & DTSF_PLUGIN) in check_property_phandle_args()
1644 if (!(dti->dtsflags & DTSF_PLUGIN)) in check_interrupt_map()
1706 if (dti->dtsflags & DTSF_PLUGIN) in check_interrupts_property()