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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice.c1519 static struct ccw_device console_cdev; variable in typeref:struct:ccw_device
1578 memset(&console_cdev, 0, sizeof(struct ccw_device));
1580 console_cdev.private = &console_private;
1581 console_private.cdev = &console_cdev;
1582 ret = ccw_device_console_enable(&console_cdev, sch);
1588 console_cdev.online = 1;
1589 return &console_cdev;
1598 return ccw_device_pm_restore(&console_cdev.dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c3108 static struct cdev tty_cdev, console_cdev; variable in typeref:struct:
3123 cdev_init(&console_cdev, &console_fops);
3124 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) ||

Completed in 73 milliseconds