Lines Matching defs:port
42 #define tx_enabled(port) ((port)->unused[0]) argument
43 #define rx_enabled(port) ((port)->unused[1]) argument
56 static void serial21285_stop_tx(struct uart_port *port) in serial21285_stop_tx()
64 static void serial21285_start_tx(struct uart_port *port) in serial21285_start_tx()
72 static void serial21285_stop_rx(struct uart_port *port) in serial21285_stop_rx()
80 static void serial21285_enable_ms(struct uart_port *port) in serial21285_enable_ms()
86 struct uart_port *port = dev_id; in serial21285_rx_chars() local
124 struct uart_port *port = dev_id; in serial21285_tx_chars() local
157 static unsigned int serial21285_tx_empty(struct uart_port *port) in serial21285_tx_empty()
163 static unsigned int serial21285_get_mctrl(struct uart_port *port) in serial21285_get_mctrl()
168 static void serial21285_set_mctrl(struct uart_port *port, unsigned int mctrl) in serial21285_set_mctrl()
172 static void serial21285_break_ctl(struct uart_port *port, int break_state) in serial21285_break_ctl()
187 static int serial21285_startup(struct uart_port *port) in serial21285_startup()
206 static void serial21285_shutdown(struct uart_port *port) in serial21285_shutdown()
213 serial21285_set_termios(struct uart_port *port, struct ktermios *termios, in serial21285_set_termios()
304 static const char *serial21285_type(struct uart_port *port) in serial21285_type()
309 static void serial21285_release_port(struct uart_port *port) in serial21285_release_port()
314 static int serial21285_request_port(struct uart_port *port) in serial21285_request_port()
320 static void serial21285_config_port(struct uart_port *port, int flags) in serial21285_config_port()
329 static int serial21285_verify_port(struct uart_port *port, struct serial_struct *ser) in serial21285_verify_port()
375 static void serial21285_console_putchar(struct uart_port *port, int ch) in serial21285_console_putchar()
390 serial21285_get_options(struct uart_port *port, int *baud, in serial21285_get_options()
427 struct uart_port *port = &serial21285_port; in serial21285_console_setup() local