Searched defs:drop_rts_on_tx_done (Results 1 - 4 of 4) sorted by relevance

/drivers/char/pcmcia/
H A Dsynclink_cs.c215 bool drop_rts_on_tx_done; member in struct:_mgslpc_info
969 if (info->drop_rts_on_tx_done) {
975 info->drop_rts_on_tx_done = false;
3304 info->drop_rts_on_tx_done = false;
3311 info->drop_rts_on_tx_done = true;
/drivers/tty/
H A Dsynclink_gt.c323 bool drop_rts_on_tx_done; member in struct:slgt_info
2331 if (info->params.mode != MGSL_MODE_ASYNC && info->drop_rts_on_tx_done) {
2333 info->drop_rts_on_tx_done = false;
4049 info->drop_rts_on_tx_done = false;
4057 info->drop_rts_on_tx_done = true;
H A Dsynclinkmp.c268 bool drop_rts_on_tx_done; member in struct:_synclinkmp_info
2266 if (info->params.mode != MGSL_MODE_ASYNC && info->drop_rts_on_tx_done ) {
2268 info->drop_rts_on_tx_done = false;
4214 info->drop_rts_on_tx_done = false;
4223 info->drop_rts_on_tx_done = true;
H A Dsynclink.c297 bool drop_rts_on_tx_done; member in struct:mgsl_struct
1252 if ( info->drop_rts_on_tx_done ) {
1258 info->drop_rts_on_tx_done = false;
5582 info->drop_rts_on_tx_done = false;
5589 info->drop_rts_on_tx_done = true;

Completed in 59 milliseconds