Home
last modified time | relevance | path

Searched refs:CON_ENABLED (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/hwtracing/stm/
H A Dconsole.c45 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
/linux/include/linux/
H A Dconsole.h187 CON_ENABLED = BIT(2), enumerator
627 if (!(flags & CON_ENABLED)) in console_is_usable()
/linux/arch/powerpc/kernel/
H A Dudbg.c145 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
/linux/fs/proc/
H A Dconsoles.c21 { CON_ENABLED, 'E' }, in show_console_dev()
/linux/arch/m68k/emu/
H A Dnfcon.c115 nf_console.flags |= CON_ENABLED; in nf_debug_setup()
/linux/arch/sparc/kernel/
H A Dbtext.c304 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
/linux/drivers/accessibility/braille/
H A Dbraille_console.c363 console->flags |= CON_ENABLED; in braille_register_console()
/linux/kernel/printk/
H A Dprintk.c3601 console_srcu_write_flags(console, console->flags & ~CON_ENABLED); in console_suspend()
3620 console_srcu_write_flags(console, console->flags | CON_ENABLED); in console_resume()
3930 newcon->flags |= CON_ENABLED; in try_enable_preferred_console()
3941 if (newcon->flags & CON_ENABLED && c->user_specified == user_specified) in try_enable_preferred_console()
3956 newcon->flags |= CON_ENABLED; in try_enable_default_console()
4015 !(con->flags & CON_ENABLED)) { in get_init_console_seq()
4254 console_srcu_write_flags(console, console->flags & ~CON_ENABLED); in unregister_console_locked()
/linux/drivers/net/
H A Dnetconsole.c709 netconsole_ext.flags |= CON_ENABLED; in enabled_store()
717 netconsole.flags |= CON_ENABLED; in enabled_store()
2106 .flags = CON_ENABLED | CON_EXTENDED | CON_NBCON | CON_NBCON_ATOMIC_UNSAFE,
2115 .flags = CON_ENABLED | CON_NBCON | CON_NBCON_ATOMIC_UNSAFE,
/linux/drivers/tty/serial/
H A Dmux.c393 .flags = CON_ENABLED | CON_PRINTBUFFER,
H A Dma35d1_serial.c636 .flags = CON_PRINTBUFFER | CON_ENABLED,
/linux/drivers/tty/
H A Dehv_bytechan.c302 .flags = CON_PRINTBUFFER | CON_ENABLED,
H A Dtty_io.c3554 if ((c->flags & CON_ENABLED) == 0) in show_cons_active()
/linux/fs/pstore/
H A Dplatform.c423 pstore_console.flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME; in pstore_register_console()
/linux/arch/um/drivers/
H A Dmconsole_kern.c585 .flags = CON_ENABLED,
/linux/kernel/debug/
H A Ddebug_core.c944 .flags = CON_PRINTBUFFER | CON_ENABLED,