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()
1121 static int cec_pin_adap_enable(struct cec_adapter *adap, bool enable) in cec_pin_adap_enable()
1156 static int cec_pin_adap_log_addr(struct cec_adapter *adap, u8 log_addr) in cec_pin_adap_log_addr()
1176 static int cec_pin_adap_transmit(struct cec_adapter *adap, u8 attempts, in cec_pin_adap_transmit()
1207 static void cec_pin_adap_status(struct cec_adapter *adap, in cec_pin_adap_status()
1271 static int cec_pin_adap_monitor_all_enable(struct cec_adapter *adap, in cec_pin_adap_monitor_all_enable()
1280 static void cec_pin_adap_free(struct cec_adapter *adap) in cec_pin_adap_free()
1293 static int cec_pin_received(struct cec_adapter *adap, struct cec_msg *msg) in cec_pin_received()
1302 void cec_pin_changed(struct cec_adapter *adap, bool value) in cec_pin_changed()
1327 struct cec_adapter *cec_pin_allocate_adapter(const struct cec_pin_ops *pin_ops, in cec_pin_allocate_adapter()
1330 struct cec_adapter *adap; in cec_pin_allocate_adapter()