Lines Matching refs:first_device
111 struct record_device *first_device;
2042 ctx->first_device->fp = out_file;
2186 handle_libinput_events(ctx, ctx->first_device, true);
2290 print_header(ctx->first_device->fp, ctx);
2292 iprintf(ctx->first_device->fp,
2297 iprintf(ctx->first_device->fp, I_TOPLEVEL, "devices:\n");
2309 handle_libinput_events(ctx, ctx->first_device, true);
2332 if (ctx->first_device->fp != stdout)
2352 if (d == ctx->first_device)
2360 fwrite(buf, 1, n, ctx->first_device->fp);
2368 if (!isatty(fileno(ctx->first_device->fp))) {
2447 if (!ctx->first_device)
2448 ctx->first_device = d;