Lines Matching defs:port
113 struct uart_port port[SCCNXP_MAX_UARTS]; member
223 static u8 sccnxp_read(struct uart_port *port, u8 reg) in sccnxp_read()
235 static void sccnxp_write(struct uart_port *port, u8 reg, u8 v) in sccnxp_write()
244 static u8 sccnxp_port_read(struct uart_port *port, u8 reg) in sccnxp_port_read()
249 static void sccnxp_port_write(struct uart_port *port, u8 reg, u8 v) in sccnxp_port_write()
303 static int sccnxp_set_baud(struct uart_port *port, int baud) in sccnxp_set_baud()
354 static void sccnxp_enable_irq(struct uart_port *port, int mask) in sccnxp_enable_irq()
362 static void sccnxp_disable_irq(struct uart_port *port, int mask) in sccnxp_disable_irq()
370 static void sccnxp_set_bit(struct uart_port *port, int sig, int state) in sccnxp_set_bit()
384 static void sccnxp_handle_rx(struct uart_port *port) in sccnxp_handle_rx()
439 static void sccnxp_handle_tx(struct uart_port *port) in sccnxp_handle_tx()
521 static void sccnxp_start_tx(struct uart_port *port) in sccnxp_start_tx()
537 static void sccnxp_stop_tx(struct uart_port *port) in sccnxp_stop_tx()
542 static void sccnxp_stop_rx(struct uart_port *port) in sccnxp_stop_rx()
552 static unsigned int sccnxp_tx_empty(struct uart_port *port) in sccnxp_tx_empty()
565 static void sccnxp_set_mctrl(struct uart_port *port, unsigned int mctrl) in sccnxp_set_mctrl()
581 static unsigned int sccnxp_get_mctrl(struct uart_port *port) in sccnxp_get_mctrl()
625 static void sccnxp_break_ctl(struct uart_port *port, int break_state) in sccnxp_break_ctl()
636 static void sccnxp_set_termios(struct uart_port *port, in sccnxp_set_termios()
724 static int sccnxp_startup(struct uart_port *port) in sccnxp_startup()
755 static void sccnxp_shutdown(struct uart_port *port) in sccnxp_shutdown()
777 static const char *sccnxp_type(struct uart_port *port) in sccnxp_type()
784 static void sccnxp_release_port(struct uart_port *port) in sccnxp_release_port()
789 static int sccnxp_request_port(struct uart_port *port) in sccnxp_request_port()
795 static void sccnxp_config_port(struct uart_port *port, int flags) in sccnxp_config_port()
801 static int sccnxp_verify_port(struct uart_port *port, struct serial_struct *s) in sccnxp_verify_port()
830 static void sccnxp_console_putchar(struct uart_port *port, unsigned char c) in sccnxp_console_putchar()
846 struct uart_port *port = &s->port[co->index]; in sccnxp_console_write() local
857 struct uart_port *port = &s->port[(co->index > 0) ? co->index : 0]; in sccnxp_console_setup() local