Searched refs:cec_fd (Results 1 – 1 of 1) sorted by relevance
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec.c | 43 int cec_fd; member 68 ret = ioctl(ctx->cec_fd, CEC_ADAP_G_LOG_ADDRS, &laddrs); in hdmicec_add_logical_address() 130 ret = ioctl(ctx->cec_fd, CEC_ADAP_S_LOG_ADDRS, &laddrs); in hdmicec_add_logical_address() 148 ret = ioctl(ctx->cec_fd, CEC_ADAP_S_LOG_ADDRS, &laddrs); in hdmicec_clear_logical_address() 156 int ret = ioctl(ctx->cec_fd, CEC_ADAP_G_PHYS_ADDR, addr); in hdmicec_get_physical_address() 177 ret = ioctl(ctx->cec_fd, CEC_TRANSMIT, &cec_msg); in hdmicec_send_message() 227 ret = ioctl(ctx->cec_fd, CEC_ADAP_G_PHYS_ADDR, &ctx->port_info.physical_address); in hdmicec_get_port_info() 262 ret = ioctl(ctx->cec_fd, CEC_ADAP_G_PHYS_ADDR, in hdmicec_is_connected() 280 { ctx->cec_fd, POLLIN, 0 }, in event_thread() 281 { ctx->cec_fd, POLLERR, 0 }, in event_thread() [all …]
|