Lines Matching defs:flow
15 * hardware flow control and software flow control configuration with
88 /* Enable XON/XOFF flow control on output */
91 /* Enable XON/XOFF flow control on input */
1033 /* Configure flow control */
1064 * Enable XON/XOFF flow control on input.
1072 * Enable XON/XOFF flow control on output.
1184 /* Wait up to 1s for flow control if necessary */
1360 int flow = 'n';
1367 uart_parse_options(options, &baud, &parity, &bits, &flow);
1369 return uart_set_options(&up->port, co, baud, parity, bits, flow);