Home
last modified time | relevance | path

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

/aosp_15_r20/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c54 bool cec_control_enabled; member
269 ctx->cec_control_enabled = (value == 1 ? true : false); in hdmicec_set_option()
419 bool cec_control_enabled = ctx->cec_control_enabled; in event_thread() local
421 if (!cec_control_enabled && !is_transferable_in_sleep(&msg)) { in event_thread()
587 ctx->cec_control_enabled = true; in open_hdmi_cec()