Lines Matching defs:port

44 #define tx_enabled(port)	((port)->unused[0])  argument
45 #define rx_enabled(port) ((port)->unused[1]) argument
58 static void serial21285_stop_tx(struct uart_port *port) in serial21285_stop_tx()
66 static void serial21285_start_tx(struct uart_port *port) in serial21285_start_tx()
74 static void serial21285_stop_rx(struct uart_port *port) in serial21285_stop_rx()
84 struct uart_port *port = dev_id; in serial21285_rx_chars() local
121 struct uart_port *port = dev_id; in serial21285_tx_chars() local
154 static unsigned int serial21285_tx_empty(struct uart_port *port) in serial21285_tx_empty()
160 static unsigned int serial21285_get_mctrl(struct uart_port *port) in serial21285_get_mctrl()
165 static void serial21285_set_mctrl(struct uart_port *port, unsigned int mctrl) in serial21285_set_mctrl()
169 static void serial21285_break_ctl(struct uart_port *port, int break_state) in serial21285_break_ctl()
184 static int serial21285_startup(struct uart_port *port) in serial21285_startup()
203 static void serial21285_shutdown(struct uart_port *port) in serial21285_shutdown()
210 serial21285_set_termios(struct uart_port *port, struct ktermios *termios, in serial21285_set_termios()
301 static const char *serial21285_type(struct uart_port *port) in serial21285_type()
306 static void serial21285_release_port(struct uart_port *port) in serial21285_release_port()
311 static int serial21285_request_port(struct uart_port *port) in serial21285_request_port()
317 static void serial21285_config_port(struct uart_port *port, int flags) in serial21285_config_port()
326 static int serial21285_verify_port(struct uart_port *port, struct serial_struct *ser) in serial21285_verify_port()
371 static void serial21285_console_putchar(struct uart_port *port, int ch) in serial21285_console_putchar()
386 serial21285_get_options(struct uart_port *port, int *baud, in serial21285_get_options()
423 struct uart_port *port = &serial21285_port; in serial21285_console_setup() local