Lines Matching defs:port

51 	struct uart_port        port;  member
72 static void serial_pxa_enable_ms(struct uart_port *port) in serial_pxa_enable_ms()
80 static void serial_pxa_stop_tx(struct uart_port *port) in serial_pxa_stop_tx()
90 static void serial_pxa_stop_rx(struct uart_port *port) in serial_pxa_stop_rx()
216 static void serial_pxa_start_tx(struct uart_port *port) in serial_pxa_start_tx()
270 static unsigned int serial_pxa_tx_empty(struct uart_port *port) in serial_pxa_tx_empty()
283 static unsigned int serial_pxa_get_mctrl(struct uart_port *port) in serial_pxa_get_mctrl()
303 static void serial_pxa_set_mctrl(struct uart_port *port, unsigned int mctrl) in serial_pxa_set_mctrl()
324 static void serial_pxa_break_ctl(struct uart_port *port, int break_state) in serial_pxa_break_ctl()
338 static int serial_pxa_startup(struct uart_port *port) in serial_pxa_startup()
404 static void serial_pxa_shutdown(struct uart_port *port) in serial_pxa_shutdown()
433 serial_pxa_set_termios(struct uart_port *port, struct ktermios *termios, in serial_pxa_set_termios()
556 serial_pxa_pm(struct uart_port *port, unsigned int state, in serial_pxa_pm()
567 static void serial_pxa_release_port(struct uart_port *port) in serial_pxa_release_port()
571 static int serial_pxa_request_port(struct uart_port *port) in serial_pxa_request_port()
576 static void serial_pxa_config_port(struct uart_port *port, int flags) in serial_pxa_config_port()
583 serial_pxa_verify_port(struct uart_port *port, struct serial_struct *ser) in serial_pxa_verify_port()
590 serial_pxa_type(struct uart_port *port) in serial_pxa_type()
631 static void serial_pxa_console_putchar(struct uart_port *port, int ch) in serial_pxa_console_putchar()
690 static int serial_pxa_get_poll_char(struct uart_port *port) in serial_pxa_get_poll_char()
702 static void serial_pxa_put_poll_char(struct uart_port *port, in serial_pxa_put_poll_char()