Lines Matching refs:cec_adapter
845 struct cec_adapter *adap = pin->adap; in cec_pin_timer()
1034 struct cec_adapter *adap = _adap; in cec_pin_thread_func()
1110 static int cec_pin_adap_enable(struct cec_adapter *adap, bool enable) in cec_pin_adap_enable()
1144 static int cec_pin_adap_log_addr(struct cec_adapter *adap, u8 log_addr) in cec_pin_adap_log_addr()
1167 static int cec_pin_adap_transmit(struct cec_adapter *adap, u8 attempts, in cec_pin_adap_transmit()
1198 static void cec_pin_adap_status(struct cec_adapter *adap, in cec_pin_adap_status()
1263 static int cec_pin_adap_monitor_all_enable(struct cec_adapter *adap, in cec_pin_adap_monitor_all_enable()
1272 static void cec_pin_adap_free(struct cec_adapter *adap) in cec_pin_adap_free()
1282 void cec_pin_changed(struct cec_adapter *adap, bool value) in cec_pin_changed()
1306 struct cec_adapter *cec_pin_allocate_adapter(const struct cec_pin_ops *pin_ops, in cec_pin_allocate_adapter()
1309 struct cec_adapter *adap; in cec_pin_allocate_adapter()