Lines Matching full:transmitting
376 if (data->adap->transmitting == data) { in cec_data_cancel()
377 data->adap->transmitting = NULL; in cec_data_cancel()
419 if (adap->transmitting) in cec_flush()
420 cec_data_cancel(adap->transmitting, CEC_TX_STATUS_ABORTED); in cec_flush()
438 * Wait until the thread should be stopped, or we are not transmitting and
439 * a new transmit message is queued up, in which case we start transmitting
440 * that message. When the adapter finished transmitting the message it will
457 if (adap->transmitting) { in cec_thread_func()
461 * We are transmitting a message, so add a timeout in cec_thread_func()
492 if (adap->transmitting && timeout) { in cec_thread_func()
502 adap->transmitting->msg.len, in cec_thread_func()
503 adap->transmitting->msg.msg); in cec_thread_func()
507 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()
525 /* Make this the current transmitting message */ in cec_thread_func()
526 adap->transmitting = data; in cec_thread_func()
591 data = adap->transmitting; in cec_transmit_done_ts()
618 adap->transmitting = NULL; in cec_transmit_done_ts()
667 * for transmitting or to retry the current message. in cec_transmit_done_ts()
885 if (!adap->transmitting) in cec_transmit_msg_fh()
1456 * thread will kick in and start transmitting these. in cec_config_thread_func()
2158 data = adap->transmitting; in cec_adap_status()
2160 seq_printf(file, "transmitting message: %*ph (reply: %02x, timeout: %ums)\n", in cec_adap_status()