Home
last modified time | relevance | path

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

/drivers/char/
Dpty.c692 static struct file_operations ptmx_fops; variable
746 tty_default_fops(&ptmx_fops); in unix98_pty_init()
747 ptmx_fops.open = ptmx_open; in unix98_pty_init()
749 cdev_init(&ptmx_cdev, &ptmx_fops); in unix98_pty_init()