Searched refs:dmxConfigCreateVirtual (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.y | 108 { $$ = 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 D | parser.c | 1284 …{ (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 D | dmxcompat.c | 175 virtual = dmxConfigCreateVirtual(NULL, in dmxVDLRead()
|
| H A D | dmxparse.h | 273 extern DMXConfigVirtualPtr dmxConfigCreateVirtual(DMXConfigTokenPtr pStart,
|
| H A D | dmxparse.c | 585 dmxConfigCreateVirtual(DMXConfigTokenPtr pStart, in dmxConfigCreateVirtual() function
|
| H A D | xdmxconfig.c | 690 dmxConfigCurrent = dmxConfigCreateVirtual(NULL, NULL, NULL, in dmxConfigNCCallback()
|