Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.y133 { $$ = dmxConfigCreateParam($1, NULL, $2, NULL, $3); }
135 { $$ = dmxConfigCreateParam($1, $2, NULL, $4, NULL);
145 { $$ = dmxConfigCreateParam(NULL, NULL, $1, NULL, $2); }
H A Dparser.c1350 …{ (yyval.param) = dmxConfigCreateParam((yyvsp[-2].token), NULL, (yyvsp[-1].string), NULL, (yyvsp[0… in yyparse()
1356 …{ (yyval.param) = dmxConfigCreateParam((yyvsp[-3].token), (yyvsp[-2].token), NULL, (yyvsp[0].token… in yyparse()
1370 … { (yyval.param) = dmxConfigCreateParam(NULL, NULL, (yyvsp[-1].string), NULL, (yyvsp[0].token)); } in yyparse()
H A Ddmxparse.h251 extern DMXConfigParamPtr dmxConfigCreateParam(DMXConfigTokenPtr pStart,
H A Ddmxparse.c428 dmxConfigCreateParam(DMXConfigTokenPtr pStart, in dmxConfigCreateParam() function