Lines Matching full:transmitting
360 if (adap->transmitting == data) { in cec_data_cancel()
361 adap->transmitting = NULL; in cec_data_cancel()
412 if (adap->transmitting) in cec_flush()
439 * Wait until the thread should be stopped, or we are not transmitting and
440 * a new transmit message is queued up, in which case we start transmitting
441 * that message. When the adapter finished transmitting the message it will
462 * We are transmitting a message, so add a timeout in cec_thread_func()
503 if (adap->transmitting) { in cec_thread_func()
505 adap->transmitting->msg.len, in cec_thread_func()
506 adap->transmitting->msg.msg); in cec_thread_func()
508 cec_data_cancel(adap->transmitting, in cec_thread_func()
519 * If we are still transmitting, or there is nothing new to in cec_thread_func()
532 /* Make this the current transmitting message */ in cec_thread_func()
533 adap->transmitting = data; in cec_thread_func()
601 data = adap->transmitting; in cec_transmit_done_ts()
656 adap->transmitting = NULL; in cec_transmit_done_ts()
706 * for transmitting or to retry the current message. in cec_transmit_done_ts()
927 if (!adap->transmitting) in cec_transmit_msg_fh()
1529 * thread will kick in and start transmitting these. in cec_config_thread_func()
1660 if (adap->transmitting) in cec_adap_enable()
1661 cec_data_cancel(adap->transmitting, CEC_TX_STATUS_ABORTED, 0); in cec_adap_enable()
2317 data = adap->transmitting; in cec_adap_status()
2319 seq_printf(file, "transmitting message: %*ph (reply: %02x, timeout: %ums)\n", in cec_adap_status()