Lines Matching defs:port
75 struct uart_port port; member
129 static void sa1100_stop_tx(struct uart_port *port) in sa1100_stop_tx()
143 static void sa1100_start_tx(struct uart_port *port) in sa1100_start_tx()
157 static void sa1100_stop_rx(struct uart_port *port) in sa1100_stop_rx()
170 static void sa1100_enable_ms(struct uart_port *port) in sa1100_enable_ms()
314 static unsigned int sa1100_tx_empty(struct uart_port *port) in sa1100_tx_empty()
322 static unsigned int sa1100_get_mctrl(struct uart_port *port) in sa1100_get_mctrl()
333 static void sa1100_set_mctrl(struct uart_port *port, unsigned int mctrl) in sa1100_set_mctrl()
344 static void sa1100_break_ctl(struct uart_port *port, int break_state) in sa1100_break_ctl()
361 static int sa1100_startup(struct uart_port *port) in sa1100_startup()
391 static void sa1100_shutdown(struct uart_port *port) in sa1100_shutdown()
413 sa1100_set_termios(struct uart_port *port, struct ktermios *termios, in sa1100_set_termios()
518 static const char *sa1100_type(struct uart_port *port) in sa1100_type()
529 static void sa1100_release_port(struct uart_port *port) in sa1100_release_port()
540 static int sa1100_request_port(struct uart_port *port) in sa1100_request_port()
552 static void sa1100_config_port(struct uart_port *port, int flags) in sa1100_config_port()
568 sa1100_verify_port(struct uart_port *port, struct serial_struct *ser) in sa1100_verify_port()
664 void __init sa1100_register_uart(int idx, int port) in sa1100_register_uart()
700 static void sa1100_console_putchar(struct uart_port *port, int ch) in sa1100_console_putchar()