Searched refs:CON_ENABLED (Results 1 – 23 of 23) sorted by relevance
/Linux-v5.4/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-v5.4/drivers/net/ |
D | netconsole.c | 334 if (nt->extended && !(netconsole_ext.flags & CON_ENABLED)) { in enabled_store() 335 netconsole_ext.flags |= CON_ENABLED; in enabled_store() 877 .flags = CON_ENABLED, 899 CON_ENABLED; in init_netconsole() 917 if (netconsole_ext.flags & CON_ENABLED) in init_netconsole()
|
/Linux-v5.4/drivers/hwtracing/stm/ |
D | console.c | 44 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
|
/Linux-v5.4/fs/proc/ |
D | consoles.c | 21 { CON_ENABLED, 'E' }, in show_console_dev()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | udbg.c | 150 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/Linux-v5.4/kernel/printk/ |
D | printk.c | 1781 if (!(con->flags & CON_ENABLED)) in call_console_drivers() 2334 if ((con->flags & CON_ENABLED) && in have_callable_console() 2542 if ((c->flags & CON_ENABLED) && c->unblank) in console_unblank() 2604 console->flags &= ~CON_ENABLED; in console_stop() 2612 console->flags |= CON_ENABLED; in console_start() 2694 newcon->flags |= CON_ENABLED; in register_console() 2729 newcon->flags |= CON_ENABLED; in register_console() 2737 if (!(newcon->flags & CON_ENABLED)) in register_console() 2853 console->flags &= ~CON_ENABLED; in unregister_console()
|
/Linux-v5.4/arch/parisc/kernel/ |
D | pdc_cons.c | 139 if (pdc_cons.flags & CON_ENABLED) in pdc_console_poll()
|
/Linux-v5.4/include/linux/ |
D | console.h | 139 #define CON_ENABLED (4) macro
|
/Linux-v5.4/drivers/accessibility/braille/ |
D | braille_console.c | 362 console->flags |= CON_ENABLED; in braille_register_console()
|
/Linux-v5.4/arch/sparc/kernel/ |
D | btext.c | 306 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/Linux-v5.4/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 | 2069 if (!(uart_console(port) && (port->cons->flags & CON_ENABLED))) { in uart_set_options() 2377 if (port->cons && !(port->cons->flags & CON_ENABLED)) in uart_configure_port() 2830 if (!(uart_console(uport) && (uport->cons->flags & CON_ENABLED))) { in uart_add_one_port()
|
D | xilinx_uartps.c | 1678 !(cdns_uart_uart_driver->cons->flags & CON_ENABLED)) in cdns_uart_probe()
|
D | atmel_serial.c | 2913 && ATMEL_CONSOLE_DEVICE->flags & CON_ENABLED) { in atmel_serial_probe()
|
/Linux-v5.4/drivers/tty/ |
D | ehv_bytechan.c | 284 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
D | tty_io.c | 3438 if ((c->flags & CON_ENABLED) == 0) in show_cons_active()
|
/Linux-v5.4/fs/pstore/ |
D | platform.c | 508 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME,
|
/Linux-v5.4/arch/um/drivers/ |
D | mconsole_kern.c | 577 .flags = CON_ENABLED,
|
/Linux-v5.4/kernel/debug/ |
D | debug_core.c | 866 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
/Linux-v5.4/drivers/tty/hvc/ |
D | hvc_console.c | 268 if (hvc_console.flags & CON_ENABLED) in hvc_check_console()
|
/Linux-v5.4/drivers/usb/early/ |
D | xhci-dbc.c | 926 if (early_xdbc_console.flags & CON_ENABLED) in xdbc_unregister_console()
|