Home
last modified time | relevance | path

Searched refs:CON_ENABLED (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.10/arch/m68k/emu/
Dnfcon.c52 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.10/drivers/net/
Dnetconsole.c334 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.10/drivers/firmware/efi/
Dearlycon.c33 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()
/Linux-v5.10/drivers/hwtracing/stm/
Dconsole.c44 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
/Linux-v5.10/fs/proc/
Dconsoles.c21 { CON_ENABLED, 'E' }, in show_console_dev()
/Linux-v5.10/arch/powerpc/kernel/
Dudbg.c152 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
/Linux-v5.10/kernel/printk/
Dprintk.c1873 if (!(con->flags & CON_ENABLED)) in call_console_drivers()
2361 if ((con->flags & CON_ENABLED) && in have_callable_console()
2568 if ((c->flags & CON_ENABLED) && c->unblank) in console_unblank()
2629 console->flags &= ~CON_ENABLED; in console_stop()
2637 console->flags |= CON_ENABLED; in console_start()
2692 newcon->flags |= CON_ENABLED; in try_enable_new_console()
2705 if (newcon->flags & CON_ENABLED && c->user_specified == user_specified) in try_enable_new_console()
2772 newcon->flags |= CON_ENABLED; in register_console()
2909 console->flags &= ~CON_ENABLED; in unregister_console()
2919 console->flags &= ~CON_ENABLED; in unregister_console()
/Linux-v5.10/arch/parisc/kernel/
Dpdc_cons.c139 if (pdc_cons.flags & CON_ENABLED) in pdc_console_poll()
/Linux-v5.10/include/linux/
Dconsole.h135 #define CON_ENABLED (4) macro
/Linux-v5.10/arch/sparc/kernel/
Dbtext.c306 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
/Linux-v5.10/drivers/accessibility/braille/
Dbraille_console.c360 console->flags |= CON_ENABLED; in braille_register_console()
/Linux-v5.10/drivers/tty/serial/
Dearlycon.c184 if (early_con.flags & CON_ENABLED) in setup_earlycon()
Dkgdboc.c534 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
Dmux.c412 .flags = CON_ENABLED | CON_PRINTBUFFER,
Dpic32_uart.c776 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()
Dxilinx_uartps.c1599 !(cdns_uart_uart_driver.cons->flags & CON_ENABLED)) { in cdns_uart_probe()
Dserial_core.c1916 return uart_console(port) && (port->cons->flags & CON_ENABLED); in uart_console_enabled()
2391 if (port->cons && !(port->cons->flags & CON_ENABLED)) in uart_configure_port()
/Linux-v5.10/drivers/tty/
Dehv_bytechan.c299 .flags = CON_PRINTBUFFER | CON_ENABLED,
Dtty_io.c3448 if ((c->flags & CON_ENABLED) == 0) in show_cons_active()
/Linux-v5.10/kernel/debug/kdb/
Dkdb_io.c563 if (!(c->flags & CON_ENABLED)) in kdb_msg_write()
/Linux-v5.10/fs/pstore/
Dplatform.c518 pstore_console.flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME; in pstore_register_console()
/Linux-v5.10/arch/um/drivers/
Dmconsole_kern.c583 .flags = CON_ENABLED,
/Linux-v5.10/kernel/debug/
Ddebug_core.c933 .flags = CON_PRINTBUFFER | CON_ENABLED,
/Linux-v5.10/drivers/tty/hvc/
Dhvc_console.c268 if (hvc_console.flags & CON_ENABLED) in hvc_check_console()
/Linux-v5.10/drivers/usb/early/
Dxhci-dbc.c920 if (early_xdbc_console.flags & CON_ENABLED) in xdbc_unregister_console()

12