/openbmc/linux/drivers/tty/serial/ |
H A D | serial_port.c | 146 void uart_remove_one_port(struct uart_driver *drv, struct uart_port *port) in uart_remove_one_port() function 150 EXPORT_SYMBOL(uart_remove_one_port);
|
H A D | tegra-tcu.c | 260 uart_remove_one_port(&tcu->driver, &tcu->port); in tegra_tcu_probe() 277 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 | 581 uart_remove_one_port(&sunhv_reg, port); in hv_probe() 604 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
|
H A D | serial_txx9.c | 968 uart_remove_one_port(&serial_txx9_reg, uart); in serial_txx9_register_port() 1011 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 | 1056 uart_remove_one_port(&sunsab_reg, &up[0].port); in sab_probe() 1073 uart_remove_one_port(&sunsab_reg, &up[1].port); in sab_remove() 1074 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 | altera_jtaguart.c | 437 uart_remove_one_port(&altera_jtaguart_driver, port); in altera_jtaguart_remove()
|
H A D | 21285.c | 509 uart_remove_one_port(&serial21285_reg, &serial21285_port); in serial21285_exit()
|
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 | 481 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 | altera_uart.c | 603 uart_remove_one_port(&altera_uart_driver, port); in altera_uart_remove()
|
H A D | mcf.c | 638 uart_remove_one_port(&mcf_driver, port); in mcf_remove()
|
H A D | milbeaut_usio.c | 560 uart_remove_one_port(&mlb_usio_uart_driver, port); in mlb_usio_remove()
|
H A D | lpc32xx_hs.c | 666 uart_remove_one_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_remove()
|
H A D | sunplus-uart.c | 669 uart_remove_one_port(&sunplus_uart_driver, &sup->port); in sunplus_uart_remove()
|
H A D | max310x.c | 1469 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_probe() 1489 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_remove()
|
H A D | men_z135_uart.c | 866 uart_remove_one_port(&men_z135_driver, &uart->port); in men_z135_remove()
|
H A D | owl-uart.c | 732 uart_remove_one_port(&owl_uart_driver, &owl_port->port); in owl_uart_remove()
|
/openbmc/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 76 uart_add_one_port uart_remove_one_port uart_console_write
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 1041 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_register_8250_port() 1202 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_unregister_port()
|
/openbmc/linux/include/linux/ |
H A D | serial_core.h | 980 void uart_remove_one_port(struct uart_driver *reg, struct uart_port *port);
|
/openbmc/linux/drivers/tty/serial/jsm/ |
H A D | jsm_tty.c | 505 uart_remove_one_port(&jsm_uart_driver, &brd->channels[i]->uart_port); in jsm_remove_uart_port()
|