pch_uart_driver 1707 drivers/tty/serial/pch_uart.c static struct uart_driver pch_uart_driver; pch_uart_driver 1716 drivers/tty/serial/pch_uart.c .data = &pch_uart_driver, pch_uart_driver 1724 drivers/tty/serial/pch_uart.c static struct uart_driver pch_uart_driver = { pch_uart_driver 1818 drivers/tty/serial/pch_uart.c ret = uart_add_one_port(&pch_uart_driver, &priv->port); pch_uart_driver 1848 drivers/tty/serial/pch_uart.c uart_remove_one_port(&pch_uart_driver, &priv->port); pch_uart_driver 1871 drivers/tty/serial/pch_uart.c uart_suspend_port(&pch_uart_driver, &priv->port); pch_uart_driver 1893 drivers/tty/serial/pch_uart.c uart_resume_port(&pch_uart_driver, &priv->port); pch_uart_driver 1968 drivers/tty/serial/pch_uart.c ret = uart_register_driver(&pch_uart_driver); pch_uart_driver 1975 drivers/tty/serial/pch_uart.c uart_unregister_driver(&pch_uart_driver); pch_uart_driver 1984 drivers/tty/serial/pch_uart.c uart_unregister_driver(&pch_uart_driver);