Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dserial_txx9.c962 static struct uart_driver serial_txx9_reg; variable
970 .data = &serial_txx9_reg,
985 static struct uart_driver serial_txx9_reg = { variable
1030 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_register_port()
1053 ret = uart_add_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_register_port()
1073 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_unregister_port()
1138 uart_suspend_port(&serial_txx9_reg, &up->port); in serial_txx9_suspend()
1152 uart_resume_port(&serial_txx9_reg, &up->port); in serial_txx9_resume()
1222 uart_suspend_port(&serial_txx9_reg, &up->port); in pciserial_txx9_suspend_one()
1235 uart_resume_port(&serial_txx9_reg, &up->port); in pciserial_txx9_resume_one()
[all …]