• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/

Lines Matching refs:uart_port

74 	struct uart_port	port;
230 static void serial_txx9_stop_tx(struct uart_port *port)
236 static void serial_txx9_start_tx(struct uart_port *port)
242 static void serial_txx9_stop_rx(struct uart_port *port)
248 static void serial_txx9_enable_ms(struct uart_port *port)
253 static void serial_txx9_initialize(struct uart_port *port)
419 static unsigned int serial_txx9_tx_empty(struct uart_port *port)
432 static unsigned int serial_txx9_get_mctrl(struct uart_port *port)
443 static void serial_txx9_set_mctrl(struct uart_port *port, unsigned int mctrl)
453 static void serial_txx9_break_ctl(struct uart_port *port, int break_state)
466 static int serial_txx9_startup(struct uart_port *port)
511 static void serial_txx9_shutdown(struct uart_port *port)
550 serial_txx9_set_termios(struct uart_port *port, struct ktermios *termios,
653 serial_txx9_pm(struct uart_port *port, unsigned int state,
715 static void serial_txx9_release_port(struct uart_port *port)
721 static int serial_txx9_request_port(struct uart_port *port)
727 static void serial_txx9_config_port(struct uart_port *port, int uflags)
750 serial_txx9_verify_port(struct uart_port *port, struct serial_struct *ser)
765 serial_txx9_type(struct uart_port *port)
831 static void serial_txx9_console_putchar(struct uart_port *port, int ch)
876 struct uart_port *port;
936 int __init early_serial_txx9_setup(struct uart_port *port)
960 static int __devinit serial_txx9_register_port(struct uart_port *port)
1027 struct uart_port *p = dev->dev.platform_data;
1028 struct uart_port port;
1031 memset(&port, 0, sizeof(struct uart_port));
1118 struct uart_port port;