Lines Matching defs:adap
31 static int cec_log_addr2idx(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2idx()
41 static unsigned int cec_log_addr2dev(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2dev()
138 static void cec_queue_event(struct cec_adapter *adap, in cec_queue_event()
151 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high, in cec_queue_pin_cec_event()
171 void cec_queue_pin_hpd_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_hpd_event()
187 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_5v_event()
262 static void cec_queue_msg_monitor(struct cec_adapter *adap, in cec_queue_msg_monitor()
281 static void cec_queue_msg_followers(struct cec_adapter *adap, in cec_queue_msg_followers()
295 static void cec_post_state_event(struct cec_adapter *adap) in cec_post_state_event()
355 struct cec_adapter *adap = data->adap; in cec_data_cancel() local
400 static void cec_flush(struct cec_adapter *adap) in cec_flush()
451 struct cec_adapter *adap = _adap; in cec_thread_func() local
595 void cec_transmit_done_ts(struct cec_adapter *adap, u8 status, in cec_transmit_done_ts()
724 void cec_transmit_attempt_done_ts(struct cec_adapter *adap, in cec_transmit_attempt_done_ts()
757 struct cec_adapter *adap = data->adap; in cec_wait_timeout() local
780 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg_fh()
993 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg()
1104 void cec_received_msg_ts(struct cec_adapter *adap, in cec_received_msg_ts()
1305 static int cec_config_log_addr(struct cec_adapter *adap, in cec_config_log_addr()
1388 static void cec_adap_unconfigure(struct cec_adapter *adap) in cec_adap_unconfigure()
1453 struct cec_adapter *adap = arg; in cec_config_thread_func() local
1609 static void cec_claim_log_addrs(struct cec_adapter *adap, bool block) in cec_claim_log_addrs()
1639 int cec_adap_enable(struct cec_adapter *adap) in cec_adap_enable()
1697 void __cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, bool block) in __cec_s_phys_addr()
1732 void cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, bool block) in cec_s_phys_addr()
1748 void cec_s_phys_addr_from_edid(struct cec_adapter *adap, in cec_s_phys_addr_from_edid()
1760 void cec_s_conn_info(struct cec_adapter *adap, in cec_s_conn_info()
1784 int __cec_s_log_addrs(struct cec_adapter *adap, in __cec_s_log_addrs()
1947 int cec_s_log_addrs(struct cec_adapter *adap, in cec_s_log_addrs()
1962 static void cec_fill_msg_report_features(struct cec_adapter *adap, in cec_fill_msg_report_features()
1990 static int cec_feature_abort_reason(struct cec_adapter *adap, in cec_feature_abort_reason()
2009 static int cec_feature_abort(struct cec_adapter *adap, struct cec_msg *msg) in cec_feature_abort()
2015 static int cec_feature_refused(struct cec_adapter *adap, struct cec_msg *msg) in cec_feature_refused()
2028 static int cec_receive_notify(struct cec_adapter *adap, struct cec_msg *msg, in cec_receive_notify()
2240 int cec_monitor_all_cnt_inc(struct cec_adapter *adap) in cec_monitor_all_cnt_inc()
2253 void cec_monitor_all_cnt_dec(struct cec_adapter *adap) in cec_monitor_all_cnt_dec()
2268 int cec_monitor_pin_cnt_inc(struct cec_adapter *adap) in cec_monitor_pin_cnt_inc()
2281 void cec_monitor_pin_cnt_dec(struct cec_adapter *adap) in cec_monitor_pin_cnt_dec()
2298 struct cec_adapter *adap = dev_get_drvdata(file->private); in cec_adap_status() local