Lines Matching full:transmitting
363 if (data->adap->transmitting == data) { in cec_data_cancel()
364 data->adap->transmitting = NULL; in cec_data_cancel()
407 if (adap->transmitting) in cec_flush()
408 cec_data_cancel(adap->transmitting, CEC_TX_STATUS_ABORTED); in cec_flush()
434 * Wait until the thread should be stopped, or we are not transmitting and
435 * a new transmit message is queued up, in which case we start transmitting
436 * that message. When the adapter finished transmitting the message it will
457 * We are transmitting a message, so add a timeout in cec_thread_func()
497 if (adap->transmitting) { in cec_thread_func()
499 adap->transmitting->msg.len, in cec_thread_func()
500 adap->transmitting->msg.msg); in cec_thread_func()
502 cec_data_cancel(adap->transmitting, in cec_thread_func()
513 * If we are still transmitting, or there is nothing new to in cec_thread_func()
526 /* Make this the current transmitting message */ in cec_thread_func()
527 adap->transmitting = data; in cec_thread_func()
592 data = adap->transmitting; in cec_transmit_done_ts()
619 adap->transmitting = NULL; in cec_transmit_done_ts()
668 * for transmitting or to retry the current message. in cec_transmit_done_ts()
854 if (!adap->transmitting) in cec_transmit_msg_fh()
1425 * thread will kick in and start transmitting these. in cec_config_thread_func()
2108 data = adap->transmitting; in cec_adap_status()
2110 seq_printf(file, "transmitting message: %*ph (reply: %02x, timeout: %ums)\n", in cec_adap_status()