Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dtty_io.c435 static ssize_t hung_up_tty_read(struct file *file, char __user *buf, in hung_up_tty_read() function
505 .read = hung_up_tty_read,
867 return hung_up_tty_read(file, buf, count, ppos); in tty_read()