Searched refs:xany (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | moxa.c | 1483 int rts, cts, txflow, rxflow, xany, baud; in moxa_set_tty_param() local 1485 rts = cts = txflow = rxflow = xany = 0; in moxa_set_tty_param() 1493 xany = 1; in moxa_set_tty_param() 1497 MoxaPortFlowCtrl(ch, rts, cts, txflow, rxflow, xany); in moxa_set_tty_param()
|