Home
last modified time | relevance | path

Searched refs:lpc32xx_hs_reg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/
H A Dlpc32xx_hs.c198 static struct uart_driver lpc32xx_hs_reg = { variable
647 ret = uart_add_one_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_probe()
661 uart_remove_one_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_remove()
671 uart_suspend_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_suspend()
680 uart_resume_port(&lpc32xx_hs_reg, &p->port); in serial_hs_lpc32xx_resume()
711 ret = uart_register_driver(&lpc32xx_hs_reg); in lpc32xx_hsuart_init()
717 uart_unregister_driver(&lpc32xx_hs_reg); in lpc32xx_hsuart_init()
725 uart_unregister_driver(&lpc32xx_hs_reg); in lpc32xx_hsuart_exit()