| /linux/drivers/tty/serial/ |
| H A D | serial_port.c | 147 void uart_remove_one_port(struct uart_driver *drv, struct uart_port *port) in uart_remove_one_port() function 151 EXPORT_SYMBOL(uart_remove_one_port);
|
| H A D | tegra-tcu.c | 262 uart_remove_one_port(&tcu->driver, &tcu->port); in tegra_tcu_probe() 279 uart_remove_one_port(&tcu->driver, &tcu->port); in tegra_tcu_remove()
|
| H A D | clps711x.c | 501 uart_remove_one_port(&clps711x_uart, &s->port); in uart_clps711x_probe() 508 uart_remove_one_port(&clps711x_uart, &s->port); in uart_clps711x_probe() 517 uart_remove_one_port(&clps711x_uart, &s->port); in uart_clps711x_remove()
|
| H A D | sunhv.c | 586 uart_remove_one_port(&sunhv_reg, port); in hv_probe() 609 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
|
| H A D | serial_txx9.c | 969 uart_remove_one_port(&serial_txx9_reg, uart); in serial_txx9_register_port() 1012 uart_remove_one_port(&serial_txx9_reg, uart); in serial_txx9_unregister_port() 1256 uart_remove_one_port(&serial_txx9_reg, up); in serial_txx9_exit()
|
| H A D | sunsab.c | 1058 uart_remove_one_port(&sunsab_reg, &up[0].port); in sab_probe() 1075 uart_remove_one_port(&sunsab_reg, &up[1].port); in sab_remove() 1076 uart_remove_one_port(&sunsab_reg, &up[0].port); in sab_remove()
|
| H A D | mux.c | 490 uart_remove_one_port(&mux_driver, port); in mux_remove()
|
| H A D | 21285.c | 509 uart_remove_one_port(&serial21285_reg, &serial21285_port); in serial21285_exit()
|
| H A D | esp32_acm.c | 420 uart_remove_one_port(&esp32s3_acm_reg, port); in esp32s3_acm_remove()
|
| H A D | liteuart.c | 344 uart_remove_one_port(&liteuart_driver, port); in liteuart_remove()
|
| H A D | apbuart.c | 649 uart_remove_one_port(&grlib_apbuart_driver, in grlib_apbuart_exit()
|
| H A D | timbuart.c | 478 uart_remove_one_port(&timbuart_driver, &uart->port); in timbuart_remove()
|
| H A D | digicolor-usart.c | 510 uart_remove_one_port(&digicolor_uart, port); in digicolor_uart_remove()
|
| H A D | mcf.c | 611 uart_remove_one_port(&mcf_driver, port); in mcf_remove()
|
| H A D | altera_uart.c | 602 uart_remove_one_port(&altera_uart_driver, port); in altera_uart_remove()
|
| H A D | lpc32xx_hs.c | 661 uart_remove_one_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_remove()
|
| H A D | tegra-utc.c | 580 uart_remove_one_port(&tegra_utc_driver, &tup->port); in tegra_utc_remove()
|
| H A D | sunplus-uart.c | 665 uart_remove_one_port(&sunplus_uart_driver, &sup->port); in sunplus_uart_remove()
|
| H A D | milbeaut_usio.c | 564 uart_remove_one_port(&mlb_usio_uart_driver, port); in mlb_usio_remove()
|
| H A D | sc16is7xx.c | 1668 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_probe() 1694 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_remove()
|
| H A D | men_z135_uart.c | 860 uart_remove_one_port(&men_z135_driver, &uart->port); in men_z135_remove()
|
| H A D | owl-uart.c | 726 uart_remove_one_port(&owl_uart_driver, &owl_port->port); in owl_uart_remove()
|
| H A D | bcm63xx_uart.c | 871 uart_remove_one_port(&bcm_uart_driver, port); in bcm_uart_remove()
|
| /linux/Documentation/driver-api/serial/ |
| H A D | driver.rst | 75 uart_add_one_port uart_remove_one_port uart_console_write
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_core.c | 720 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_register_8250_port() 877 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_unregister_port()
|