1UART_UPDATE_TIMEOUT(9) 16x50 UART Driver UART_UPDATE_TIMEOUT(9)
2
3
4
6 uart_update_timeout - update per-port FIFO timeout.
7
9 void uart_update_timeout(struct uart_port * port, unsigned int cflag,
10 unsigned int baud);
11
13 port
14 uart_port structure describing the port
15
16 cflag
17 termios cflag value
18
19 baud
20 speed of the port
21
23 Set the port FIFO timeout value. The cflag value should reflect the
24 actual hardware settings.
25
27Kernel Hackers Manual 2.6. June 2019 UART_UPDATE_TIMEOUT(9)