Searched refs:CON_ENABLED (Results 1 – 25 of 27) sorted by relevance
12
52 return (con->flags & CON_ENABLED) ? nfcon_tty_driver : NULL; in nfcon_device()110 nf_console.flags |= CON_ENABLED; in nf_debug_setup()154 if (!(nf_console.flags & CON_ENABLED)) in nfcon_init()
335 if (nt->extended && !(netconsole_ext.flags & CON_ENABLED)) { in enabled_store()336 netconsole_ext.flags |= CON_ENABLED; in enabled_store()878 .flags = CON_ENABLED,900 CON_ENABLED; in init_netconsole()918 if (netconsole_ext.flags & CON_ENABLED) in init_netconsole()
33 if (!earlycon_console || !(earlycon_console->flags & CON_ENABLED)) in efi_earlycon_remap_fb()46 if (efi_fb && !(earlycon_console->flags & CON_ENABLED)) in efi_earlycon_unmap_fb()
26 (con->flags & (CON_ENABLED | CON_CONSDEV)) != 0) { in kmsg_dumper_stdout()
44 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
1917 if (!(con->flags & CON_ENABLED)) in call_console_drivers()2569 if ((con->flags & CON_ENABLED) && in have_callable_console()2774 if ((c->flags & CON_ENABLED) && c->unblank) in console_unblank()2830 console->flags &= ~CON_ENABLED; in console_stop()2838 console->flags |= CON_ENABLED; in console_start()2893 newcon->flags |= CON_ENABLED; in try_enable_new_console()2906 if (newcon->flags & CON_ENABLED && c->user_specified == user_specified) in try_enable_new_console()2972 newcon->flags |= CON_ENABLED; in register_console()3110 console->flags &= ~CON_ENABLED; in unregister_console()3120 console->flags &= ~CON_ENABLED; in unregister_console()
21 { CON_ENABLED, 'E' }, in show_console_dev()
152 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
133 if (pdc_cons.flags & CON_ENABLED) in pdc_console_poll()
134 #define CON_ENABLED (4) macro
306 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
364 console->flags |= CON_ENABLED; in braille_register_console()
184 if (early_con.flags & CON_ENABLED) in setup_earlycon()
534 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
776 if (!(pic32_console.flags & CON_ENABLED)) in pic32_late_console_init()871 if (uart_console(port) && (pic32_console.flags & CON_ENABLED)) { in pic32_uart_probe()
412 .flags = CON_ENABLED | CON_PRINTBUFFER,
1600 !(cdns_uart_uart_driver.cons->flags & CON_ENABLED)) { in cdns_uart_probe()
1916 return uart_console(port) && (port->cons->flags & CON_ENABLED); in uart_console_enabled()2404 if (port->cons && !(port->cons->flags & CON_ENABLED)) in uart_configure_port()
299 .flags = CON_PRINTBUFFER | CON_ENABLED,
563 if (!(c->flags & CON_ENABLED)) in kdb_msg_write()
521 pstore_console.flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME; in pstore_register_console()
584 .flags = CON_ENABLED,
268 if (hvc_console.flags & CON_ENABLED) in hvc_check_console()
940 .flags = CON_PRINTBUFFER | CON_ENABLED,
927 if (early_xdbc_console.flags & CON_ENABLED) in xdbc_unregister_console()
Completed in 78 milliseconds