Lines Matching refs:cec_adapter
26 static void cec_fill_msg_report_features(struct cec_adapter *adap,
30 static int cec_log_addr2idx(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2idx()
40 static unsigned int cec_log_addr2dev(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2dev()
137 static void cec_queue_event(struct cec_adapter *adap, in cec_queue_event()
150 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high, in cec_queue_pin_cec_event()
170 void cec_queue_pin_hpd_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_hpd_event()
186 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_5v_event()
261 static void cec_queue_msg_monitor(struct cec_adapter *adap, in cec_queue_msg_monitor()
280 static void cec_queue_msg_followers(struct cec_adapter *adap, in cec_queue_msg_followers()
294 static void cec_post_state_event(struct cec_adapter *adap) in cec_post_state_event()
354 struct cec_adapter *adap = data->adap; in cec_data_cancel()
399 static void cec_flush(struct cec_adapter *adap) in cec_flush()
450 struct cec_adapter *adap = _adap; in cec_thread_func()
585 void cec_transmit_done_ts(struct cec_adapter *adap, u8 status, in cec_transmit_done_ts()
686 void cec_transmit_attempt_done_ts(struct cec_adapter *adap, in cec_transmit_attempt_done_ts()
719 struct cec_adapter *adap = data->adap; in cec_wait_timeout()
742 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg_fh()
935 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg()
952 static int cec_receive_notify(struct cec_adapter *adap, struct cec_msg *msg,
1045 void cec_received_msg_ts(struct cec_adapter *adap, in cec_received_msg_ts()
1254 static int cec_config_log_addr(struct cec_adapter *adap, in cec_config_log_addr()
1334 static void cec_adap_unconfigure(struct cec_adapter *adap) in cec_adap_unconfigure()
1399 struct cec_adapter *adap = arg; in cec_config_thread_func()
1555 static void cec_claim_log_addrs(struct cec_adapter *adap, bool block) in cec_claim_log_addrs()
1581 static int cec_adap_enable(struct cec_adapter *adap) in cec_adap_enable()
1634 void __cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, bool block) in __cec_s_phys_addr()
1669 void cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, bool block) in cec_s_phys_addr()
1680 void cec_s_phys_addr_from_edid(struct cec_adapter *adap, in cec_s_phys_addr_from_edid()
1692 void cec_s_conn_info(struct cec_adapter *adap, in cec_s_conn_info()
1716 int __cec_s_log_addrs(struct cec_adapter *adap, in __cec_s_log_addrs()
1879 int cec_s_log_addrs(struct cec_adapter *adap, in cec_s_log_addrs()
1894 static void cec_fill_msg_report_features(struct cec_adapter *adap, in cec_fill_msg_report_features()
1922 static int cec_feature_abort_reason(struct cec_adapter *adap, in cec_feature_abort_reason()
1941 static int cec_feature_abort(struct cec_adapter *adap, struct cec_msg *msg) in cec_feature_abort()
1947 static int cec_feature_refused(struct cec_adapter *adap, struct cec_msg *msg) in cec_feature_refused()
1960 static int cec_receive_notify(struct cec_adapter *adap, struct cec_msg *msg, in cec_receive_notify()
2172 int cec_monitor_all_cnt_inc(struct cec_adapter *adap) in cec_monitor_all_cnt_inc()
2185 void cec_monitor_all_cnt_dec(struct cec_adapter *adap) in cec_monitor_all_cnt_dec()
2200 int cec_monitor_pin_cnt_inc(struct cec_adapter *adap) in cec_monitor_pin_cnt_inc()
2213 void cec_monitor_pin_cnt_dec(struct cec_adapter *adap) in cec_monitor_pin_cnt_dec()
2230 struct cec_adapter *adap = dev_get_drvdata(file->private); in cec_adap_status()