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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice.c1229 static struct ccw_device console_cdev; variable in typeref:struct:ccw_device
1282 memset(&console_cdev, 0, sizeof(struct ccw_device));
1284 console_cdev.private = &console_private;
1285 console_private.cdev = &console_cdev;
1286 ret = ccw_device_console_enable(&console_cdev, sch);
1292 console_cdev.online = 1;
1293 return &console_cdev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c3910 static struct cdev tty_cdev, console_cdev; variable in typeref:struct:
3930 cdev_init(&console_cdev, &console_fops);
3931 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) ||

Completed in 62 milliseconds