Searched refs:CON_ENABLED (Results 1 – 24 of 24) sorted by relevance
/linux-4.4.14/arch/m68k/emu/ |
D | nfcon.c | 52 return (con->flags & CON_ENABLED) ? nfcon_tty_driver : NULL; in nfcon_device() 110 nf_console.flags |= CON_ENABLED; in nf_debug_setup() 152 if (!(nf_console.flags & CON_ENABLED)) in nfcon_init()
|
/linux-4.4.14/arch/ia64/hp/sim/ |
D | hpsim_console.c | 71 if (hpsim_cons.flags & CON_ENABLED) in simcons_register()
|
D | simserial.c | 427 if ((console->flags & CON_ENABLED) && console->write) break; in rs_open()
|
/linux-4.4.14/drivers/net/ |
D | netconsole.c | 346 if (nt->extended && !(netconsole_ext.flags & CON_ENABLED)) { in enabled_store() 347 netconsole_ext.flags |= CON_ENABLED; in enabled_store() 889 .flags = CON_ENABLED, 911 CON_ENABLED; in init_netconsole() 929 if (netconsole_ext.flags & CON_ENABLED) in init_netconsole()
|
/linux-4.4.14/drivers/hwtracing/stm/ |
D | console.c | 52 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | shadow_console.c | 54 return early_shadow_console.flags & CON_ENABLED; in shadow_console_enabled()
|
/linux-4.4.14/fs/proc/ |
D | consoles.c | 22 { CON_ENABLED, 'E' }, in show_console_dev()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | udbg.c | 154 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux-4.4.14/include/linux/ |
D | console.h | 114 #define CON_ENABLED (4) macro
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 1449 if (!(con->flags & CON_ENABLED)) in call_console_drivers() 2390 if ((c->flags & CON_ENABLED) && c->unblank) in console_unblank() 2442 console->flags &= ~CON_ENABLED; in console_stop() 2450 console->flags |= CON_ENABLED; in console_start() 2531 newcon->flags |= CON_ENABLED; in register_console() 2566 newcon->flags |= CON_ENABLED; in register_console() 2574 if (!(newcon->flags & CON_ENABLED)) in register_console() 2687 console->flags &= ~CON_ENABLED; in unregister_console()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pdc_cons.c | 153 if (pdc_cons.flags & CON_ENABLED) in pdc_console_poll()
|
/linux-4.4.14/drivers/tty/serial/ |
D | earlycon.c | 159 if (early_con.flags & CON_ENABLED) in setup_earlycon()
|
D | mux.c | 420 .flags = CON_ENABLED | CON_PRINTBUFFER,
|
D | serial_core.c | 1938 if (!(uart_console(port) && (port->cons->flags & CON_ENABLED))) { in uart_set_options() 2258 if (port->cons && !(port->cons->flags & CON_ENABLED)) in uart_configure_port() 2698 if (!(uart_console(uport) && (uport->cons->flags & CON_ENABLED))) { in uart_add_one_port()
|
D | atmel_serial.c | 2603 && !(atmel_console.flags & CON_ENABLED)) in atmel_late_console_init() 2830 && ATMEL_CONSOLE_DEVICE->flags & CON_ENABLED) { in atmel_serial_probe()
|
D | mpsc.c | 1812 if (!(mpsc_console.flags & CON_ENABLED)) in mpsc_late_console_init()
|
/linux-4.4.14/drivers/accessibility/braille/ |
D | braille_console.c | 375 console->flags |= CON_ENABLED; in braille_register_console()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | btext.c | 305 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux-4.4.14/fs/pstore/ |
D | platform.c | 406 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME,
|
/linux-4.4.14/drivers/tty/ |
D | ehv_bytechan.c | 288 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
D | tty_io.c | 3632 if ((c->flags & CON_ENABLED) == 0) in show_cons_active()
|
/linux-4.4.14/kernel/debug/ |
D | debug_core.c | 805 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
/linux-4.4.14/arch/um/drivers/ |
D | mconsole_kern.c | 582 .flags = CON_ENABLED,
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.c | 255 if (hvc_console.flags & CON_ENABLED) in hvc_check_console()
|