Lines Matching defs:port
68 struct uart_port port; member
223 static struct uart_txx9_port *to_uart_txx9_port(struct uart_port *port) in to_uart_txx9_port()
228 static void serial_txx9_stop_tx(struct uart_port *port) in serial_txx9_stop_tx()
234 static void serial_txx9_start_tx(struct uart_port *port) in serial_txx9_start_tx()
240 static void serial_txx9_stop_rx(struct uart_port *port) in serial_txx9_stop_rx()
246 static void serial_txx9_initialize(struct uart_port *port) in serial_txx9_initialize()
413 static unsigned int serial_txx9_tx_empty(struct uart_port *port) in serial_txx9_tx_empty()
426 static unsigned int serial_txx9_get_mctrl(struct uart_port *port) in serial_txx9_get_mctrl()
439 static void serial_txx9_set_mctrl(struct uart_port *port, unsigned int mctrl) in serial_txx9_set_mctrl()
449 static void serial_txx9_break_ctl(struct uart_port *port, int break_state) in serial_txx9_break_ctl()
491 static int serial_txx9_get_poll_char(struct uart_port *port) in serial_txx9_get_poll_char()
518 static void serial_txx9_put_poll_char(struct uart_port *port, unsigned char c) in serial_txx9_put_poll_char()
545 static int serial_txx9_startup(struct uart_port *port) in serial_txx9_startup()
590 static void serial_txx9_shutdown(struct uart_port *port) in serial_txx9_shutdown()
629 serial_txx9_set_termios(struct uart_port *port, struct ktermios *termios, in serial_txx9_set_termios()
738 serial_txx9_pm(struct uart_port *port, unsigned int state, in serial_txx9_pm()
808 static void serial_txx9_release_port(struct uart_port *port) in serial_txx9_release_port()
814 static int serial_txx9_request_port(struct uart_port *port) in serial_txx9_request_port()
820 static void serial_txx9_config_port(struct uart_port *port, int uflags) in serial_txx9_config_port()
843 serial_txx9_type(struct uart_port *port) in serial_txx9_type()
890 static void serial_txx9_console_putchar(struct uart_port *port, int ch) in serial_txx9_console_putchar()
935 struct uart_port *port; in serial_txx9_console_setup() local
995 int __init early_serial_txx9_setup(struct uart_port *port) in early_serial_txx9_setup()
1020 static int serial_txx9_register_port(struct uart_port *port) in serial_txx9_register_port()
1089 struct uart_port port; in serial_txx9_probe() local
1179 struct uart_port port; in pciserial_txx9_init_one() local