Lines Matching defs:port
98 struct uart_port port; member
340 static void max3100_enable_ms(struct uart_port *port) in max3100_enable_ms()
351 static void max3100_start_tx(struct uart_port *port) in max3100_start_tx()
362 static void max3100_stop_rx(struct uart_port *port) in max3100_stop_rx()
378 static unsigned int max3100_tx_empty(struct uart_port *port) in max3100_tx_empty()
391 static unsigned int max3100_get_mctrl(struct uart_port *port) in max3100_get_mctrl()
405 static void max3100_set_mctrl(struct uart_port *port, unsigned int mctrl) in max3100_set_mctrl()
426 max3100_set_termios(struct uart_port *port, struct ktermios *termios, in max3100_set_termios()
550 static void max3100_shutdown(struct uart_port *port) in max3100_shutdown()
585 static int max3100_startup(struct uart_port *port) in max3100_startup()
640 static const char *max3100_type(struct uart_port *port) in max3100_type()
651 static void max3100_release_port(struct uart_port *port) in max3100_release_port()
660 static void max3100_config_port(struct uart_port *port, int flags) in max3100_config_port()
672 static int max3100_verify_port(struct uart_port *port, in max3100_verify_port()
687 static void max3100_stop_tx(struct uart_port *port) in max3100_stop_tx()
696 static int max3100_request_port(struct uart_port *port) in max3100_request_port()
706 static void max3100_break_ctl(struct uart_port *port, int break_state) in max3100_break_ctl()