Lines Matching full:transmitting
378 if (data->adap->transmitting == data) { in cec_data_cancel()
379 data->adap->transmitting = NULL; in cec_data_cancel()
422 if (adap->transmitting) in cec_flush()
423 cec_data_cancel(adap->transmitting, CEC_TX_STATUS_ABORTED); in cec_flush()
449 * Wait until the thread should be stopped, or we are not transmitting and
450 * a new transmit message is queued up, in which case we start transmitting
451 * that message. When the adapter finished transmitting the message it will
472 * We are transmitting a message, so add a timeout in cec_thread_func()
512 if (adap->transmitting) { in cec_thread_func()
514 adap->transmitting->msg.len, in cec_thread_func()
515 adap->transmitting->msg.msg); in cec_thread_func()
517 cec_data_cancel(adap->transmitting, in cec_thread_func()
528 * If we are still transmitting, or there is nothing new to in cec_thread_func()
541 /* Make this the current transmitting message */ in cec_thread_func()
542 adap->transmitting = data; in cec_thread_func()
607 data = adap->transmitting; in cec_transmit_done_ts()
634 adap->transmitting = NULL; in cec_transmit_done_ts()
683 * for transmitting or to retry the current message. in cec_transmit_done_ts()
904 if (!adap->transmitting) in cec_transmit_msg_fh()
1476 * thread will kick in and start transmitting these. in cec_config_thread_func()
2180 data = adap->transmitting; in cec_adap_status()
2182 seq_printf(file, "transmitting message: %*ph (reply: %02x, timeout: %ums)\n", in cec_adap_status()