Home
last modified time | relevance | path

Searched refs:dmxConfigCreateVirtual (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.y108 { $$ = dmxConfigCreateVirtual($1, NULL, NULL, $2, $3, $4); }
110 { $$ = dmxConfigCreateVirtual($1, NULL, $2, $3, $4, $5); }
112 { $$ = dmxConfigCreateVirtual($1, $2, NULL, $3, $4, $5); }
114 { $$ = dmxConfigCreateVirtual($1, $2, $3, $4, $5, $6 ); }
H A Dparser.c1284 …{ (yyval.virtual) = dmxConfigCreateVirtual((yyvsp[-3].token), NULL, NULL, (yyvsp[-2].token), (yyvs… in yyparse()
1290 …{ (yyval.virtual) = dmxConfigCreateVirtual((yyvsp[-4].token), NULL, (yyvsp[-3].pair), (yyvsp[-2].t… in yyparse()
1296 …{ (yyval.virtual) = dmxConfigCreateVirtual((yyvsp[-4].token), (yyvsp[-3].string), NULL, (yyvsp[-2]… in yyparse()
1302 …{ (yyval.virtual) = dmxConfigCreateVirtual((yyvsp[-5].token), (yyvsp[-4].string), (yyvsp[-3].pair)… in yyparse()
H A Ddmxcompat.c175 virtual = dmxConfigCreateVirtual(NULL, in dmxVDLRead()
H A Ddmxparse.h273 extern DMXConfigVirtualPtr dmxConfigCreateVirtual(DMXConfigTokenPtr pStart,
H A Ddmxparse.c585 dmxConfigCreateVirtual(DMXConfigTokenPtr pStart, in dmxConfigCreateVirtual() function
H A Dxdmxconfig.c690 dmxConfigCurrent = dmxConfigCreateVirtual(NULL, NULL, NULL, in dmxConfigNCCallback()