Home
last modified time | relevance | path

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

123

/Linux-v5.15/drivers/tty/serial/
Dtegra-tcu.c261 uart_remove_one_port(&tcu->driver, &tcu->port); in tegra_tcu_probe()
278 uart_remove_one_port(&tcu->driver, &tcu->port); in tegra_tcu_remove()
Dclps711x.c502 uart_remove_one_port(&clps711x_uart, &s->port); in uart_clps711x_probe()
509 uart_remove_one_port(&clps711x_uart, &s->port); in uart_clps711x_probe()
518 return uart_remove_one_port(&clps711x_uart, &s->port); in uart_clps711x_remove()
Dsunhv.c583 uart_remove_one_port(&sunhv_reg, port); in hv_probe()
606 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
Dserial_txx9.c1022 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_register_port()
1065 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_unregister_port()
1312 uart_remove_one_port(&serial_txx9_reg, &up->port); in serial_txx9_exit()
Dsunsab.c1061 uart_remove_one_port(&sunsab_reg, &up[0].port); in sab_probe()
1078 uart_remove_one_port(&sunsab_reg, &up[1].port); in sab_remove()
1079 uart_remove_one_port(&sunsab_reg, &up[0].port); in sab_remove()
Dmux.c515 uart_remove_one_port(&mux_driver, port); in mux_remove()
D21285.c533 uart_remove_one_port(&serial21285_reg, &serial21285_port); in serial21285_exit()
Dqcom_geni_serial.c1441 uart_remove_one_port(drv, uport); in qcom_geni_serial_probe()
1458 uart_remove_one_port(drv, uport); in qcom_geni_serial_probe()
1473 uart_remove_one_port(drv, &port->uport); in qcom_geni_serial_remove()
Daltera_jtaguart.c474 uart_remove_one_port(&altera_jtaguart_driver, port); in altera_jtaguart_remove()
Dtimbuart.c482 uart_remove_one_port(&timbuart_driver, &uart->port); in timbuart_remove()
Dapbuart.c675 uart_remove_one_port(&grlib_apbuart_driver, in grlib_apbuart_exit()
Ddigicolor-usart.c511 uart_remove_one_port(&digicolor_uart, port); in digicolor_uart_remove()
Daltera_uart.c624 uart_remove_one_port(&altera_uart_driver, port); in altera_uart_remove()
Dmax310x.c1418 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_probe()
1438 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_remove()
Dsc16is7xx.c1350 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_probe()
1379 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_remove()
Dlpc32xx_hs.c687 uart_remove_one_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_remove()
Dmilbeaut_usio.c561 uart_remove_one_port(&mlb_usio_uart_driver, port); in mlb_usio_remove()
Dmcf.c651 uart_remove_one_port(&mcf_driver, port); in mcf_remove()
Dmen_z135_uart.c870 uart_remove_one_port(&men_z135_driver, &uart->port); in men_z135_remove()
Dar933x_uart.c826 uart_remove_one_port(&ar933x_uart_driver, &up->port); in ar933x_uart_remove()
Dowl-uart.c755 uart_remove_one_port(&owl_uart_driver, &owl_port->port); in owl_uart_remove()
Duartlite.c679 rc = uart_remove_one_port(&ulite_uart_driver, port); in ulite_release()
/Linux-v5.15/include/linux/
Dserial_core.h410 int uart_remove_one_port(struct uart_driver *reg, struct uart_port *port);
/Linux-v5.15/drivers/tty/serial/8250/
D8250_core.c989 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_register_8250_port()
1142 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_unregister_port()
/Linux-v5.15/Documentation/driver-api/serial/
Ddriver.rst489 uart_remove_one_port() if it registered them with uart_add_one_port().
501 **uart_remove_one_port()**

123