Lines Matching defs:port

42 	struct uart_port        port;  member
63 static void serial_pxa_enable_ms(struct uart_port *port) in serial_pxa_enable_ms()
71 static void serial_pxa_stop_tx(struct uart_port *port) in serial_pxa_stop_tx()
81 static void serial_pxa_stop_rx(struct uart_port *port) in serial_pxa_stop_rx()
207 static void serial_pxa_start_tx(struct uart_port *port) in serial_pxa_start_tx()
261 static unsigned int serial_pxa_tx_empty(struct uart_port *port) in serial_pxa_tx_empty()
274 static unsigned int serial_pxa_get_mctrl(struct uart_port *port) in serial_pxa_get_mctrl()
294 static void serial_pxa_set_mctrl(struct uart_port *port, unsigned int mctrl) in serial_pxa_set_mctrl()
315 static void serial_pxa_break_ctl(struct uart_port *port, int break_state) in serial_pxa_break_ctl()
329 static int serial_pxa_startup(struct uart_port *port) in serial_pxa_startup()
395 static void serial_pxa_shutdown(struct uart_port *port) in serial_pxa_shutdown()
424 serial_pxa_set_termios(struct uart_port *port, struct ktermios *termios, in serial_pxa_set_termios()
547 serial_pxa_pm(struct uart_port *port, unsigned int state, in serial_pxa_pm()
558 static void serial_pxa_release_port(struct uart_port *port) in serial_pxa_release_port()
562 static int serial_pxa_request_port(struct uart_port *port) in serial_pxa_request_port()
567 static void serial_pxa_config_port(struct uart_port *port, int flags) in serial_pxa_config_port()
574 serial_pxa_verify_port(struct uart_port *port, struct serial_struct *ser) in serial_pxa_verify_port()
581 serial_pxa_type(struct uart_port *port) in serial_pxa_type()
622 static void serial_pxa_console_putchar(struct uart_port *port, int ch) in serial_pxa_console_putchar()
681 static int serial_pxa_get_poll_char(struct uart_port *port) in serial_pxa_get_poll_char()
693 static void serial_pxa_put_poll_char(struct uart_port *port, in serial_pxa_put_poll_char()