Home
last modified time | relevance | path

Searched refs:drop_rts_on_tx_done (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c213 bool drop_rts_on_tx_done; member
973 if (info->drop_rts_on_tx_done) { in tx_done()
979 info->drop_rts_on_tx_done = false; in tx_done()
3287 info->drop_rts_on_tx_done = false; in tx_start()
3294 info->drop_rts_on_tx_done = true; in tx_start()
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c291 bool drop_rts_on_tx_done; member
2225 if (info->params.mode != MGSL_MODE_ASYNC && info->drop_rts_on_tx_done) { in isr_txeom()
2227 info->drop_rts_on_tx_done = false; in isr_txeom()
3942 info->drop_rts_on_tx_done = false; in tx_start()
3950 info->drop_rts_on_tx_done = true; in tx_start()