Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
1431 if (dti->dtsflags & DTSF_PLUGIN) in check_property_phandle_args()
1649 if (dti->dtsflags & DTSF_PLUGIN) in check_interrupts_property()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.y123 $$ = DTSF_V1 | DTSF_PLUGIN;
193 if ($<flags>-1 & DTSF_PLUGIN)
H A Ddtc.c325 if (dti->dtsflags & DTSF_PLUGIN) { in main()
H A Ddtc.h261 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
H A Ddtc-parser.tab.c
H A Dchecks.c533 if (!(dti->dtsflags & DTSF_PLUGIN)) in fixup_phandle_references()
H A Ddtc-parser.tab.c_shipped1491 (yyval.flags) = DTSF_V1 | DTSF_PLUGIN;
1583 if ((yyvsp[(-1) - (3)].flags) & DTSF_PLUGIN)