Searched refs:laddrs (Results 1 – 1 of 1) sorted by relevance
60 struct cec_log_addrs laddrs; in hdmicec_add_logical_address() local68 ret = ioctl(ctx->cec_fd, CEC_ADAP_G_LOG_ADDRS, &laddrs); in hdmicec_add_logical_address()71 memset(&laddrs, 0, sizeof(laddrs)); in hdmicec_add_logical_address()73 laddrs.cec_version = ctx->version; in hdmicec_add_logical_address()74 laddrs.vendor_id = ctx->vendor_id; in hdmicec_add_logical_address()103 laddrs.flags = CEC_LOG_ADDRS_FL_ALLOW_RC_PASSTHRU; in hdmicec_add_logical_address()118 laddrs.flags = CEC_LOG_ADDRS_FL_ALLOW_UNREG_FALLBACK; in hdmicec_add_logical_address()122 laddrs.num_log_addrs = 1; in hdmicec_add_logical_address()123 laddrs.log_addr[0] = addr; in hdmicec_add_logical_address()124 laddrs.log_addr_type[0] = la_type; in hdmicec_add_logical_address()[all …]