Searched refs:transmitting (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 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 in cec_thread_func() [all...] |
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 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 in cec_thread_func() [all...] |
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-acm.h | 106 int transmitting; member
|
H A D | cdc-acm.c | 218 acm->transmitting--; in acm_write_done() 232 acm->transmitting++; in acm_start_wb() 1620 if (acm->transmitting) { in acm_suspend()
|
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | cdc-acm.h | 78 int transmitting; member
|
H A D | cdc-acm.c | 219 acm->transmitting--; in acm_write_done() 233 acm->transmitting++; in acm_start_wb() 1624 if (acm->transmitting) { in acm_suspend()
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | redrat3.c | 223 /* Is the device currently transmitting?*/ 224 bool transmitting; member 238 if (!rr3->transmitting && (code != 0x40)) in redrat3_dump_fw_error() 276 if (!rr3->transmitting) in redrat3_dump_fw_error() 760 if (rr3->transmitting) { in redrat3_transmit_ir() 769 rr3->transmitting = true; in redrat3_transmit_ir() 846 rr3->transmitting = false; in redrat3_transmit_ir()
|
H A D | ite-cir.c | 216 bool for_tx = dev->transmitting; in ite_set_carrier_params() 395 /* let everybody know we're now transmitting */ in ite_tx_ir() 396 dev->transmitting = true; in ite_tx_ir() 509 /* now we're not transmitting anymore */ in ite_tx_ir() 510 dev->transmitting = false; in ite_tx_ir() 1325 wait_event_interruptible(dev->tx_ended, !dev->transmitting); in ite_close() 1644 wait_event_interruptible(dev->tx_ended, !dev->transmitting); in ite_suspend()
|
H A D | ite-cir.h | 118 bool in_use, transmitting; member
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | redrat3.c | 223 /* Is the device currently transmitting?*/ 224 bool transmitting; member 238 if (!rr3->transmitting && (code != 0x40)) in redrat3_dump_fw_error() 276 if (!rr3->transmitting) in redrat3_dump_fw_error() 760 if (rr3->transmitting) { in redrat3_transmit_ir() 769 rr3->transmitting = true; in redrat3_transmit_ir() 846 rr3->transmitting = false; in redrat3_transmit_ir()
|
H A D | ite-cir.c | 181 bool for_tx = dev->transmitting; in ite_set_carrier_params() 347 /* let everybody know we're now transmitting */ in ite_tx_ir() 348 dev->transmitting = true; in ite_tx_ir() 457 /* now we're not transmitting anymore */ in ite_tx_ir() 458 dev->transmitting = false; in ite_tx_ir() 1198 wait_event_interruptible(dev->tx_ended, !dev->transmitting); in ite_close() 1453 wait_event_interruptible(dev->tx_ended, !dev->transmitting); in ite_suspend()
|
H A D | ite-cir.h | 84 bool transmitting; member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | cec.h | 157 * @transmitting: CEC messages currently being transmitted 211 struct cec_data *transmitting; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | cec.h | 168 * @transmitting: CEC messages currently being transmitted 231 struct cec_data *transmitting; member
|
Completed in 19 milliseconds