• 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

107 static int (*atmel_open_hook)(struct uart_port *);
108 static void (*atmel_close_hook)(struct uart_port *);
111 * We wrap our port structure around the generic uart_port.
114 struct uart_port uart; /* uart */
128 static u_int atmel_tx_empty(struct uart_port *port)
136 static void atmel_set_mctrl(struct uart_port *port, u_int mctrl)
180 static u_int atmel_get_mctrl(struct uart_port *port)
204 static void atmel_stop_tx(struct uart_port *port)
214 static void atmel_start_tx(struct uart_port *port)
224 static void atmel_stop_rx(struct uart_port *port)
234 static void atmel_enable_ms(struct uart_port *port)
242 static void atmel_break_ctl(struct uart_port *port, int break_state)
253 static void atmel_rx_chars(struct uart_port *port)
310 static void atmel_tx_chars(struct uart_port *port)
345 struct uart_port *port = dev_id;
382 static int atmel_startup(struct uart_port *port)
429 static void atmel_shutdown(struct uart_port *port)
455 static void atmel_serial_pm(struct uart_port *port, unsigned int state, unsigned int oldstate)
482 static void atmel_set_termios(struct uart_port *port, struct ktermios * termios, struct ktermios * old)
592 static const char *atmel_type(struct uart_port *port)
600 static void atmel_release_port(struct uart_port *port)
616 static int atmel_request_port(struct uart_port *port)
638 static void atmel_config_port(struct uart_port *port, int flags)
649 static int atmel_verify_port(struct uart_port *port, struct serial_struct *ser)
694 struct uart_port *port = &atmel_port->uart;
741 static void atmel_console_putchar(struct uart_port *port, int ch)
753 struct uart_port *port = &atmel_ports[co->index].uart;
778 static void __init atmel_console_get_options(struct uart_port *port, int *baud, int *parity, int *bits)
814 struct uart_port *port = &atmel_ports[co->index].uart;
893 struct uart_port *port = platform_get_drvdata(pdev);
908 struct uart_port *port = platform_get_drvdata(pdev);
944 struct uart_port *port = platform_get_drvdata(pdev);