Searched refs:first_display_send_command (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | virtual.c | 2861 static int first_display_send_command(struct context *ctx, int timeout, function in typeref:typename:int 3244 ret = first_display_send_command(&ctx, 2000, "P"); 3256 ret = first_display_send_command(&ctx, 5000, "C%s", argv[i]); 3265 ret = first_display_send_command(&ctx, 5000, "C%s", ctx.command); 3273 ret = first_display_send_command(&ctx, 5000, "B");
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | virtual.c | 3044 static int first_display_send_command(struct context *ctx, int timeout, function in typeref:typename:int 3463 ret = first_display_send_command(&ctx, 2000, "P"); 3475 ret = first_display_send_command(&ctx, 5000, "C%s", argv[i]); 3484 ret = first_display_send_command(&ctx, 5000, "C%s", ctx.command); 3492 ret = first_display_send_command(&ctx, 5000, "B");
|
Completed in 10 milliseconds