Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c474 static const struct file_operations tty_fops = { variable
2154 filp->f_op = &tty_fops; in tty_open()
3144 driver->cdevs[index]->ops = &tty_fops; in tty_cdev_add()
3499 *fops = tty_fops; in tty_default_fops()
3587 cdev_init(&tty_cdev, &tty_fops); in tty_init()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_io.c464 static const struct file_operations tty_fops = { variable
2165 filp->f_op = &tty_fops; in tty_open()
3157 driver->cdevs[index]->ops = &tty_fops; in tty_cdev_add()
3499 *fops = tty_fops; in tty_default_fops()
3624 cdev_init(&tty_cdev, &tty_fops); in tty_init()

Completed in 9 milliseconds