Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dpty.c602 static struct cdev ptmx_cdev; variable
942 cdev_init(&ptmx_cdev, &ptmx_fops); in unix98_pty_init()
943 if (cdev_add(&ptmx_cdev, MKDEV(TTYAUX_MAJOR, 2), 1) || in unix98_pty_init()
/kernel/linux/linux-6.6/drivers/tty/
H A Dpty.c590 static struct cdev ptmx_cdev; variable
930 cdev_init(&ptmx_cdev, &ptmx_fops); in unix98_pty_init()
931 if (cdev_add(&ptmx_cdev, MKDEV(TTYAUX_MAJOR, 2), 1) || in unix98_pty_init()

Completed in 3 milliseconds