Searched refs:txflow (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | moxa.c | 1050 int rts, cts, txflow, rxflow, xany; in set_tty_param() local 1058 rts = cts = txflow = rxflow = xany = 0; in set_tty_param() 1062 txflow = 1; in set_tty_param() 1067 MoxaPortFlowCtrl(ch->port, rts, cts, txflow, rxflow, xany); in set_tty_param() 2452 void MoxaPortFlowCtrl(int port, int rts, int cts, int txflow, int rxflow, int txany) in MoxaPortFlowCtrl() argument 2463 if (txflow) in MoxaPortFlowCtrl()
|