Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/
Dtty_io.c494 static const struct file_operations hung_up_tty_fops = { variable
596 filp->f_op = &hung_up_tty_fops; in __tty_hangup()
751 return (filp->f_op == &hung_up_tty_fops); in tty_hung_up_p()
1998 if (filp->f_op == &hung_up_tty_fops) in tty_open()