Searched refs:CON_ENABLED (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| H A D | console.h | 187 CON_ENABLED = BIT(2), enumerator 627 if (!(flags & CON_ENABLED)) in console_is_usable()
|
| /linux/fs/proc/ |
| H A D | consoles.c | 21 { CON_ENABLED, 'E' }, in show_console_dev()
|
| /linux/arch/m68k/emu/ |
| H A D | nfcon.c | 115 nf_console.flags |= CON_ENABLED; in nf_debug_setup()
|
| /linux/arch/sparc/kernel/ |
| H A D | btext.c | 304 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
| /linux/drivers/accessibility/braille/ |
| H A D | braille_console.c | 363 console->flags |= CON_ENABLED; in braille_register_console()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 3608 console_srcu_write_flags(console, console->flags & ~CON_ENABLED); in console_suspend() 3627 console_srcu_write_flags(console, console->flags | CON_ENABLED); in console_resume() 3934 newcon->flags |= CON_ENABLED; in try_enable_preferred_console() 3952 newcon->flags |= CON_ENABLED; in try_enable_default_console() 4011 !(con->flags & CON_ENABLED)) { in get_init_console_seq() 4127 if (err == -ENOENT && (newcon->flags & CON_ENABLED)) in register_console() 4258 console_srcu_write_flags(console, console->flags & ~CON_ENABLED); in unregister_console_locked()
|
| /linux/drivers/tty/serial/ |
| H A D | mux.c | 393 .flags = CON_ENABLED | CON_PRINTBUFFER,
|
| /linux/drivers/net/ |
| H A D | netconsole.c | 1038 netconsole_ext.flags |= CON_ENABLED; in enabled_store() 1046 netconsole.flags |= CON_ENABLED; in enabled_store() 2699 .flags = CON_ENABLED | CON_EXTENDED | CON_NBCON | CON_NBCON_ATOMIC_UNSAFE, 2708 .flags = CON_ENABLED | CON_NBCON | CON_NBCON_ATOMIC_UNSAFE,
|
| /linux/fs/pstore/ |
| H A D | platform.c | 423 pstore_console.flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME; in pstore_register_console()
|
| /linux/drivers/tty/ |
| H A D | ehv_bytechan.c | 302 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
| /linux/arch/um/drivers/ |
| H A D | mconsole_kern.c | 585 .flags = CON_ENABLED,
|
| /linux/kernel/debug/ |
| H A D | debug_core.c | 944 .flags = CON_PRINTBUFFER | CON_ENABLED,
|