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

/linux-4.1.27/drivers/tty/
H A Dpty.c813 static struct file_operations ptmx_fops; variable in typeref:struct:file_operations
869 tty_default_fops(&ptmx_fops); unix98_pty_init()
870 ptmx_fops.open = ptmx_open; unix98_pty_init()
872 cdev_init(&ptmx_cdev, &ptmx_fops); unix98_pty_init()

Completed in 62 milliseconds