Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_io.c456 static const struct file_operations tty_fops = { variable
2140 filp->f_op = &tty_fops; in tty_open()
3220 cdev_init(&driver->cdevs[index], &tty_fops); in tty_cdev_add()
3561 *fops = tty_fops; in tty_default_fops()
3672 cdev_init(&tty_cdev, &tty_fops); in tty_init()