Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_tty.c27 * Also fixed a bug in BLOCKING mode where n_tty_write returns
498 * (also, this is called from n_tty_write under the
534 * (also, this is called from n_tty_write under the
2331 * n_tty_write - write function for tty
2352 static ssize_t n_tty_write(struct tty_struct *tty, struct file *file, in n_tty_write() function
2528 .write = n_tty_write,
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_tty.c27 * Also fixed a bug in BLOCKING mode where n_tty_write returns
489 *called from n_tty_write() under the tty layer write lock).
524 * called from n_tty_write() under the tty layer write lock).
2334 * n_tty_write - write function for tty
2353 static ssize_t n_tty_write(struct tty_struct *tty, struct file *file, in n_tty_write() function
2528 .write = n_tty_write,

Completed in 7 milliseconds