Searched refs:console (Results 1 - 25 of 396) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dconsole.h5 #include <uapi/asm/console.h>
/linux-master/arch/alpha/kernel/
H A Dconsole.c3 * linux/arch/alpha/kernel/console.c
12 #include <linux/console.h>
47 /* Find the console VGA device */
64 /* Set the VGA hose and init the new console. */
78 int h = (pu64[30] >> 24) & 0xff; /* console hose # */
81 * Our hose numbering DOES match the console's, so find
H A Derr_marvel.c14 #include <asm/console.h>
811 * Fill the subpacket with the console's standard fill pattern
/linux-master/arch/alpha/lib/
H A Dsrm_printk.c7 #include <asm/console.h>
H A Dsrm_puts.c7 #include <asm/console.h>
/linux-master/arch/arm/kernel/
H A Dearly_printk.c9 #include <linux/console.h>
28 static void early_console_write(struct console *con, const char *s, unsigned n)
33 static struct console early_console_dev = {
/linux-master/arch/m68k/atari/
H A Ddebug.c4 * Atari debugging and serial console stuff
15 #include <linux/console.h>
28 static struct console atari_console_driver = {
42 static void atari_mfp_console_write(struct console *co, const char *str,
61 static void atari_scc_console_write(struct console *co, const char *str,
78 static void atari_midi_console_write(struct console *co, const char *str,
109 static void atari_par_console_write(struct console *co, const char *str,
132 int atari_mfp_console_wait_key(struct console *co)
139 int atari_scc_console_wait_key(struct console *co)
148 int atari_midi_console_wait_key(struct console *c
[all...]
/linux-master/arch/m68k/sun3/prom/
H A DMakefile6 obj-y := init.o console.o printf.o misc.o
7 #bootstr.o init.o misc.o segment.o console.o printf.o
/linux-master/arch/mips/dec/prom/
H A Dconsole.c3 * DECstation PROM-based early console support.
7 #include <linux/console.h>
14 static void __init prom_console_write(struct console *con, const char *s,
31 static struct console promcons __initdata = {
/linux-master/arch/mips/kernel/
H A Dearly_printk.c11 #include <linux/console.h>
17 static void early_console_write(struct console *con, const char *s, unsigned n)
27 static struct console early_console_prom = {
/linux-master/arch/mips/pci/
H A Dpci-bcm1480.c27 #include <linux/console.h>
H A Dpci-bcm1480ht.c26 #include <linux/console.h>
H A Dpci-sb1250.c25 #include <linux/console.h>
/linux-master/arch/mips/sgi-ip22/
H A Dip22-setup.c12 #include <linux/console.h>
56 /* ARCS console environment variable is set to "g?" for
57 * graphics console, it is set to "d" for the first serial
63 ctype = ArcGetEnvironmentVariable("console");
/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/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 Dstderr_console.c4 #include <linux/console.h>
9 /* trivial console driver -- simply dump everything to stderr */
13 * boot process it becomes the default console.
19 static void stderr_console_write(struct console *console, const char *string, argument
25 static struct console stderr_console = {
48 /* The previous behavior of not unregistering led to /dev/console being
51 * console to become the default console, and /dev/console ca
[all...]
/linux-master/arch/um/kernel/
H A Dearly_printk.c7 #include <linux/console.h>
11 static void early_console_write(struct console *con, const char *s, unsigned int n)
16 static struct console early_console_dev = {
/linux-master/arch/xtensa/platforms/iss/
H A DMakefile9 obj-$(CONFIG_TTY) += console.o
/linux-master/drivers/hwtracing/stm/
H A DMakefile18 stm_console-y := console.o
H A Dconsole.c3 * Simple kernel console driver for STM devices
6 * STM console will send kernel messages over STM devices to a trace host.
11 #include <linux/console.h>
20 struct console console; member in struct:stm_console
23 .name = "console",
31 stm_console_write(struct console *con, const char *buf, unsigned len)
33 struct stm_console *sc = container_of(con, struct stm_console, console);
42 strcpy(sc->console.name, "stm_console");
43 sc->console
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_hp300.c17 #include <linux/console.h>
88 * Parse the bootinfo to find descriptions for headless console and
111 /* Check for APCI console */
114 pr_info("Serial console is HP APCI 1\n");
122 pr_warn("Serial console is APCI but support is disabled (CONFIG_HPAPCI)!\n");
131 pr_info("Serial console is HP DCA at select code %d\n", scode);
145 pr_warn("Serial console is DCA but support is disabled (CONFIG_HPDCA)!\n");
231 * Port 1 is either the console or the DCA.
234 /* Port 1 is the console on a 425e, on other machines it's
/linux-master/drivers/tty/serial/
H A Dsuncore.c15 #include <linux/console.h>
55 int sunserial_console_match(struct console *con, struct device_node *dp,
85 void sunserial_console_termios(struct console *con, struct device_node *uart_dp)
93 of_node_name_eq(uart_dp, "rsc-console") ||
96 "ssp-console-modes", NULL);
99 } else if (of_node_name_eq(uart_dp, "lom-console")) {
/linux-master/drivers/video/fbdev/via/
H A Dglobal.h19 #include <linux/console.h>
/linux-master/include/linux/
H A Dsunserialcore.h19 #include <linux/console.h>
33 extern int sunserial_console_match(struct console *, struct device_node *,
35 extern void sunserial_console_termios(struct console *,

Completed in 255 milliseconds

1234567891011>>