Searched refs:CON_ENABLED (Results  1 – 23 of 23) sorted by relevance
| /linux-4.1.27/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.1.27/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.1.27/arch/blackfin/kernel/ | 
| D | shadow_console.c | 54 	return early_shadow_console.flags & CON_ENABLED;  in shadow_console_enabled()
  | 
| /linux-4.1.27/arch/powerpc/kernel/ | 
| D | udbg.c | 154 	.flags	= CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
  | 
| /linux-4.1.27/fs/proc/ | 
| D | consoles.c | 22 		{ CON_ENABLED,		'E' },  in show_console_dev()
  | 
| /linux-4.1.27/include/linux/ | 
| D | console.h | 114 #define CON_ENABLED	(4)  macro
  | 
| /linux-4.1.27/kernel/printk/ | 
| D | printk.c | 1407 		if (!(con->flags & CON_ENABLED))  in call_console_drivers() 2320 		if ((c->flags & CON_ENABLED) && c->unblank)  in console_unblank() 2372 	console->flags &= ~CON_ENABLED;  in console_stop() 2380 	console->flags |= CON_ENABLED;  in console_start() 2461 			newcon->flags |= CON_ENABLED;  in register_console() 2496 		newcon->flags |= CON_ENABLED;  in register_console() 2504 	if (!(newcon->flags & CON_ENABLED))  in register_console() 2609 	console->flags &= ~CON_ENABLED;  in unregister_console()
  | 
| /linux-4.1.27/arch/parisc/kernel/ | 
| D | pdc_cons.c | 153 	if (pdc_cons.flags & CON_ENABLED)  in pdc_console_poll()
  | 
| /linux-4.1.27/drivers/tty/serial/ | 
| D | earlycon.c | 155 	if (early_con.flags & CON_ENABLED)  in setup_earlycon()
  | 
| D | mux.c | 426 	.flags =	CON_ENABLED | CON_PRINTBUFFER,
  | 
| D | serial_core.c | 1930 	if (!(uart_console(port) && (port->cons->flags & CON_ENABLED))) {  in uart_set_options() 2250 		if (port->cons && !(port->cons->flags & CON_ENABLED))  in uart_configure_port() 2692 	if (!(uart_console(uport) && (uport->cons->flags & CON_ENABLED))) {  in uart_add_one_port()
  | 
| D | atmel_serial.c | 2484 	    && !(atmel_console.flags & CON_ENABLED))  in atmel_late_console_init() 2667 			&& ATMEL_CONSOLE_DEVICE->flags & CON_ENABLED) {  in atmel_serial_probe()
  | 
| D | mpsc.c | 1813 	if (!(mpsc_console.flags & CON_ENABLED))  in mpsc_late_console_init()
  | 
| /linux-4.1.27/drivers/accessibility/braille/ | 
| D | braille_console.c | 375 	console->flags |= CON_ENABLED;  in braille_register_console()
  | 
| /linux-4.1.27/arch/sparc/kernel/ | 
| D | btext.c | 305 	.flags	= CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
  | 
| /linux-4.1.27/fs/pstore/ | 
| D | platform.c | 385 	.flags	= CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME,
  | 
| /linux-4.1.27/drivers/tty/ | 
| D | ehv_bytechan.c | 288 	.flags		= CON_PRINTBUFFER | CON_ENABLED,
  | 
| D | tty_io.c | 3626 		if ((c->flags & CON_ENABLED) == 0)  in show_cons_active()
  | 
| /linux-4.1.27/kernel/debug/ | 
| D | debug_core.c | 805 	.flags		= CON_PRINTBUFFER | CON_ENABLED,
  | 
| /linux-4.1.27/drivers/tty/hvc/ | 
| D | hvc_console.c | 255 	if (hvc_console.flags & CON_ENABLED)  in hvc_check_console()
  | 
| /linux-4.1.27/drivers/net/ | 
| D | netconsole.c | 770 	.flags	= CON_ENABLED,
  | 
| /linux-4.1.27/arch/um/drivers/ | 
| D | mconsole_kern.c | 582 				     .flags	= CON_ENABLED,
  |