Searched refs:xany (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | moxa.c | 1470 int rts, cts, txflow, rxflow, xany, baud; in moxa_set_tty_param() local 1472 rts = cts = txflow = rxflow = xany = 0; in moxa_set_tty_param() 1480 xany = 1; in moxa_set_tty_param() 1482 MoxaPortFlowCtrl(ch, rts, cts, txflow, rxflow, xany); in moxa_set_tty_param() 1605 * int txFlow,int xany); 1611 * int xany : S/W XANY flow control (0: no, 1: yes)
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | moxa.c | 1770 int rts, cts, txflow, rxflow, xany, baud; in moxa_set_tty_param() local 1772 rts = cts = txflow = rxflow = xany = 0; in moxa_set_tty_param() 1780 xany = 1; in moxa_set_tty_param() 1782 MoxaPortFlowCtrl(ch, rts, cts, txflow, rxflow, xany); in moxa_set_tty_param() 1905 * int txFlow,int xany); 1911 * int xany : S/W XANY flow control (0: no, 1: yes)
|
Completed in 7 milliseconds