Home
last modified time | relevance | path

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

/Linux-v5.15/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()
3284 info->drop_rts_on_tx_done = false; in tx_start()
3291 info->drop_rts_on_tx_done = true; in tx_start()
/Linux-v5.15/drivers/tty/
Dsynclink_gt.c294 bool drop_rts_on_tx_done; member
2229 if (info->params.mode != MGSL_MODE_ASYNC && info->drop_rts_on_tx_done) { in isr_txeom()
2231 info->drop_rts_on_tx_done = false; in isr_txeom()
3947 info->drop_rts_on_tx_done = false; in tx_start()
3955 info->drop_rts_on_tx_done = true; in tx_start()