'\" t .\" Title: uart_update_timeout .\" 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_UPDATE_TIMEOUT" "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_update_timeout \- update per\-port FIFO timeout\&. .SH "SYNOPSIS" .HP \w'void\ uart_update_timeout('u .BI "void uart_update_timeout(struct\ uart_port\ *\ " "port" ", unsigned\ int\ " "cflag" ", unsigned\ int\ " "baud" ");" .SH "ARGUMENTS" .PP \fIport\fR .RS 4 uart_port structure describing the port .RE .PP \fIcflag\fR .RS 4 termios cflag value .RE .PP \fIbaud\fR .RS 4 speed of the port .RE .SH "DESCRIPTION" .PP Set the port FIFO timeout value\&. The \fIcflag\fR value should reflect the actual hardware settings\&. .SH "COPYRIGHT" .br