Lines Matching defs:port
93 struct uart_port port; member
334 static void max3100_enable_ms(struct uart_port *port) in max3100_enable_ms()
345 static void max3100_start_tx(struct uart_port *port) in max3100_start_tx()
356 static void max3100_stop_rx(struct uart_port *port) in max3100_stop_rx()
372 static unsigned int max3100_tx_empty(struct uart_port *port) in max3100_tx_empty()
385 static unsigned int max3100_get_mctrl(struct uart_port *port) in max3100_get_mctrl()
399 static void max3100_set_mctrl(struct uart_port *port, unsigned int mctrl) in max3100_set_mctrl()
420 max3100_set_termios(struct uart_port *port, struct ktermios *termios, in max3100_set_termios()
543 static void max3100_shutdown(struct uart_port *port) in max3100_shutdown()
578 static int max3100_startup(struct uart_port *port) in max3100_startup()
633 static const char *max3100_type(struct uart_port *port) in max3100_type()
644 static void max3100_release_port(struct uart_port *port) in max3100_release_port()
653 static void max3100_config_port(struct uart_port *port, int flags) in max3100_config_port()
665 static int max3100_verify_port(struct uart_port *port, in max3100_verify_port()
680 static void max3100_stop_tx(struct uart_port *port) in max3100_stop_tx()
689 static int max3100_request_port(struct uart_port *port) in max3100_request_port()
699 static void max3100_break_ctl(struct uart_port *port, int break_state) in max3100_break_ctl()