Lines Matching full:transmitting
361 if (adap->transmitting == data) { in cec_data_cancel()
362 adap->transmitting = NULL; in cec_data_cancel()
413 if (adap->transmitting) in cec_flush()
440 * Wait until the thread should be stopped, or we are not transmitting and
441 * a new transmit message is queued up, in which case we start transmitting
442 * that message. When the adapter finished transmitting the message it will
463 * We are transmitting a message, so add a timeout in cec_thread_func()
496 if (adap->transmitting) in cec_thread_func()
497 cec_data_cancel(adap->transmitting, in cec_thread_func()
513 if (adap->transmitting) { in cec_thread_func()
515 adap->transmitting->msg.len, in cec_thread_func()
516 adap->transmitting->msg.msg); in cec_thread_func()
518 cec_data_cancel(adap->transmitting, in cec_thread_func()
529 * If we are still transmitting, or there is nothing new to in cec_thread_func()
542 /* Make this the current transmitting message */ in cec_thread_func()
543 adap->transmitting = data; in cec_thread_func()
611 data = adap->transmitting; in cec_transmit_done_ts()
666 adap->transmitting = NULL; in cec_transmit_done_ts()
717 * for transmitting or to retry the current message. in cec_transmit_done_ts()
956 if (!adap->transmitting) in cec_transmit_msg_fh()
1548 * thread will kick in and start transmitting these. in cec_config_thread_func()
1683 if (adap->transmitting) in cec_adap_enable()
1684 cec_data_cancel(adap->transmitting, CEC_TX_STATUS_ABORTED, 0); in cec_adap_enable()
2340 data = adap->transmitting; in cec_adap_status()
2342 seq_printf(file, "transmitting message: %*ph (reply: %*ph, timeout: %ums)\n", in cec_adap_status()