Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dtty_io.c440 static ssize_t hung_up_tty_write(struct file *file, const char __user *buf, in hung_up_tty_write() function
505 .write = hung_up_tty_write,
1041 return hung_up_tty_write(file, buf, count, ppos); in tty_write()