Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dtty_io.c434 static ssize_t hung_up_tty_read(struct file *file, char __user *buf, in hung_up_tty_read() function
504 .read = hung_up_tty_read,
866 return hung_up_tty_read(file, buf, count, ppos); in tty_read()