serial_pxa_reg 592 drivers/tty/serial/pxa.c static struct uart_driver serial_pxa_reg; serial_pxa_reg 734 drivers/tty/serial/pxa.c if (co->index == -1 || co->index >= serial_pxa_reg.nr) serial_pxa_reg 753 drivers/tty/serial/pxa.c .data = &serial_pxa_reg, serial_pxa_reg 785 drivers/tty/serial/pxa.c static struct uart_driver serial_pxa_reg = { serial_pxa_reg 801 drivers/tty/serial/pxa.c uart_suspend_port(&serial_pxa_reg, &sport->port); serial_pxa_reg 811 drivers/tty/serial/pxa.c uart_resume_port(&serial_pxa_reg, &sport->port); serial_pxa_reg 903 drivers/tty/serial/pxa.c uart_add_one_port(&serial_pxa_reg, &sport->port); serial_pxa_reg 935 drivers/tty/serial/pxa.c ret = uart_register_driver(&serial_pxa_reg); serial_pxa_reg 941 drivers/tty/serial/pxa.c uart_unregister_driver(&serial_pxa_reg);