Lines Matching refs:cec_adap
99 struct cec_adapter *cec_adap; member
940 cec_transmit_attempt_done(state->cec_adap, in tc358743_cec_handler()
943 cec_transmit_attempt_done(state->cec_adap, in tc358743_cec_handler()
946 cec_transmit_attempt_done(state->cec_adap, in tc358743_cec_handler()
953 cec_transmit_attempt_done(state->cec_adap, in tc358743_cec_handler()
971 cec_received_msg(state->cec_adap, &msg); in tc358743_cec_handler()
1483 msecs = state->cec_adap ? POLL_INTERVAL_CEC_MS : POLL_INTERVAL_MS; in tc358743_irq_poll_timer()
1799 cec_phys_addr_invalidate(state->cec_adap); in tc358743_s_edid()
1816 cec_s_phys_addr(state->cec_adap, pa, false); in tc358743_s_edid()
2120 state->cec_adap = cec_allocate_adapter(&tc358743_cec_adap_ops, in tc358743_probe()
2123 if (IS_ERR(state->cec_adap)) { in tc358743_probe()
2124 err = PTR_ERR(state->cec_adap); in tc358743_probe()
2155 err = cec_register_adapter(state->cec_adap, &client->dev); in tc358743_probe()
2158 cec_delete_adapter(state->cec_adap); in tc358743_probe()
2159 state->cec_adap = NULL; in tc358743_probe()
2176 cec_unregister_adapter(state->cec_adap); in tc358743_probe()
2197 cec_unregister_adapter(state->cec_adap); in tc358743_remove()