Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dserial_txx9.c975 static struct uart_driver serial_txx9_reg; variable
983 .data = &serial_txx9_reg,
998 static struct uart_driver serial_txx9_reg = { variable
1043 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_register_port()
1066 ret = uart_add_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_register_port()
1086 uart_remove_one_port(&serial_txx9_reg, &uart->port); in serial_txx9_unregister_port()
1151 uart_suspend_port(&serial_txx9_reg, &up->port); in serial_txx9_suspend()
1165 uart_resume_port(&serial_txx9_reg, &up->port); in serial_txx9_resume()
1238 uart_suspend_port(&serial_txx9_reg, &up->port); in pciserial_txx9_suspend_one()
1251 uart_resume_port(&serial_txx9_reg, &up->port); in pciserial_txx9_resume_one()
[all …]