1UART_HANDLE_CTS_CHAN(9) 16x50 UART Driver UART_HANDLE_CTS_CHAN(9)
23
4
NAME
6uart_handle_cts_change - handle a change of clear-to-send state
7
SYNOPSIS
9void uart_handle_cts_change(struct uart_port * uport,
10unsigned int status);
11
ARGUMENTS
13uport
14uart_port structure for the open port
1516
status
17new clear to send status, nonzero if active
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 UART_HANDLE_CTS_CHAN(9)