Lines Matching defs:adap
845 struct cec_adapter *adap = pin->adap; in cec_pin_timer() local
1034 struct cec_adapter *adap = _adap; in cec_pin_thread_func() local
1131 static int cec_pin_adap_enable(struct cec_adapter *adap, bool enable) in cec_pin_adap_enable()
1166 static int cec_pin_adap_log_addr(struct cec_adapter *adap, u8 log_addr) in cec_pin_adap_log_addr()
1186 static int cec_pin_adap_transmit(struct cec_adapter *adap, u8 attempts, in cec_pin_adap_transmit()
1217 static void cec_pin_adap_status(struct cec_adapter *adap, in cec_pin_adap_status()
1283 static int cec_pin_adap_monitor_all_enable(struct cec_adapter *adap, in cec_pin_adap_monitor_all_enable()
1292 static void cec_pin_adap_free(struct cec_adapter *adap) in cec_pin_adap_free()
1305 static int cec_pin_received(struct cec_adapter *adap, struct cec_msg *msg) in cec_pin_received()
1314 void cec_pin_changed(struct cec_adapter *adap, bool value) in cec_pin_changed()
1342 struct cec_adapter *adap; in cec_pin_allocate_adapter() local