Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dmoxa.c1050 int rts, cts, txflow, rxflow, xany; in set_tty_param() local
1058 rts = cts = txflow = rxflow = xany = 0; in set_tty_param()
1066 xany = 1; in set_tty_param()
1067 MoxaPortFlowCtrl(ch->port, rts, cts, txflow, rxflow, xany); in set_tty_param()