Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dtty_io.c441 static ssize_t hung_up_tty_write(struct file *file, const char __user *buf, in hung_up_tty_write() function
506 .write = hung_up_tty_write,
1042 return hung_up_tty_write(file, buf, count, ppos); in tty_write()