Lines Matching defs:port
43 #define tx_enabled(port) ((port)->unused[0]) argument
44 #define rx_enabled(port) ((port)->unused[1]) argument
57 static void serial21285_stop_tx(struct uart_port *port) in serial21285_stop_tx()
65 static void serial21285_start_tx(struct uart_port *port) in serial21285_start_tx()
73 static void serial21285_stop_rx(struct uart_port *port) in serial21285_stop_rx()
83 struct uart_port *port = dev_id; in serial21285_rx_chars() local
120 struct uart_port *port = dev_id; in serial21285_tx_chars() local
153 static unsigned int serial21285_tx_empty(struct uart_port *port) in serial21285_tx_empty()
159 static unsigned int serial21285_get_mctrl(struct uart_port *port) in serial21285_get_mctrl()
164 static void serial21285_set_mctrl(struct uart_port *port, unsigned int mctrl) in serial21285_set_mctrl()
168 static void serial21285_break_ctl(struct uart_port *port, int break_state) in serial21285_break_ctl()
183 static int serial21285_startup(struct uart_port *port) in serial21285_startup()
202 static void serial21285_shutdown(struct uart_port *port) in serial21285_shutdown()
209 serial21285_set_termios(struct uart_port *port, struct ktermios *termios, in serial21285_set_termios()
300 static const char *serial21285_type(struct uart_port *port) in serial21285_type()
305 static void serial21285_release_port(struct uart_port *port) in serial21285_release_port()
310 static int serial21285_request_port(struct uart_port *port) in serial21285_request_port()
316 static void serial21285_config_port(struct uart_port *port, int flags) in serial21285_config_port()
325 static int serial21285_verify_port(struct uart_port *port, struct serial_struct *ser) in serial21285_verify_port()
370 static void serial21285_console_putchar(struct uart_port *port, int ch) in serial21285_console_putchar()
385 serial21285_get_options(struct uart_port *port, int *baud, in serial21285_get_options()
422 struct uart_port *port = &serial21285_port; in serial21285_console_setup() local