Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c47 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()
[all …]