Lines Matching refs:uart_port
94 struct uart_port sc_port;
244 static const char *snp_type(struct uart_port *port) in snp_type()
254 static unsigned int snp_tx_empty(struct uart_port *port) in snp_tx_empty()
264 static void snp_stop_tx(struct uart_port *port) in snp_stop_tx()
273 static void snp_release_port(struct uart_port *port) in snp_release_port()
282 static void snp_shutdown(struct uart_port *port) in snp_shutdown()
292 static void snp_set_mctrl(struct uart_port *port, unsigned int mctrl) in snp_set_mctrl()
301 static unsigned int snp_get_mctrl(struct uart_port *port) in snp_get_mctrl()
311 static void snp_stop_rx(struct uart_port *port) in snp_stop_rx()
320 static void snp_start_tx(struct uart_port *port) in snp_start_tx()
334 static void snp_break_ctl(struct uart_port *port, int break_state) in snp_break_ctl()
343 static int snp_startup(struct uart_port *port) in snp_startup()
356 snp_set_termios(struct uart_port *port, struct ktermios *termios, in snp_set_termios()
366 static int snp_request_port(struct uart_port *port) in snp_request_port()
377 static void snp_config_port(struct uart_port *port, int flags) in snp_config_port()