.\" 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 "UART_REMOVE_ONE_PORT" "" "06 October 2005" "" "" .SH NAME uart_remove_one_port \- detach a driver defined port structure .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int uart_remove_one_port (struct uart_driver * \fIdrv\fB, struct uart_port * \fIport\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdrv\fB\fR pointer to the uart low level driver structure for this port .TP \fB\fIport\fB\fR uart port structure for this port .SH "DESCRIPTION" .PP This unhooks (and hangs up) the specified port structure from the core driver. No further calls will be made to the low-level code for this port.