Lines Matching defs:port
1065 struct uart_port *port = &up->port; in autoconfig() local
1229 struct uart_port *port = &up->port; in autoconfig_irq() local
1292 static void serial8250_stop_tx(struct uart_port *port) in serial8250_stop_tx()
1309 static void serial8250_start_tx(struct uart_port *port) in serial8250_start_tx()
1340 static void serial8250_throttle(struct uart_port *port) in serial8250_throttle()
1345 static void serial8250_unthrottle(struct uart_port *port) in serial8250_unthrottle()
1350 static void serial8250_stop_rx(struct uart_port *port) in serial8250_stop_rx()
1363 static void serial8250_disable_ms(struct uart_port *port) in serial8250_disable_ms()
1376 static void serial8250_enable_ms(struct uart_port *port) in serial8250_enable_ms()
1399 struct uart_port *port = &up->port; in serial8250_rx_chars() local
1472 struct uart_port *port = &up->port; in serial8250_tx_chars() local
1523 struct uart_port *port = &up->port; in serial8250_modem_status() local
1549 int serial8250_handle_irq(struct uart_port *port, unsigned int iir) in serial8250_handle_irq()
1582 static int serial8250_default_handle_irq(struct uart_port *port) in serial8250_default_handle_irq()
1603 static int exar_handle_irq(struct uart_port *port) in exar_handle_irq()
1622 static unsigned int serial8250_tx_empty(struct uart_port *port) in serial8250_tx_empty()
1640 static unsigned int serial8250_get_mctrl(struct uart_port *port) in serial8250_get_mctrl()
1662 void serial8250_do_set_mctrl(struct uart_port *port, unsigned int mctrl) in serial8250_do_set_mctrl()
1684 static void serial8250_set_mctrl(struct uart_port *port, unsigned int mctrl) in serial8250_set_mctrl()
1692 static void serial8250_break_ctl(struct uart_port *port, int break_state) in serial8250_break_ctl()
1748 static int serial8250_get_poll_char(struct uart_port *port) in serial8250_get_poll_char()
1770 static void serial8250_put_poll_char(struct uart_port *port, in serial8250_put_poll_char()
1803 int serial8250_do_startup(struct uart_port *port) in serial8250_do_startup()
2047 static int serial8250_startup(struct uart_port *port) in serial8250_startup()
2054 void serial8250_do_shutdown(struct uart_port *port) in serial8250_do_shutdown()
2105 static void serial8250_shutdown(struct uart_port *port) in serial8250_shutdown()
2121 struct uart_port *port = &up->port; in xr17v35x_get_divisor() local
2134 struct uart_port *port = &up->port; in serial8250_get_divisor() local
2200 static void serial8250_set_divisor(struct uart_port *port, unsigned int baud, in serial8250_set_divisor()
2231 serial8250_get_baud_rate(struct uart_port *port, struct ktermios *termios, in serial8250_get_baud_rate()
2248 serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios, in serial8250_do_set_termios()
2383 serial8250_set_termios(struct uart_port *port, struct ktermios *termios, in serial8250_set_termios()
2393 serial8250_set_ldisc(struct uart_port *port, struct ktermios *termios) in serial8250_set_ldisc()
2411 void serial8250_do_pm(struct uart_port *port, unsigned int state, in serial8250_do_pm()
2421 serial8250_pm(struct uart_port *port, unsigned int state, in serial8250_pm()
2451 struct uart_port *port = &up->port; in serial8250_request_std_resource() local
2489 struct uart_port *port = &up->port; in serial8250_release_std_resource() local
2515 static void serial8250_release_port(struct uart_port *port) in serial8250_release_port()
2522 static int serial8250_request_port(struct uart_port *port) in serial8250_request_port()
2556 static int do_get_rxtrig(struct tty_port *port) in do_get_rxtrig()
2569 static int do_serial8250_get_rxtrig(struct tty_port *port) in do_serial8250_get_rxtrig()
2583 struct tty_port *port = dev_get_drvdata(dev); in serial8250_get_attr_rx_trig_bytes() local
2593 static int do_set_rxtrig(struct tty_port *port, unsigned char bytes) in do_set_rxtrig()
2616 static int do_serial8250_set_rxtrig(struct tty_port *port, unsigned char bytes) in do_serial8250_set_rxtrig()
2630 struct tty_port *port = dev_get_drvdata(dev); in serial8250_set_attr_rx_trig_bytes() local
2669 static void serial8250_config_port(struct uart_port *port, int flags) in serial8250_config_port()
2712 serial8250_verify_port(struct uart_port *port, struct serial_struct *ser) in serial8250_verify_port()
2723 serial8250_type(struct uart_port *port) in serial8250_type()
2761 struct uart_port *port = &up->port; in serial8250_init_port() local
2772 struct uart_port *port = &up->port; in serial8250_set_defaults() local
2799 static void serial8250_console_putchar(struct uart_port *port, int ch) in serial8250_console_putchar()
2812 struct uart_port *port = &up->port; in serial8250_console_restore() local
2837 struct uart_port *port = &up->port; in serial8250_console_write() local
2893 static unsigned int probe_baud(struct uart_port *port) in probe_baud()
2908 int serial8250_console_setup(struct uart_port *port, char *options, bool probe) in serial8250_console_setup()