Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c43 int cec_fd; member
71 ret = ioctl(ctx->cec_fd, CEC_ADAP_G_LOG_ADDRS, &laddrs); in hdmicec_add_logical_address()
133 ret = ioctl(ctx->cec_fd, CEC_ADAP_S_LOG_ADDRS, &laddrs); in hdmicec_add_logical_address()
151 ret = ioctl(ctx->cec_fd, CEC_ADAP_S_LOG_ADDRS, &laddrs); in hdmicec_clear_logical_address()
159 int ret = ioctl(ctx->cec_fd, CEC_ADAP_G_PHYS_ADDR, addr); in hdmicec_get_physical_address()
187 ret = ioctl(ctx->cec_fd, CEC_TRANSMIT, &cec_msg); in hdmicec_send_message()
239 ret = ioctl(ctx->cec_fd, CEC_ADAP_G_PHYS_ADDR, &ctx->port_info.physical_address); in hdmicec_get_port_info()
282 ret = ioctl(ctx->cec_fd, CEC_ADAP_G_PHYS_ADDR, in hdmicec_is_connected()
344 { ctx->cec_fd, POLLIN, 0 }, in event_thread()
345 { ctx->cec_fd, POLLERR, 0 }, in event_thread()
[all …]