Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.y182 { $$ = dmxConfigCreateWall($1, $2, $3, $4, $5); }
184 { $$ = dmxConfigCreateWall($1, $2, NULL, $3, $4); }
186 { $$ = dmxConfigCreateWall($1, NULL, NULL, $2, $3); }
H A Dparser.c1454 …{ (yyval.wall) = dmxConfigCreateWall((yyvsp[-4].token), (yyvsp[-3].pair), (yyvsp[-2].pair), (yyvsp… in yyparse()
1460 …{ (yyval.wall) = dmxConfigCreateWall((yyvsp[-3].token), (yyvsp[-2].pair), NULL, (yyvsp[-1].string)… in yyparse()
1466 …{ (yyval.wall) = dmxConfigCreateWall((yyvsp[-2].token), NULL, NULL, (yyvsp[-1].string), (yyvsp[0].… in yyparse()
H A Ddmxparse.h241 extern DMXConfigWallPtr dmxConfigCreateWall(DMXConfigTokenPtr pStart,
H A Ddmxparse.c331 dmxConfigCreateWall(DMXConfigTokenPtr pStart, in dmxConfigCreateWall() function