Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c503 static const struct file_operations hung_up_tty_fops = { variable
616 filp->f_op = &hung_up_tty_fops; in __tty_hangup()
748 return (filp && filp->f_op == &hung_up_tty_fops); in tty_hung_up_p()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_io.c493 static const struct file_operations hung_up_tty_fops = { variable
621 filp->f_op = &hung_up_tty_fops; in __tty_hangup()
745 return (filp && filp->f_op == &hung_up_tty_fops); in tty_hung_up_p()

Completed in 9 milliseconds