Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_tty.c27 * Also fixed a bug in BLOCKING mode where n_tty_write returns
478 *called from n_tty_write() under the tty layer write lock).
508 * called from n_tty_write() under the tty layer write lock).
2327 * n_tty_write - write function for tty
2346 static ssize_t n_tty_write(struct tty_struct *tty, struct file *file, in n_tty_write() function
2521 .write = n_tty_write,