Home
last modified time | relevance | path

Searched refs:uart_remove_one_port (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/linux/drivers/tty/serial/
H A Dserial_port.c146 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 Dtegra-tcu.c260 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 Dclps711x.c501 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 Dsunhv.c581 uart_remove_one_port(&sunhv_reg, port); in hv_probe()
604 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
H A Dserial_txx9.c968 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 Dsunsab.c1056 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 Dmux.c490 uart_remove_one_port(&mux_driver, port); in mux_remove()
H A D21285.c509 uart_remove_one_port(&serial21285_reg, &serial21285_port); in serial21285_exit()
H A Daltera_jtaguart.c437 uart_remove_one_port(&altera_jtaguart_driver, port); in altera_jtaguart_remove()
H A Dliteuart.c344 uart_remove_one_port(&liteuart_driver, port); in liteuart_remove()
H A Dtimbuart.c481 uart_remove_one_port(&timbuart_driver, &uart->port); in timbuart_remove()
H A Dapbuart.c649 uart_remove_one_port(&grlib_apbuart_driver, in grlib_apbuart_exit()
H A Ddigicolor-usart.c510 uart_remove_one_port(&digicolor_uart, port); in digicolor_uart_remove()
H A Daltera_uart.c603 uart_remove_one_port(&altera_uart_driver, port); in altera_uart_remove()
H A Dmcf.c638 uart_remove_one_port(&mcf_driver, port); in mcf_remove()
H A Dmax310x.c1469 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 Dmilbeaut_usio.c560 uart_remove_one_port(&mlb_usio_uart_driver, port); in mlb_usio_remove()
H A Dsunplus-uart.c669 uart_remove_one_port(&sunplus_uart_driver, &sup->port); in sunplus_uart_remove()
H A Dlpc32xx_hs.c666 uart_remove_one_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_remove()
H A Dsunzilog.c1481 uart_remove_one_port(&sunzilog_reg, &up[0].port); in zs_probe()
1513 uart_remove_one_port(&sunzilog_reg, &up->port); in zs_remove_one()
H A Dsc16is7xx.c1654 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_probe()
1677 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_remove()
H A Dpmac_zilog.c1503 uart_remove_one_port(&pmz_uart_reg, &uap->port); in pmz_detach()
1713 uart_remove_one_port(&pmz_uart_reg, &uap->port); in pmz_detach()
/openbmc/linux/Documentation/driver-api/serial/
H A Ddriver.rst76 uart_add_one_port uart_remove_one_port uart_console_write
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_core.c1041 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_register_8250_port()
1205 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_unregister_port()
/openbmc/linux/include/linux/
H A Dserial_core.h980 void uart_remove_one_port(struct uart_driver *reg, struct uart_port *port);

123