Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/tty/serial/
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()
Dtegra-tcu.c273 uart_remove_one_port(&tcu->driver, &tcu->port); in tegra_tcu_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.c1460 uart_remove_one_port(drv, uport); in qcom_geni_serial_probe()
1477 uart_remove_one_port(drv, uport); in qcom_geni_serial_probe()
1499 uart_remove_one_port(drv, &port->uport); in qcom_geni_serial_remove()
Daltera_jtaguart.c476 uart_remove_one_port(&altera_jtaguart_driver, port); in altera_jtaguart_remove()
Dtimbuart.c484 uart_remove_one_port(&timbuart_driver, &uart->port); in timbuart_remove()
Dapbuart.c677 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()
Dsc16is7xx.c1348 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_probe()
1378 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_remove()
Daltera_uart.c626 uart_remove_one_port(&altera_uart_driver, port); in altera_uart_remove()
Dlpc32xx_hs.c690 uart_remove_one_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_remove()
Dmcf.c653 uart_remove_one_port(&mcf_driver, port); in mcf_remove()
Dmilbeaut_usio.c561 uart_remove_one_port(&mlb_usio_uart_driver, port); in mlb_usio_remove()
Duartlite.c697 rc = uart_remove_one_port(&ulite_uart_driver, port); in ulite_release()
Dmax310x.c1429 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_probe()
1449 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_remove()
Dmen_z135_uart.c870 uart_remove_one_port(&men_z135_driver, &uart->port); in men_z135_remove()
Dowl-uart.c719 uart_remove_one_port(&owl_uart_driver, &owl_port->port); in owl_uart_remove()
Dpnx8xxx_uart.c813 uart_remove_one_port(&pnx8xxx_reg, &sport->port); in pnx8xxx_serial_remove()
/Linux-v5.10/include/linux/
Dserial_core.h416 int uart_remove_one_port(struct uart_driver *reg, struct uart_port *port);
/Linux-v5.10/drivers/tty/serial/8250/
D8250_core.c998 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_register_8250_port()
1151 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_unregister_port()
/Linux-v5.10/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