• 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

46 static void transmit_chars_putchar(struct uart_port *port, struct circ_buf *xmit)
59 static void transmit_chars_write(struct uart_port *port, struct circ_buf *xmit)
75 static int receive_chars_getchar(struct uart_port *port, struct tty_struct *tty)
118 static int receive_chars_read(struct uart_port *port, struct tty_struct *tty)
167 void (*transmit_chars)(struct uart_port *port, struct circ_buf *xmit);
168 int (*receive_chars)(struct uart_port *port, struct tty_struct *tty);
183 static struct tty_struct *receive_chars(struct uart_port *port)
196 static void transmit_chars(struct uart_port *port)
215 struct uart_port *port = dev_id;
231 static unsigned int sunhv_tx_empty(struct uart_port *port)
241 static void sunhv_set_mctrl(struct uart_port *port, unsigned int mctrl)
247 static unsigned int sunhv_get_mctrl(struct uart_port *port)
253 static void sunhv_stop_tx(struct uart_port *port)
259 static void sunhv_start_tx(struct uart_port *port)
275 static void sunhv_send_xchar(struct uart_port *port, char ch)
293 static void sunhv_stop_rx(struct uart_port *port)
298 static void sunhv_enable_ms(struct uart_port *port)
303 static void sunhv_break_ctl(struct uart_port *port, int break_state)
323 static int sunhv_startup(struct uart_port *port)
329 static void sunhv_shutdown(struct uart_port *port)
334 static void sunhv_set_termios(struct uart_port *port, struct ktermios *termios,
359 static const char *sunhv_type(struct uart_port *port)
364 static void sunhv_release_port(struct uart_port *port)
368 static int sunhv_request_port(struct uart_port *port)
373 static void sunhv_config_port(struct uart_port *port, int flags)
377 static int sunhv_verify_port(struct uart_port *port, struct serial_struct *ser)
409 static struct uart_port *sunhv_port;
440 struct uart_port *port = sunhv_port;
474 static inline void sunhv_console_putchar(struct uart_port *port, char c)
488 struct uart_port *port = sunhv_port;
522 struct uart_port *port;
529 port = kzalloc(sizeof(struct uart_port), GFP_KERNEL);
607 struct uart_port *port = dev_get_drvdata(&dev->dev);