clps711x_uart 66 drivers/tty/serial/clps711x.c static struct uart_driver clps711x_uart = { clps711x_uart 371 drivers/tty/serial/clps711x.c struct uart_port *port = clps711x_uart.state[co->index].uart_port; clps711x_uart 395 drivers/tty/serial/clps711x.c port = clps711x_uart.state[index].uart_port; clps711x_uart 492 drivers/tty/serial/clps711x.c ret = uart_add_one_port(&clps711x_uart, &s->port); clps711x_uart 505 drivers/tty/serial/clps711x.c uart_remove_one_port(&clps711x_uart, &s->port); clps711x_uart 512 drivers/tty/serial/clps711x.c uart_remove_one_port(&clps711x_uart, &s->port); clps711x_uart 521 drivers/tty/serial/clps711x.c return uart_remove_one_port(&clps711x_uart, &s->port); clps711x_uart 544 drivers/tty/serial/clps711x.c clps711x_uart.cons = &clps711x_console; clps711x_uart 545 drivers/tty/serial/clps711x.c clps711x_console.data = &clps711x_uart; clps711x_uart 548 drivers/tty/serial/clps711x.c ret = uart_register_driver(&clps711x_uart); clps711x_uart 559 drivers/tty/serial/clps711x.c uart_unregister_driver(&clps711x_uart);