Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/tty/serial/
Dclps711x.c518 uart_remove_one_port(&clps711x_uart, &s->port); in uart_clps711x_probe()
525 uart_remove_one_port(&clps711x_uart, &s->port); in uart_clps711x_probe()
534 return uart_remove_one_port(&clps711x_uart, &s->port); in uart_clps711x_remove()
Dsunhv.c586 uart_remove_one_port(&sunhv_reg, port); in hv_probe()
609 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
Dserial_txx9.c1027 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_register_port()
1070 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_unregister_port()
1313 uart_remove_one_port(&serial_txx9_reg, &up->port); in serial_txx9_exit()
Dsunsab.c1064 uart_remove_one_port(&sunsab_reg, &up[0].port); in sab_probe()
1081 uart_remove_one_port(&sunsab_reg, &up[1].port); in sab_remove()
1082 uart_remove_one_port(&sunsab_reg, &up[0].port); in sab_remove()
Dmux.c518 uart_remove_one_port(&mux_driver, port); in mux_remove()
D21285.c498 uart_remove_one_port(&serial21285_reg, &serial21285_port); in serial21285_exit()
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()
Ddigicolor-usart.c511 uart_remove_one_port(&digicolor_uart, port); in digicolor_uart_remove()
Dapbuart.c680 uart_remove_one_port(&grlib_apbuart_driver, in grlib_apbuart_exit()
Dserial_ks8695.c689 uart_remove_one_port(&ks8695_reg, &ks8695uart_ports[0]); in ks8695uart_exit()
Dmax310x.c1352 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_probe()
1374 uart_remove_one_port(&max310x_uart, &s->p[i].port); in max310x_remove()
Dsc16is7xx.c1272 uart_remove_one_port(&sc16is7xx_uart, &s->p[i].port); in sc16is7xx_probe()
1302 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()
Dnetx-serial.c687 uart_remove_one_port(&netx_reg, &sport->port); in serial_netx_remove()
Dlpc32xx_hs.c719 uart_remove_one_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_remove()
Dmcf.c652 uart_remove_one_port(&mcf_driver, port); in mcf_remove()
Dar933x_uart.c724 uart_remove_one_port(&ar933x_uart_driver, &up->port); in ar933x_uart_remove()
Dsprd_serial.c666 uart_remove_one_port(&sprd_uart_driver, &sup->port); in sprd_remove()
Duartlite.c685 rc = uart_remove_one_port(&ulite_uart_driver, port); in ulite_release()
Defm32-uart.c795 uart_remove_one_port(&efm32_uart_reg, &efm_port->port); in efm32_uart_remove()
Dbcm63xx_uart.c877 uart_remove_one_port(&bcm_uart_driver, port); in bcm_uart_remove()
/Linux-v4.19/include/linux/
Dserial_core.h421 int uart_remove_one_port(struct uart_driver *reg, struct uart_port *port);
/Linux-v4.19/drivers/tty/serial/8250/
D8250_core.c975 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_register_8250_port()
1090 uart_remove_one_port(&serial8250_reg, &uart->port); in serial8250_unregister_port()
/Linux-v4.19/Documentation/serial/
Ddriver427 uart_remove_one_port() if it registered them with uart_add_one_port().
438 uart_remove_one_port()

123