Home
last modified time | relevance | path

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

/linux/scripts/dtc/
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)
A Ddtc-parser.tab.c1378 (yyval.flags) = DTSF_V1 | DTSF_PLUGIN; in yyparse()
1434 if (!((yyvsp[(-1) - (2)].flags) & DTSF_PLUGIN)) in yyparse()
1463 if ((yyvsp[(-1) - (3)].flags) & DTSF_PLUGIN) { in yyparse()
1489 if ((yyvsp[(-1) - (3)].flags) & DTSF_PLUGIN) in yyparse()
A Ddtc.c323 if (dti->dtsflags & DTSF_PLUGIN) { in main()
A Ddtc.h333 #define DTSF_PLUGIN 0x0002 /* /plugin/ */ macro
A 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()

Completed in 14 milliseconds