Lines Matching defs:port

137 	struct uart_port port;	/* Overlay uart_port structure */  member
940 struct tty_port *port = &pi->port.state->port; in mpsc_rx_intr() local
1247 static uint mpsc_tx_empty(struct uart_port *port) in mpsc_tx_empty()
1261 static void mpsc_set_mctrl(struct uart_port *port, uint mctrl) in mpsc_set_mctrl()
1266 static uint mpsc_get_mctrl(struct uart_port *port) in mpsc_get_mctrl()
1284 static void mpsc_stop_tx(struct uart_port *port) in mpsc_stop_tx()
1294 static void mpsc_start_tx(struct uart_port *port) in mpsc_start_tx()
1321 static void mpsc_stop_rx(struct uart_port *port) in mpsc_stop_rx()
1344 static void mpsc_break_ctl(struct uart_port *port, int ctl) in mpsc_break_ctl()
1360 static int mpsc_startup(struct uart_port *port) in mpsc_startup()
1391 static void mpsc_shutdown(struct uart_port *port) in mpsc_shutdown()
1402 static void mpsc_set_termios(struct uart_port *port, struct ktermios *termios, in mpsc_set_termios()
1496 static const char *mpsc_type(struct uart_port *port) in mpsc_type()
1502 static int mpsc_request_port(struct uart_port *port) in mpsc_request_port()
1508 static void mpsc_release_port(struct uart_port *port) in mpsc_release_port()
1520 static void mpsc_config_port(struct uart_port *port, int flags) in mpsc_config_port()
1524 static int mpsc_verify_port(struct uart_port *port, struct serial_struct *ser) in mpsc_verify_port()
1560 static int mpsc_get_poll_char(struct uart_port *port) in mpsc_get_poll_char()
1660 static void mpsc_put_poll_char(struct uart_port *port, in mpsc_put_poll_char()