Lines Matching defs:port
88 struct uart_port port; member
265 static void sunsu_stop_tx(struct uart_port *port) in sunsu_stop_tx()
281 static void sunsu_start_tx(struct uart_port *port) in sunsu_start_tx()
300 static void sunsu_stop_rx(struct uart_port *port) in sunsu_stop_rx()
310 static void sunsu_enable_ms(struct uart_port *port) in sunsu_enable_ms()
325 struct tty_port *port = &up->port.state->port; in receive_chars() local
548 static unsigned int sunsu_tx_empty(struct uart_port *port) in sunsu_tx_empty()
562 static unsigned int sunsu_get_mctrl(struct uart_port *port) in sunsu_get_mctrl()
583 static void sunsu_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunsu_set_mctrl()
603 static void sunsu_break_ctl(struct uart_port *port, int break_state) in sunsu_break_ctl()
618 static int sunsu_startup(struct uart_port *port) in sunsu_startup()
729 static void sunsu_shutdown(struct uart_port *port) in sunsu_shutdown()
777 sunsu_change_speed(struct uart_port *port, unsigned int cflag, in sunsu_change_speed()
907 sunsu_set_termios(struct uart_port *port, struct ktermios *termios, in sunsu_set_termios()
921 static void sunsu_release_port(struct uart_port *port) in sunsu_release_port()
925 static int sunsu_request_port(struct uart_port *port) in sunsu_request_port()
930 static void sunsu_config_port(struct uart_port *port, int flags) in sunsu_config_port()
946 sunsu_verify_port(struct uart_port *port, struct serial_struct *ser) in sunsu_verify_port()
952 sunsu_type(struct uart_port *port) in sunsu_type()
1290 static void sunsu_console_putchar(struct uart_port *port, int ch) in sunsu_console_putchar()
1345 struct uart_port *port; in sunsu_console_setup() local