Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_hdmi.c94 struct cec_msg cec_rx_msg; member
1149 if (hdmi->cec_rx_msg.len) in vc4_cec_irq_handler_thread()
1150 cec_received_msg(hdmi->cec_adap, &hdmi->cec_rx_msg); in vc4_cec_irq_handler_thread()
1167 struct cec_msg *msg = &vc4->hdmi->cec_rx_msg; in vc4_cec_read_msg()
1191 hdmi->cec_rx_msg.len = 0; in vc4_cec_irq_handler()