Searched refs:console (Results 26 - 50 of 396) sorted by relevance

1234567891011>>

/linux-master/arch/m68k/kernel/
H A Dearly_printk.c10 #include <linux/console.h>
20 static void __ref debug_cons_write(struct console *c,
32 static struct console early_console_instance = {
/linux-master/drivers/tty/serial/
H A Dearlycon-riscv-sbi.c8 #include <linux/console.h>
18 static void sbi_0_1_console_write(struct console *con,
25 static void sbi_dbcn_console_write(struct console *con,
H A Dtegra-tcu.c6 #include <linux/console.h>
25 struct console console; member in struct:tegra_tcu
146 static void tegra_tcu_console_write(struct console *cons, const char *s,
149 struct tegra_tcu *tcu = container_of(cons, struct tegra_tcu, console);
154 static int tegra_tcu_console_setup(struct console *cons, char *options)
198 /* setup the console */
199 strcpy(tcu->console.name, "ttyTCU");
200 tcu->console.device = uart_console_device;
201 tcu->console
[all...]
/linux-master/drivers/soc/fsl/
H A DMakefile12 obj-$(CONFIG_DPAA2_CONSOLE) += dpaa2-console.o
/linux-master/arch/alpha/include/asm/
H A Dasm-prototypes.h4 #include <asm/console.h>
/linux-master/kernel/printk/
H A Dnbcon.c6 #include <linux/console.h>
11 * Printk console printing implementation for consoles which does not depend
14 * The state of the console is maintained in the "nbcon_state" atomic
17 * The console is locked when:
20 * console. Only higher priority contexts are allowed to take over the
21 * lock. A value of 0 (NBCON_PRIO_NONE) means the console is not locked.
23 * - The 'cpu' field denotes on which CPU the console is locked. It is used
35 * - The 'unsafe' field allows to take over the console in a safe way in the
37 * shared resources or when the console device is manipulated. It can be
38 * cleared, for example, after emitting one character when the console
[all...]
/linux-master/arch/alpha/lib/
H A Dsrm_puts.c7 #include <asm/console.h>
H A Dsrm_printk.c7 #include <asm/console.h>
/linux-master/arch/mips/sibyte/common/
H A Dcfe_console.c4 #include <linux/console.h>
13 static void cfe_console_write(struct console *cons, const char *str,
44 static int cfe_console_setup(struct console *cons, char *str)
47 /* XXXKW think about interaction with 'console=' cmdline arg */
48 /* If none of the console options are configured, the build will break. */
67 static struct console sb1250_cfe_cons = {
/linux-master/arch/mips/sgi-ip30/
H A DMakefile8 obj-$(CONFIG_EARLY_PRINTK) += ip30-console.o
/linux-master/lib/
H A Dbust_spinlocks.c18 #include <linux/console.h>
/linux-master/arch/sparc/video/
H A Dfbdev.c3 #include <linux/console.h>
/linux-master/fs/proc/
H A Dconsoles.c6 #include <linux/console.h>
29 struct console *con = v;
39 * other console operations. For example, fg_console is
72 struct console *con;
77 * console list. SRCU cannot be used because there is no
90 struct console *con = v;
93 return hlist_entry_safe(con->node.next, struct console, node);
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-find-errors.sh4 # Invoke a text editor on all console.log files for all runs with diagnostics,
5 # that is, on all such files having a console.log.diags counterpart.
6 # Note that both console.log.diags and console.log are passed to the
8 # idea of what to search for in the console.log file.
54 echo Build-only run, no console logs to check.
58 # Find console logs with errors
60 for i in ${rundir}/*/console.log
72 echo No errors in console logs.
H A Dkvm-recheck-refscale.sh25 sed -e 's/^\[[^]]*]//' < $i/console.log | tr -d '\015' |
H A Dkvm-recheck-rcuscale.sh31 sed -e 's/^\[[^]]*]//' < $i/console.log |
H A Dkvm-recheck-rcu.sh23 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'`
24 stopstate="`grep 'End-test grace-period state: g' $i/console.log 2> /dev/null |
28 fwdprog="`grep 'rcu_torture_fwd_prog n_max_cbs: ' $i/console.log 2> /dev/null | sed -e 's/^\[[^]]*] //' | sort -k3nr | head -1 | awk '{ print $2 " " $3 }' | tr -d '\015'`"
44 nclosecalls=`grep --binary-files=text 'torture: Reader Batch' $i/console.log | tail -1 | \
75 echo $nclosecalls "Reader Batch close calls in" $(($dur/60)) minute run: $i > $i/console.log.rcu.diags
/linux-master/drivers/accessibility/braille/
H A Dbraille_console.c5 * By default, shows console messages on the braille device.
14 #include <linux/console.h>
43 /* mini console */
52 /* show console ? (or show VC) */
58 static struct console *braille_co;
345 * Called from printk.c when console=brl is given
348 int braille_register_console(struct console *console, int index, argument
358 if (console->setup) {
359 ret = console
371 braille_unregister_console(struct console *console) argument
[all...]
/linux-master/arch/um/kernel/
H A Dkmsg_dump.c4 #include <linux/console.h>
16 struct console *con;
29 * The ttynull console and disabled consoles are ignored
/linux-master/drivers/video/
H A DMakefile13 obj-$(CONFIG_VT) += console/
14 obj-$(CONFIG_FB_STI) += console/
/linux-master/arch/sh/kernel/
H A Dsh_bios.c11 #include <linux/console.h>
108 static void sh_console_write(struct console *co, const char *s,
120 static int __init sh_console_setup(struct console *co, char *options)
137 static struct console bios_console = {
/linux-master/arch/um/drivers/
H A Dstdio_console.c12 #include <linux/console.h>
32 printk(KERN_INFO "Virtual console %d assigned device '%s'\n", dev,
50 .name = "UML console",
56 .read_irq_name = "console",
57 .write_irq_name = "console-write",
112 static void uml_console_write(struct console *console, const char *string, argument
115 struct line *line = &vts[console->index];
123 static struct tty_driver *uml_console_device(struct console *c, int *index)
129 static int uml_console_setup(struct console *c
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_early.c3 * Early serial console for 8250/16550 devices
13 * Instead of specifying the console device as, e.g., "ttyS0",
21 * console=uart8250,io,0x3f8,9600n8
22 * console=uart8250,mmio,0xff5e0000,115200n8
23 * console=uart8250,mmio32,0xff5e0000,115200n8
28 #include <linux/console.h>
93 static void early_serial8250_write(struct console *console, argument
96 struct earlycon_device *device = console->data;
103 static int early_serial8250_read(struct console *consol argument
[all...]
/linux-master/drivers/tty/
H A Dttynull.c9 #include <linux/console.h>
51 static struct tty_driver *ttynull_device(struct console *c, int *index)
57 static struct console ttynull_console = {
/linux-master/arch/m68k/sun3x/
H A Dprom.c7 #include <linux/console.h>
74 static void sun3x_prom_write(struct console *co, const char *s,
84 /* debug console - write-only */
86 static struct console sun3x_debug = {
122 /* If debug=prom was specified, start the debug console */

Completed in 221 milliseconds

1234567891011>>