Lines Matching defs: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()
448 sn_receive_chars(struct sn_cons_port *port, unsigned long flags) in sn_receive_chars()
528 static void sn_transmit_chars(struct sn_cons_port *port, int raw) in sn_transmit_chars()
607 struct sn_cons_port *port = (struct sn_cons_port *)dev_id; in sn_sal_interrupt() local
636 struct sn_cons_port *port = (struct sn_cons_port *)data; in sn_sal_timer_poll() local
667 static void __init sn_sal_switch_to_asynch(struct sn_cons_port *port) in sn_sal_switch_to_asynch()
719 static void __init sn_sal_switch_to_interrupts(struct sn_cons_port *port) in sn_sal_switch_to_interrupts()
910 struct sn_cons_port *port = &sal_console_port; in sn_sal_console_write() local