Searched refs:exit_fd (Results 1 – 1 of 1) sorted by relevance
51 int exit_fd; member282 { ctx->exit_fd, POLLIN, 0 }, in event_thread()374 if (ctx->exit_fd > 0) { in hdmicec_close()375 write(ctx->exit_fd, &tmp, sizeof(tmp)); in hdmicec_close()381 if (ctx->exit_fd > 0) in hdmicec_close()382 close(ctx->exit_fd); in hdmicec_close()462 ctx->exit_fd = eventfd(0, EFD_NONBLOCK); in open_hdmi_cec()463 if (ctx->exit_fd < 0) { in open_hdmi_cec()