Lines Matching refs:port_info
47 struct hdmi_port_info port_info; member
239 ret = ioctl(ctx->cec_fd, CEC_ADAP_G_PHYS_ADDR, &ctx->port_info.physical_address); in hdmicec_get_port_info()
244 ctx->port_info.type ? "output" : "input", in hdmicec_get_port_info()
245 ctx->port_info.port_id, in hdmicec_get_port_info()
246 ctx->port_info.cec_supported, in hdmicec_get_port_info()
247 ctx->port_info.arc_supported, in hdmicec_get_port_info()
248 ctx->port_info.physical_address); in hdmicec_get_port_info()
250 *list = &ctx->port_info; in hdmicec_get_port_info()
283 &ctx->port_info.physical_address); in hdmicec_is_connected()
289 if (ctx->port_info.physical_address == CEC_PHYS_ADDR_INVALID) in hdmicec_is_connected()
510 ctx->port_info.type = ctx->type == CEC_DEVICE_TV ? HDMI_INPUT : HDMI_OUTPUT; in cec_init()
511 ctx->port_info.port_id = 1; in cec_init()
512 ctx->port_info.cec_supported = 1; in cec_init()
513 ctx->port_info.arc_supported = 0; in cec_init()