Lines Matching refs:cec_adap
93 struct cec_adapter *cec_adap; member
246 cec_phys_addr_invalidate(vc4->hdmi->cec_adap); in vc4_hdmi_connector_detect()
255 cec_phys_addr_invalidate(vc4->hdmi->cec_adap); in vc4_hdmi_connector_detect()
277 cec_s_phys_addr_from_edid(vc4->hdmi->cec_adap, edid); in vc4_hdmi_connector_get_modes()
1150 cec_received_msg(hdmi->cec_adap, &hdmi->cec_rx_msg); in vc4_cec_irq_handler_thread()
1152 cec_transmit_done(hdmi->cec_adap, CEC_TX_STATUS_OK, in vc4_cec_irq_handler_thread()
1159 cec_transmit_done(hdmi->cec_adap, CEC_TX_STATUS_NACK, in vc4_cec_irq_handler_thread()
1406 hdmi->cec_adap = cec_allocate_adapter(&vc4_hdmi_cec_adap_ops, in vc4_hdmi_bind()
1412 ret = PTR_ERR_OR_ZERO(hdmi->cec_adap); in vc4_hdmi_bind()
1432 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()