Lines Matching +full:flow +full:- +full:control
1 /* SPDX-License-Identifier: GPL-2.0+ */
8 * This program is largely derived from work by the linux-usb group
12 * See Documentation/usb/usb-serial.rst for more information on using this
15 * 12-Mar-2001 gkh
16 * Added GoHubs GO-COM232 device id.
18 * 06-Nov-2000 gkh
21 * 12-Oct-2000 William Greathouse
59 #define BELKIN_SA_SET_FLOW_CTRL_REQUEST 16 /* Set flow control mode */
64 /* (always in Wininit sequence before flow control) */
73 #define BELKIN_SA_STOP_BITS(b) (b-1)
75 #define BELKIN_SA_DATA_BITS(b) (b-5)
83 #define BELKIN_SA_FLOW_NONE 0x0000 /* No flow control */
87 #define BELKIN_SA_FLOW_IDTR 0x0008 /* use DTR output for input flow control */
88 #define BELKIN_SA_FLOW_IRTS 0x0010 /* use RTS output for input flow control */
91 #define BELKIN_SA_FLOW_OXON 0x0080 /* use XON/XOFF for output flow control */
92 #define BELKIN_SA_FLOW_IXON 0x0100 /* use XON/XOFF for input flow control */