Lines Matching defs:port

90 	struct uart_port	port;  member
143 static void sa1100_stop_tx(struct uart_port *port) in sa1100_stop_tx()
157 static void sa1100_start_tx(struct uart_port *port) in sa1100_start_tx()
171 static void sa1100_stop_rx(struct uart_port *port) in sa1100_stop_rx()
184 static void sa1100_enable_ms(struct uart_port *port) in sa1100_enable_ms()
328 static unsigned int sa1100_tx_empty(struct uart_port *port) in sa1100_tx_empty()
336 static unsigned int sa1100_get_mctrl(struct uart_port *port) in sa1100_get_mctrl()
341 static void sa1100_set_mctrl(struct uart_port *port, unsigned int mctrl) in sa1100_set_mctrl()
348 static void sa1100_break_ctl(struct uart_port *port, int break_state) in sa1100_break_ctl()
365 static int sa1100_startup(struct uart_port *port) in sa1100_startup()
395 static void sa1100_shutdown(struct uart_port *port) in sa1100_shutdown()
417 sa1100_set_termios(struct uart_port *port, struct ktermios *termios, in sa1100_set_termios()
522 static const char *sa1100_type(struct uart_port *port) in sa1100_type()
533 static void sa1100_release_port(struct uart_port *port) in sa1100_release_port()
544 static int sa1100_request_port(struct uart_port *port) in sa1100_request_port()
556 static void sa1100_config_port(struct uart_port *port, int flags) in sa1100_config_port()
572 sa1100_verify_port(struct uart_port *port, struct serial_struct *ser) in sa1100_verify_port()
670 void __init sa1100_register_uart(int idx, int port) in sa1100_register_uart()
706 static void sa1100_console_putchar(struct uart_port *port, int ch) in sa1100_console_putchar()