Home
last modified time | relevance | path

Searched refs:console (Results 1 – 6 of 6) sorted by relevance

/kernel/printk/
Dbraille.h24 _braille_register_console(struct console *console, struct console_cmdline *c);
27 _braille_unregister_console(struct console *console);
43 _braille_register_console(struct console *console, struct console_cmdline *c) in _braille_register_console() argument
49 _braille_unregister_console(struct console *console) in _braille_unregister_console() argument
Dbraille.c38 _braille_register_console(struct console *console, struct console_cmdline *c) in _braille_register_console() argument
43 console->flags |= CON_BRL; in _braille_register_console()
44 rtn = braille_register_console(console, c->index, c->options, in _braille_register_console()
52 _braille_unregister_console(struct console *console) in _braille_unregister_console() argument
54 if (console->flags & CON_BRL) in _braille_unregister_console()
55 return braille_unregister_console(console); in _braille_unregister_console()
Dprintk.c89 struct console *console_drivers;
1931 static void call_console_driver(struct console *con, const char *text, size_t len, in call_console_driver()
2115 EXPORT_TRACEPOINT_SYMBOL_GPL(console);
2305 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress);
2334 static void call_console_driver(struct console *con, const char *text, size_t len, in call_console_driver()
2340 static bool __pr_flush(struct console *con, int timeout_ms, bool reset_on_progress) { return true; } in __pr_flush()
2345 struct console *early_console;
2649 static inline bool console_is_usable(struct console *con) in console_is_usable()
2696 static bool console_emit_next_record(struct console *con, char *text, char *ext_text, in console_emit_next_record()
2792 struct console *con; in console_flush_all()
[all …]
/kernel/power/
DMakefile13 obj-$(CONFIG_VT_CONSOLE_SLEEP) += console.o
/kernel/debug/
Ddebug_core.c934 static void kgdb_console_write(struct console *co, const char *s, in kgdb_console_write()
949 static struct console kgdbcons = {
/kernel/debug/kdb/
Dkdb_io.c546 struct console *c; in kdb_msg_write()