Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_tty.c196 * n_tty_read()/consumer path:
1944 * Helper function to speed up n_tty_read. It is only called when
1952 * n_tty_read()/consumer path:
1996 * Helper function for n_tty_read. It is only called when ICANON is on;
2008 * n_tty_read()/consumer path:
2135 * n_tty_read - read function for tty
2148 * n_tty_read()/consumer path:
2153 static ssize_t n_tty_read(struct tty_struct *tty, struct file *file, in n_tty_read() function
2527 .read = n_tty_read,
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_tty.c196 * * n_tty_read()/consumer path:
1946 * Helper function to speed up n_tty_read(). It is only called when %ICANON is
1954 * * n_tty_read()/consumer path:
1996 * Helper function for n_tty_read(). It is only called when %ICANON is on; it
2008 * * n_tty_read()/consumer path:
2132 * n_tty_read - read function for tty
2147 * Locking: n_tty_read()/consumer path:
2151 static ssize_t n_tty_read(struct tty_struct *tty, struct file *file, u8 *kbuf, in n_tty_read() function
2527 .read = n_tty_read,

Completed in 8 milliseconds