Home
last modified time | relevance | path

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

/linux-6.15/arch/um/kernel/
H A Dkmsg_dump.c34 (console_srcu_read_flags(con) & CON_ENABLED)) { in kmsg_dumper_stdout()
/linux-6.15/drivers/hwtracing/stm/
H A Dconsole.c45 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
/linux-6.15/arch/powerpc/kernel/
H A Dudbg.c145 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
/linux-6.15/fs/proc/
H A Dconsoles.c21 { CON_ENABLED, 'E' }, in show_console_dev()
/linux-6.15/arch/m68k/emu/
H A Dnfcon.c115 nf_console.flags |= CON_ENABLED; in nf_debug_setup()
/linux-6.15/kernel/printk/
H A Dinternal.h123 if (!(flags & CON_ENABLED)) in console_is_usable()
H A Dprintk.c3366 if ((flags & CON_ENABLED) && c->unblank) { in console_unblank()
3408 if ((flags & CON_ENABLED) && c->unblank) in console_unblank()
3533 console_srcu_write_flags(console, console->flags & ~CON_ENABLED); in console_suspend()
3552 console_srcu_write_flags(console, console->flags | CON_ENABLED); in console_resume()
3847 newcon->flags |= CON_ENABLED; in try_enable_preferred_console()
3858 if (newcon->flags & CON_ENABLED && c->user_specified == user_specified) in try_enable_preferred_console()
3873 newcon->flags |= CON_ENABLED; in try_enable_default_console()
3932 !(con->flags & CON_ENABLED)) { in get_init_console_seq()
4171 console_srcu_write_flags(console, console->flags & ~CON_ENABLED); in unregister_console_locked()
/linux-6.15/drivers/accessibility/braille/
H A Dbraille_console.c363 console->flags |= CON_ENABLED; in braille_register_console()
/linux-6.15/arch/sparc/kernel/
H A Dbtext.c304 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
/linux-6.15/include/linux/
H A Dconsole.h192 CON_ENABLED = BIT(2), enumerator
/linux-6.15/drivers/tty/serial/
H A Dmux.c393 .flags = CON_ENABLED | CON_PRINTBUFFER,
H A Dkgdboc.c580 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
H A Dma35d1_serial.c636 .flags = CON_PRINTBUFFER | CON_ENABLED,
/linux-6.15/kernel/debug/kdb/
H A Dkdb_io.c592 if (!(console_srcu_read_flags(c) & CON_ENABLED)) in kdb_msg_write()
/linux-6.15/drivers/tty/
H A Dehv_bytechan.c302 .flags = CON_PRINTBUFFER | CON_ENABLED,
H A Dtty_io.c3573 if ((c->flags & CON_ENABLED) == 0) in show_cons_active()
/linux-6.15/fs/pstore/
H A Dplatform.c423 pstore_console.flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME; in pstore_register_console()
/linux-6.15/arch/um/drivers/
H A Dmconsole_kern.c585 .flags = CON_ENABLED,
/linux-6.15/drivers/net/
H A Dnetconsole.c1680 .flags = CON_ENABLED | CON_EXTENDED,
1686 .flags = CON_ENABLED,
/linux-6.15/kernel/debug/
H A Ddebug_core.c944 .flags = CON_PRINTBUFFER | CON_ENABLED,