Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/cio/
Ddevice.c1564 static struct ccw_device console_cdev; variable
1624 memset(&console_cdev, 0, sizeof(struct ccw_device)); in ccw_device_probe_console()
1626 console_cdev.private = &console_private; in ccw_device_probe_console()
1627 console_private.cdev = &console_cdev; in ccw_device_probe_console()
1629 ret = ccw_device_console_enable(&console_cdev, sch); in ccw_device_probe_console()
1635 console_cdev.online = 1; in ccw_device_probe_console()
1636 return &console_cdev; in ccw_device_probe_console()
1645 return ccw_device_pm_restore(&console_cdev.dev); in ccw_device_force_console()
/linux-3.4.99/drivers/tty/
Dtty_io.c3340 static struct cdev tty_cdev, console_cdev; variable
3391 cdev_init(&console_cdev, &console_fops); in tty_init()
3392 if (cdev_add(&console_cdev, MKDEV(TTYAUX_MAJOR, 1), 1) || in tty_init()