Home
last modified time | relevance | path

Searched refs:exit_fd (Results 1 – 1 of 1) sorted by relevance

/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c51 int exit_fd; member
282 { 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()