| /OK3568_Linux_fs/kernel/arch/m68k/emu/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | earlycon.c | 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()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/stm/ |
| H A D | console.c | 44 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link()
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk.c | 1924 if (!(con->flags & CON_ENABLED)) in call_console_drivers() 2427 if ((con->flags & CON_ENABLED) && in have_callable_console() 2634 if ((c->flags & CON_ENABLED) && c->unblank) in console_unblank() 2695 console->flags &= ~CON_ENABLED; in console_stop() 2703 console->flags |= CON_ENABLED; in console_start() 2758 newcon->flags |= CON_ENABLED; in try_enable_new_console() 2771 if (newcon->flags & CON_ENABLED && c->user_specified == user_specified) in try_enable_new_console() 2838 newcon->flags |= CON_ENABLED; in register_console() 2975 console->flags &= ~CON_ENABLED; in unregister_console() 2985 console->flags &= ~CON_ENABLED; in unregister_console()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | consoles.c | 21 { CON_ENABLED, 'E' }, in show_console_dev()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | udbg.c | 152 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | pdc_cons.c | 139 if (pdc_cons.flags & CON_ENABLED) in pdc_console_poll()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | console.h | 135 #define CON_ENABLED (4) macro
|
| H A D | serial_core.h | 425 return uart_console(port) && (port->cons->flags & CON_ENABLED); in uart_console_enabled()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/braille/ |
| H A D | braille_console.c | 360 console->flags |= CON_ENABLED; in braille_register_console()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | btext.c | 306 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | earlycon.c | 184 if (early_con.flags & CON_ENABLED) in setup_earlycon()
|
| H A D | pic32_uart.c | 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()
|
| H A D | kgdboc.c | 534 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
|
| H A D | mux.c | 412 .flags = CON_ENABLED | CON_PRINTBUFFER,
|
| H A D | xilinx_uartps.c | 1602 !(cdns_uart_uart_driver.cons->flags & CON_ENABLED)) { in cdns_uart_probe()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | ehv_bytechan.c | 299 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_io.c | 563 if (!(c->flags & CON_ENABLED)) in kdb_msg_write()
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | platform.c | 521 pstore_console.flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME; in pstore_register_console()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | mconsole_kern.c | 584 .flags = CON_ENABLED,
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvc_console.c | 268 if (hvc_console.flags & CON_ENABLED) in hvc_check_console()
|
| /OK3568_Linux_fs/kernel/kernel/debug/ |
| H A D | debug_core.c | 968 .flags = CON_PRINTBUFFER | CON_ENABLED,
|
| /OK3568_Linux_fs/kernel/drivers/usb/early/ |
| H A D | xhci-dbc.c | 927 if (early_xdbc_console.flags & CON_ENABLED) in xdbc_unregister_console()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/ |
| H A D | fiq_debugger.c | 1188 .flags = CON_PRINTBUFFER | CON_ANYTIME | CON_ENABLED,
|