Home
last modified time | relevance | path

Searched refs:DTSF_PLUGIN (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtc-parser.y121 $$ = DTSF_V1 | DTSF_PLUGIN;
176 if (!($<flags>-1 & DTSF_PLUGIN))
189 if (($<flags>-1 & DTSF_PLUGIN) && is_ref_relative($3))
206 if ($<flags>-1 & DTSF_PLUGIN) {
232 if ($<flags>-1 & DTSF_PLUGIN)
H A Ddtc.c323 if (dti->dtsflags & DTSF_PLUGIN) { in main()
H A Dchecks.c618 if (!(dti->dtsflags & DTSF_PLUGIN)) in fixup_phandle_references()
1413 if (dti->dtsflags & DTSF_PLUGIN) in check_property_phandle_args()
1647 if (!(dti->dtsflags & DTSF_PLUGIN)) in check_interrupt_map()
1709 if (dti->dtsflags & DTSF_PLUGIN) in check_interrupts_property()
H A Ddtc.h333 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
/kernel/linux/linux-5.10/scripts/dtc/
H A 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)
H A Ddtc.c321 if (dti->dtsflags & DTSF_PLUGIN) { in main()
H A Ddtc.h297 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
H A 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()

Completed in 9 milliseconds