'\" t .\" Title: uart_handle_cts_change .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: 16x50 UART Driver .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "UART_HANDLE_CTS_CHAN" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "16x50 UART Driver" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" uart_handle_cts_change \- handle a change of clear\-to\-send state .SH "SYNOPSIS" .HP \w'void\ uart_handle_cts_change('u .BI "void uart_handle_cts_change(struct\ uart_port\ *\ " "uport" ", unsigned\ int\ " "status" ");" .SH "ARGUMENTS" .PP \fIuport\fR .RS 4 uart_port structure for the open port .RE .PP \fIstatus\fR .RS 4 new clear to send status, nonzero if active .RE .SH "DESCRIPTION" .PP Caller must hold uport\->lock .SH "COPYRIGHT" .br