Lines Matching refs:cec_adap
85 struct cec_adapter *cec_adap; member
206 cec_phys_addr_invalidate(vc4->hdmi->cec_adap); in vc4_hdmi_connector_detect()
215 cec_phys_addr_invalidate(vc4->hdmi->cec_adap); in vc4_hdmi_connector_detect()
237 cec_s_phys_addr_from_edid(vc4->hdmi->cec_adap, edid); in vc4_hdmi_connector_get_modes()
1141 cec_received_msg(hdmi->cec_adap, &hdmi->cec_rx_msg); in vc4_cec_irq_handler_thread()
1143 cec_transmit_done(hdmi->cec_adap, CEC_TX_STATUS_OK, in vc4_cec_irq_handler_thread()
1150 cec_transmit_done(hdmi->cec_adap, CEC_TX_STATUS_NACK, in vc4_cec_irq_handler_thread()
1404 hdmi->cec_adap = cec_allocate_adapter(&vc4_hdmi_cec_adap_ops, in vc4_hdmi_bind()
1410 ret = PTR_ERR_OR_ZERO(hdmi->cec_adap); in vc4_hdmi_bind()
1430 ret = cec_register_adapter(hdmi->cec_adap, dev); in vc4_hdmi_bind()
1445 cec_delete_adapter(hdmi->cec_adap); in vc4_hdmi_bind()
1467 cec_unregister_adapter(hdmi->cec_adap); in vc4_hdmi_unbind()