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

/linux-4.4.14/arch/mips/sibyte/common/
H A Dcfe_console.c45 char consdev[32]; cfe_console_setup() local
48 if (cfe_getenv("BOOT_CONSOLE", consdev, 32) >= 0) { cfe_console_setup()
50 if (!strcmp(consdev, "uart0")) { cfe_console_setup()
52 } else if (!strcmp(consdev, "uart1")) { cfe_console_setup()
57 if (!strcmp(consdev, "pcconsole0")) { cfe_console_setup()
/linux-4.4.14/drivers/tty/
H A Dtty_io.c3664 static struct device *consdev; variable in typeref:struct:device
3668 if (consdev) console_sysfs_notify()
3669 sysfs_notify(&consdev->kobj, NULL, "active"); console_sysfs_notify()
3688 consdev = device_create_with_groups(tty_class, NULL, tty_init()
3691 if (IS_ERR(consdev)) tty_init()
3692 consdev = NULL; tty_init()

Completed in 238 milliseconds