Home
last modified time | relevance | path

Searched refs:n_tty_set_termios (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_tty.c1777 * n_tty_set_termios - termios data changed
1790 static void n_tty_set_termios(struct tty_struct *tty, struct ktermios *old) in n_tty_set_termios() function
1922 n_tty_set_termios(tty, NULL); in n_tty_open()
2001 * the read buffer contains data, n_tty_set_termios() simulates an EOF
2530 .set_termios = n_tty_set_termios,
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_tty.c1784 * n_tty_set_termios - termios data changed
1795 static void n_tty_set_termios(struct tty_struct *tty, const struct ktermios *old) in n_tty_set_termios() function
1924 n_tty_set_termios(tty, NULL); in n_tty_open()
2001 * read buffer contains data, n_tty_set_termios() simulates an EOF push (as if
2530 .set_termios = n_tty_set_termios,

Completed in 6 milliseconds