Lines Matching defs:port

85 	struct uart_port	port;  member
262 static void sunsu_stop_tx(struct uart_port *port) in sunsu_stop_tx()
278 static void sunsu_start_tx(struct uart_port *port) in sunsu_start_tx()
297 static void sunsu_stop_rx(struct uart_port *port) in sunsu_stop_rx()
307 static void sunsu_enable_ms(struct uart_port *port) in sunsu_enable_ms()
322 struct tty_port *port = &up->port.state->port; in receive_chars() local
545 static unsigned int sunsu_tx_empty(struct uart_port *port) in sunsu_tx_empty()
559 static unsigned int sunsu_get_mctrl(struct uart_port *port) in sunsu_get_mctrl()
580 static void sunsu_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunsu_set_mctrl()
600 static void sunsu_break_ctl(struct uart_port *port, int break_state) in sunsu_break_ctl()
615 static int sunsu_startup(struct uart_port *port) in sunsu_startup()
726 static void sunsu_shutdown(struct uart_port *port) in sunsu_shutdown()
774 sunsu_change_speed(struct uart_port *port, unsigned int cflag, in sunsu_change_speed()
904 sunsu_set_termios(struct uart_port *port, struct ktermios *termios, in sunsu_set_termios()
918 static void sunsu_release_port(struct uart_port *port) in sunsu_release_port()
922 static int sunsu_request_port(struct uart_port *port) in sunsu_request_port()
927 static void sunsu_config_port(struct uart_port *port, int flags) in sunsu_config_port()
943 sunsu_verify_port(struct uart_port *port, struct serial_struct *ser) in sunsu_verify_port()
949 sunsu_type(struct uart_port *port) in sunsu_type()
1287 static void sunsu_console_putchar(struct uart_port *port, int ch) in sunsu_console_putchar()
1342 struct uart_port *port; in sunsu_console_setup() local