Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A 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()
H A Dsunhv.c583 uart_remove_one_port(&sunhv_reg, port); in hv_probe()
606 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
H A Dtegra-tcu.c273 uart_remove_one_port(&tcu->driver, &tcu->port); in tegra_tcu_remove()
H A Dserial_txx9.c1024 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_register_port()
1067 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_unregister_port()
1314 uart_remove_one_port(&serial_txx9_reg, &up->port); in serial_txx9_exit()
H A 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()
H A Dmux.c515 uart_remove_one_port(&mux_driver, port); in mux_remove()
H A Dqcom_geni_serial.c1453 uart_remove_one_port(drv, uport); in qcom_geni_serial_probe()
1470 uart_remove_one_port(drv, uport); in qcom_geni_serial_probe()
1492 uart_remove_one_port(drv, &port->uport); in qcom_geni_serial_remove()
H A D21285.c533 uart_remove_one_port(&serial21285_reg, &serial21285_port); in serial21285_exit()
H A Daltera_jtaguart.c476 uart_remove_one_port(&altera_jtaguart_driver, port); in altera_jtaguart_remove()
H A Dtimbuart.c484 uart_remove_one_port(&timbuart_driver, &uart->port); in timbuart_remove()
H A Dapbuart.c677 uart_remove_one_port(&grlib_apbuart_driver, in grlib_apbuart_exit()
H A Ddigicolor-usart.c512 uart_remove_one_port(&digicolor_uart, port); in digicolor_uart_remove()
H A Dsc16is7xx.c1351 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_probe()
1381 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_remove()
H A Dmax310x.c1410 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_probe()
1430 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_remove()
H A Daltera_uart.c626 uart_remove_one_port(&altera_uart_driver, port); in altera_uart_remove()
H A Duartlite.c682 rc = uart_remove_one_port(&ulite_uart_driver, port); in ulite_release()
H A Dlpc32xx_hs.c690 uart_remove_one_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_remove()
H A Dmcf.c653 uart_remove_one_port(&mcf_driver, port); in mcf_remove()
H A Dmilbeaut_usio.c561 uart_remove_one_port(&mlb_usio_uart_driver, port); in mlb_usio_remove()
H A Dsunzilog.c1483 uart_remove_one_port(&sunzilog_reg, &up[0].port); in zs_probe()
1515 uart_remove_one_port(&sunzilog_reg, &up->port); in zs_remove_one()
H A Dpnx8xxx_uart.c813 uart_remove_one_port(&pnx8xxx_reg, &sport->port); in pnx8xxx_serial_remove()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h447 int uart_remove_one_port(struct uart_driver *reg, struct uart_port *port);
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Ddriver.rst489 uart_remove_one_port() if it registered them with uart_add_one_port().
501 **uart_remove_one_port()**
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_core.c1005 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_register_8250_port()
1160 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_unregister_port()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_tty.c505 uart_remove_one_port(&jsm_uart_driver, &brd->channels[i]->uart_port); in jsm_remove_uart_port()

1234