Searched refs:exit_fd (Results 1 – 1 of 1) sorted by relevance
51 int exit_fd; member346 { ctx->exit_fd, POLLIN, 0 }, in event_thread()460 if (ctx->exit_fd > 0) { in hdmicec_close()461 write(ctx->exit_fd, &tmp, sizeof(tmp)); in hdmicec_close()467 if (ctx->exit_fd > 0) in hdmicec_close()468 close(ctx->exit_fd); in hdmicec_close()552 ctx->exit_fd = eventfd(0, EFD_NONBLOCK); in open_hdmi_cec()553 if (ctx->exit_fd < 0) { in open_hdmi_cec()