Home
last modified time | relevance | path

Searched refs:drop_rts_on_tx_done (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dsynclink_cs.c213 bool drop_rts_on_tx_done; member
975 if (info->drop_rts_on_tx_done) { in tx_done()
981 info->drop_rts_on_tx_done = false; in tx_done()
3294 info->drop_rts_on_tx_done = false; in tx_start()
3301 info->drop_rts_on_tx_done = true; in tx_start()
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink.c293 bool drop_rts_on_tx_done; member
1245 if ( info->drop_rts_on_tx_done ) { in mgsl_isr_transmit_status()
1251 info->drop_rts_on_tx_done = false; in mgsl_isr_transmit_status()
5391 info->drop_rts_on_tx_done = false; in usc_start_transmitter()
5398 info->drop_rts_on_tx_done = true; in usc_start_transmitter()
H A Dsynclinkmp.c266 bool drop_rts_on_tx_done; member
2234 if (info->params.mode != MGSL_MODE_ASYNC && info->drop_rts_on_tx_done ) { in isr_txeom()
2236 info->drop_rts_on_tx_done = false; in isr_txeom()
4194 info->drop_rts_on_tx_done = false; in tx_start()
4203 info->drop_rts_on_tx_done = true; in tx_start()
H A Dsynclink_gt.c294 bool drop_rts_on_tx_done; member
2234 if (info->params.mode != MGSL_MODE_ASYNC && info->drop_rts_on_tx_done) { in isr_txeom()
2236 info->drop_rts_on_tx_done = false; in isr_txeom()
3964 info->drop_rts_on_tx_done = false; in tx_start()
3972 info->drop_rts_on_tx_done = true; in tx_start()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c289 bool drop_rts_on_tx_done; member
2224 if (info->params.mode != MGSL_MODE_ASYNC && info->drop_rts_on_tx_done) { in isr_txeom()
2226 info->drop_rts_on_tx_done = false; in isr_txeom()
3924 info->drop_rts_on_tx_done = false; in tx_start()
3932 info->drop_rts_on_tx_done = true; in tx_start()

Completed in 30 milliseconds