Searched refs:CON_ENABLED (Results 1 – 19 of 19) sorted by relevance
/linux-6.6.21/arch/um/kernel/ |
D | kmsg_dump.c | 34 (console_srcu_read_flags(con) & CON_ENABLED)) { in kmsg_dumper_stdout()
|
/linux-6.6.21/drivers/hwtracing/stm/ |
D | console.c | 44 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
|
/linux-6.6.21/fs/proc/ |
D | consoles.c | 21 { CON_ENABLED, 'E' }, in show_console_dev()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | udbg.c | 154 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux-6.6.21/arch/m68k/emu/ |
D | nfcon.c | 115 nf_console.flags |= CON_ENABLED; in nf_debug_setup()
|
/linux-6.6.21/kernel/printk/ |
D | printk.c | 2695 if (!(flags & CON_ENABLED)) in console_is_usable() 3088 if ((console_srcu_read_flags(c) & CON_ENABLED) && c->unblank) { in console_unblank() 3125 if ((console_srcu_read_flags(c) & CON_ENABLED) && c->unblank) in console_unblank() 3224 console_srcu_write_flags(console, console->flags & ~CON_ENABLED); in console_stop() 3240 console_srcu_write_flags(console, console->flags | CON_ENABLED); in console_start() 3297 newcon->flags |= CON_ENABLED; in try_enable_preferred_console() 3308 if (newcon->flags & CON_ENABLED && c->user_specified == user_specified) in try_enable_preferred_console() 3323 newcon->flags |= CON_ENABLED; in try_enable_default_console() 3383 (con->flags & CON_ENABLED) && in console_init_seq() 3556 console_srcu_write_flags(console, console->flags & ~CON_ENABLED); in unregister_console_locked()
|
/linux-6.6.21/include/linux/ |
D | console.h | 163 CON_ENABLED = BIT(2), enumerator
|
/linux-6.6.21/drivers/accessibility/braille/ |
D | braille_console.c | 363 console->flags |= CON_ENABLED; in braille_register_console()
|
/linux-6.6.21/arch/sparc/kernel/ |
D | btext.c | 306 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux-6.6.21/drivers/tty/serial/ |
D | mux.c | 393 .flags = CON_ENABLED | CON_PRINTBUFFER,
|
D | kgdboc.c | 560 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
|
D | ma35d1_serial.c | 636 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
/linux-6.6.21/drivers/net/ |
D | netconsole.c | 943 .flags = CON_ENABLED | CON_EXTENDED, 949 .flags = CON_ENABLED,
|
/linux-6.6.21/kernel/debug/kdb/ |
D | kdb_io.c | 589 if (!(console_srcu_read_flags(c) & CON_ENABLED)) in kdb_msg_write()
|
/linux-6.6.21/fs/pstore/ |
D | platform.c | 422 pstore_console.flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME; in pstore_register_console()
|
/linux-6.6.21/drivers/tty/ |
D | ehv_bytechan.c | 299 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
D | tty_io.c | 3548 if ((c->flags & CON_ENABLED) == 0) in show_cons_active()
|
/linux-6.6.21/arch/um/drivers/ |
D | mconsole_kern.c | 585 .flags = CON_ENABLED,
|
/linux-6.6.21/kernel/debug/ |
D | debug_core.c | 952 .flags = CON_PRINTBUFFER | CON_ENABLED,
|