Lines Matching defs:termios

617 int serial8250_em485_config(struct uart_port *port, struct ktermios *termios,  in serial8250_em485_config()
2576 struct ktermios *termios, in serial8250_get_baud_rate()
2643 static void serial8250_set_mini(struct uart_port *port, struct ktermios *termios) in serial8250_set_mini()
2659 static void serial8250_set_trigger_for_slow_speed(struct uart_port *port, struct ktermios *termios, in serial8250_set_trigger_for_slow_speed()
2681 static void serial8250_set_afe(struct uart_port *port, struct ktermios *termios) in serial8250_set_afe()
2693 static void serial8250_set_errors_and_ignores(struct uart_port *port, struct ktermios *termios) in serial8250_set_errors_and_ignores()
2725 static void serial8250_set_ier(struct uart_port *port, struct ktermios *termios) in serial8250_set_ier()
2741 static void serial8250_set_efr(struct uart_port *port, struct ktermios *termios) in serial8250_set_efr()
2765 static void serial8250_set_fcr(struct uart_port *port, struct ktermios *termios) in serial8250_set_fcr()
2790 serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios, in serial8250_do_set_termios()
2833 serial8250_set_termios(struct uart_port *port, struct ktermios *termios, in serial8250_set_termios()
2842 void serial8250_do_set_ldisc(struct uart_port *port, struct ktermios *termios) in serial8250_do_set_ldisc()
2861 serial8250_set_ldisc(struct uart_port *port, struct ktermios *termios) in serial8250_set_ldisc()
3263 struct ktermios termios; in serial8250_console_restore() local