1UART_REMOVE_ONE_PORT(9)        16x50 UART Driver       UART_REMOVE_ONE_PORT(9)
2
3
4

NAME

6       uart_remove_one_port - detach a driver defined port structure
7

SYNOPSIS

9       int uart_remove_one_port(struct uart_driver * drv,
10                                struct uart_port * uport);
11

ARGUMENTS

13       drv
14           pointer to the uart low level driver structure for this port
15
16       uport
17           uart port structure for this port
18

DESCRIPTION

20       This unhooks (and hangs up) the specified port structure from the core
21       driver. No further calls will be made to the low-level code for this
22       port.
23
25Kernel Hackers Manual 3.10         June 2019           UART_REMOVE_ONE_PORT(9)
Impressum