.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "MUX_SET_TERMIOS" "" "06 October 2005" "" ""
.SH NAME
mux_set_termios \- Chane port parameters.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void mux_set_termios (struct uart_port * \fIport\fB, struct termios * \fItermios\fB, struct termios * \fIold\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIport\fB\fR
Ptr to the uart_port.
.TP
\fB\fItermios\fB\fR
new termios settings.
.TP
\fB\fIold\fB\fR
old termios settings.
.SH "DESCRIPTION"
.PP
The Serial Mux does not support this function.