Lines Matching defs:adap
42 #define call_op(adap, op, arg...) \ argument
45 #define call_void_op(adap, op, arg...) \ argument
51 static int cec_log_addr2idx(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2idx()
61 static unsigned int cec_log_addr2dev(const struct cec_adapter *adap, u8 log_addr) in cec_log_addr2dev()
158 static void cec_queue_event(struct cec_adapter *adap, in cec_queue_event()
171 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high, in cec_queue_pin_cec_event()
190 void cec_queue_pin_hpd_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_hpd_event()
206 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_5v_event()
281 static void cec_queue_msg_monitor(struct cec_adapter *adap, in cec_queue_msg_monitor()
300 static void cec_queue_msg_followers(struct cec_adapter *adap, in cec_queue_msg_followers()
314 static void cec_post_state_event(struct cec_adapter *adap) in cec_post_state_event()
409 static void cec_flush(struct cec_adapter *adap) in cec_flush()
460 struct cec_adapter *adap = _adap; in cec_thread_func() local
593 void cec_transmit_done_ts(struct cec_adapter *adap, u8 status, in cec_transmit_done_ts()
690 void cec_transmit_attempt_done_ts(struct cec_adapter *adap, in cec_transmit_attempt_done_ts()
723 struct cec_adapter *adap = data->adap; in cec_wait_timeout() local
748 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg_fh()
931 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg()
1041 void cec_received_msg_ts(struct cec_adapter *adap, in cec_received_msg_ts()
1249 static int cec_config_log_addr(struct cec_adapter *adap, in cec_config_log_addr()
1324 static void cec_adap_unconfigure(struct cec_adapter *adap) in cec_adap_unconfigure()
1390 struct cec_adapter *adap = arg; in cec_config_thread_func() local
1534 static void cec_claim_log_addrs(struct cec_adapter *adap, bool block) in cec_claim_log_addrs()
1558 void __cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, bool block) in __cec_s_phys_addr()
1611 void cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, bool block) in cec_s_phys_addr()
1622 void cec_s_phys_addr_from_edid(struct cec_adapter *adap, in cec_s_phys_addr_from_edid()
1634 void cec_s_conn_info(struct cec_adapter *adap, in cec_s_conn_info()
1658 int __cec_s_log_addrs(struct cec_adapter *adap, in __cec_s_log_addrs()
1815 int cec_s_log_addrs(struct cec_adapter *adap, in cec_s_log_addrs()
1830 static void cec_fill_msg_report_features(struct cec_adapter *adap, in cec_fill_msg_report_features()
1858 static int cec_feature_abort_reason(struct cec_adapter *adap, in cec_feature_abort_reason()
1877 static int cec_feature_abort(struct cec_adapter *adap, struct cec_msg *msg) in cec_feature_abort()
1883 static int cec_feature_refused(struct cec_adapter *adap, struct cec_msg *msg) in cec_feature_refused()
1896 static int cec_receive_notify(struct cec_adapter *adap, struct cec_msg *msg, in cec_receive_notify()
2109 int cec_monitor_all_cnt_inc(struct cec_adapter *adap) in cec_monitor_all_cnt_inc()
2120 void cec_monitor_all_cnt_dec(struct cec_adapter *adap) in cec_monitor_all_cnt_dec()
2132 int cec_monitor_pin_cnt_inc(struct cec_adapter *adap) in cec_monitor_pin_cnt_inc()
2143 void cec_monitor_pin_cnt_dec(struct cec_adapter *adap) in cec_monitor_pin_cnt_dec()
2157 struct cec_adapter *adap = dev_get_drvdata(file->private); in cec_adap_status() local