Searched refs:CON_ENABLED (Results 1 – 25 of 25) sorted by relevance
/Linux-v4.19/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-v4.19/arch/ia64/hp/sim/ |
D | hpsim_console.c | 72 if (hpsim_cons.flags & CON_ENABLED) in simcons_register()
|
D | simserial.c | 416 if ((console->flags & CON_ENABLED) && console->write) break; in rs_open()
|
/Linux-v4.19/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-v4.19/drivers/hwtracing/stm/ |
D | console.c | 44 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
|
/Linux-v4.19/fs/proc/ |
D | consoles.c | 22 { CON_ENABLED, 'E' }, in show_console_dev()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | udbg.c | 154 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/Linux-v4.19/kernel/printk/ |
D | printk.c | 1714 if (!(con->flags & CON_ENABLED)) in call_console_drivers() 2272 if ((con->flags & CON_ENABLED) && in have_callable_console() 2478 if ((c->flags & CON_ENABLED) && c->unblank) in console_unblank() 2530 console->flags &= ~CON_ENABLED; in console_stop() 2538 console->flags |= CON_ENABLED; in console_start() 2620 newcon->flags |= CON_ENABLED; in register_console() 2655 newcon->flags |= CON_ENABLED; in register_console() 2663 if (!(newcon->flags & CON_ENABLED)) in register_console() 2775 console->flags &= ~CON_ENABLED; in unregister_console()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | pdc_cons.c | 153 if (pdc_cons.flags & CON_ENABLED) in pdc_console_poll()
|
/Linux-v4.19/include/linux/ |
D | console.h | 139 #define CON_ENABLED (4) macro
|
/Linux-v4.19/arch/sparc/kernel/ |
D | btext.c | 306 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/Linux-v4.19/drivers/accessibility/braille/ |
D | braille_console.c | 375 console->flags |= CON_ENABLED; in braille_register_console()
|
/Linux-v4.19/drivers/tty/serial/ |
D | earlycon.c | 177 if (early_con.flags & CON_ENABLED) in setup_earlycon()
|
D | mux.c | 416 .flags = CON_ENABLED | CON_PRINTBUFFER,
|
D | pic32_uart.c | 781 if (!(pic32_console.flags & CON_ENABLED)) in pic32_late_console_init() 877 (pic32_console.flags & CON_ENABLED)) { in pic32_uart_probe()
|
D | serial_core.c | 1997 if (!(uart_console(port) && (port->cons->flags & CON_ENABLED))) { in uart_set_options() 2305 if (port->cons && !(port->cons->flags & CON_ENABLED)) in uart_configure_port() 2755 if (!(uart_console(uport) && (uport->cons->flags & CON_ENABLED))) { in uart_add_one_port()
|
D | mpsc.c | 1807 if (!(mpsc_console.flags & CON_ENABLED)) in mpsc_late_console_init()
|
D | atmel_serial.c | 2757 && ATMEL_CONSOLE_DEVICE->flags & CON_ENABLED) { in atmel_serial_probe()
|
/Linux-v4.19/drivers/tty/ |
D | ehv_bytechan.c | 284 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
D | tty_io.c | 3281 if ((c->flags & CON_ENABLED) == 0) in show_cons_active()
|
/Linux-v4.19/fs/pstore/ |
D | platform.c | 489 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME,
|
/Linux-v4.19/kernel/debug/ |
D | debug_core.c | 806 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
/Linux-v4.19/arch/um/drivers/ |
D | mconsole_kern.c | 579 .flags = CON_ENABLED,
|
/Linux-v4.19/drivers/tty/hvc/ |
D | hvc_console.c | 268 if (hvc_console.flags & CON_ENABLED) in hvc_check_console()
|
/Linux-v4.19/drivers/usb/early/ |
D | xhci-dbc.c | 933 if (early_xdbc_console.flags & CON_ENABLED) in xdbc_unregister_console()
|