Searched refs:CON_ENABLED (Results 1 – 17 of 17) sorted by relevance
/linux/arch/um/kernel/ |
H A D | kmsg_dump.c | 34 (console_srcu_read_flags(con) & CON_ENABLED)) { in kmsg_dumper_stdout()
|
/linux/drivers/hwtracing/stm/ |
H A D | console.c | 45 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
|
/linux/fs/proc/ |
H A D | consoles.c | 21 { CON_ENABLED, 'E' }, in show_console_dev()
|
/linux/arch/powerpc/kernel/ |
H A D | udbg.c | 145 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux/kernel/printk/ |
H A D | printk.c | 3366 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() 3848 newcon->flags |= CON_ENABLED; in try_enable_preferred_console() 3859 if (newcon->flags & CON_ENABLED && c->user_specified == user_specified) in try_enable_preferred_console() 3874 newcon->flags |= CON_ENABLED; in try_enable_default_console() 3933 !(con->flags & CON_ENABLED)) { in get_init_console_seq() 4172 console_srcu_write_flags(console, console->flags & ~CON_ENABLED); in unregister_console_locked()
|
/linux/drivers/accessibility/braille/ |
H A D | braille_console.c | 363 console->flags |= CON_ENABLED; in braille_register_console()
|
/linux/arch/sparc/kernel/ |
H A D | btext.c | 304 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux/include/linux/ |
H A D | console.h | 192 CON_ENABLED = BIT(2), enumerator
|
/linux/drivers/net/ |
H A D | netconsole.c | 559 netconsole_ext.flags |= CON_ENABLED; in enabled_store() 567 netconsole.flags |= CON_ENABLED; in enabled_store() 1922 .flags = CON_ENABLED | CON_EXTENDED, 1928 .flags = CON_ENABLED,
|
/linux/drivers/tty/serial/ |
H A D | kgdboc.c | 580 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
|
H A D | mux.c | 393 .flags = CON_ENABLED | CON_PRINTBUFFER,
|
H A D | ma35d1_serial.c | 636 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
/linux/kernel/debug/kdb/ |
H A D | kdb_io.c | 592 if (!(console_srcu_read_flags(c) & CON_ENABLED)) in kdb_msg_write()
|
/linux/drivers/tty/ |
H A D | ehv_bytechan.c | 302 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
H A D | tty_io.c | 3557 if ((c->flags & CON_ENABLED) == 0) in show_cons_active()
|
/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,
|