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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c3912 static struct cdev ptmx_cdev; variable in typeref:struct:cdev
3937 cdev_init(&ptmx_cdev, &ptmx_fops);
3938 if (cdev_add(&ptmx_cdev, MKDEV(TTYAUX_MAJOR, 2), 1) ||

Completed in 166 milliseconds