Searched refs:console (Results 226 - 250 of 396) sorted by relevance

1234567891011>>

/linux-master/arch/sh/kernel/
H A Dsetup.c13 #include <linux/console.h>
322 /* Let earlyprintk output early console messages */
/linux-master/drivers/tty/
H A Dmips_ejtag_fdc.c11 #include <linux/console.h>
71 /* Default channel for the early console */
286 * @tty_drv: TTY driver associated with this console.
289 * @initialised: Whether the console is initialised.
293 struct console cons;
300 /* Low level console write shared by early console and normal console */
301 static void mips_ejtag_fdc_console_write(struct console *c, const char *s,
319 /* First console outpu
[all...]
H A Dtty_port.c366 if (port->console)
721 if (!port->console)
/linux-master/arch/x86/xen/
H A Denlighten.c6 #include <linux/console.h>
/linux-master/drivers/s390/char/
H A Dcon3215.c19 #include <linux/console.h>
48 #define RAW3215_FIXED 1 /* 3215 console device is not be freed */
511 * Add text to console buffer. Find tabs in input and calculate size
520 * RAW3215_STORE: Add data to the console buffer. The parameter todrop is
840 * Write a string to the 3215 console
842 static void con3215_write(struct console *co, const char *str, unsigned int count)
847 static struct tty_driver *con3215_device(struct console *c, int *index)
867 raw = raw3215[0]; /* console 3215 is the first one */
887 * The console structure for the 3215 console
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_uniphier.c7 #include <linux/console.h>
/linux-master/arch/m68k/hp300/
H A Dconfig.c16 #include <linux/console.h>
/linux-master/drivers/tty/serial/
H A Dserial_txx9.c18 #include <linux/console.h>
691 * non-console port) or should not be initialized here (for
692 * console port). If we initialized the port here we lose
693 * serial console settings.
846 serial_txx9_console_write(struct console *co, const char *s, unsigned int count)
874 static int __init serial_txx9_console_setup(struct console *co, char *options)
885 * console support.
902 static struct console serial_txx9_console = {
H A Dst-asc.c10 #include <linux/console.h>
847 static void asc_console_write(struct console *co, const char *s, unsigned count)
881 static int asc_console_setup(struct console *co, char *options)
895 * This driver does not support early console initialization
909 static struct console asc_console = {
H A Dpxa.c24 #include <linux/console.h>
141 /* Recover the break flag from console xmit */
441 * This is required especially for serial console.
599 serial_pxa_console_write(struct console *co, const char *s, unsigned int count)
679 serial_pxa_console_setup(struct console *co, char *options)
699 static struct console serial_pxa_console = {
H A Dar933x_uart.c13 #include <linux/console.h>
622 static void ar933x_uart_console_write(struct console *co, const char *s,
656 static int ar933x_uart_console_setup(struct console *co, char *options)
677 static struct console ar933x_uart_console = {
H A Domap-serial.c21 #include <linux/console.h>
487 /* Recover the break flag from console xmit */
1167 static void early_omap_serial_write(struct console *console, const char *s, argument
1170 struct earlycon_device *device = console->data;
1207 serial_omap_console_write(struct console *co, const char *s,
1249 serial_omap_console_setup(struct console *co, char *options)
1267 static struct console serial_omap_console = {
1745 * When using 'no_console_suspend', the console UART must not be
H A Dmvebu-uart.c12 #include <linux/console.h>
682 static void mvebu_uart_putc_early_write(struct console *con,
729 static void mvebu_uart_console_write(struct console *co, const char *s,
764 static int mvebu_uart_console_setup(struct console *co, char *options)
778 pr_debug("console on ttyMV%i not present\n", co->index);
790 static struct console mvebu_uart_console = {
H A Dsunsu.c32 #include <linux/console.h>
366 /* Recover the break flag from console xmit */
1245 * Serial console driver
1292 static void sunsu_console_write(struct console *co, const char *s,
1330 static int __init sunsu_console_setup(struct console *co, char *options)
1348 /* Get firmware console settings. */
1359 static struct console sunsu_console = {
1370 * Register console.
1373 static inline struct console *SUNSU_CONSOLE(void)
1495 if (of_node_name_eq(dp, "rsc-console") ||
[all...]
H A Dsunsab.c12 * duplicated code in the console setup.
31 #include <linux/console.h>
119 if (up->port.state != NULL) /* Unopened serial console */
853 static void sunsab_console_write(struct console *con, const char *s, unsigned n)
871 static int sunsab_console_setup(struct console *con, char *options)
878 * The console framework calls us for each and every port
879 * registered. Defer the console setup until the requested
940 static struct console sunsab_console = {
950 static inline struct console *SUNSAB_CONSOLE(void)
H A Dmsm_serial.c3 * Driver for msm7k serial device and console
20 #include <linux/console.h>
1662 static void msm_console_write(struct console *co, const char *s,
1676 static int msm_console_setup(struct console *co, char *options)
1697 pr_info("msm_serial: console setup on port #%d\n", port->line);
1703 msm_serial_early_write(struct console *con, const char *s, unsigned n)
1723 msm_serial_early_write_dm(struct console *con, const char *s, unsigned n)
1745 static struct console msm_console = {
H A Dpmac_zilog.c40 #include <linux/console.h>
85 * For the sake of early serial console, we can do a pre-probe
343 * It can occur because of how we do serial console writes. It would
344 * be nice to transmit console writes just like we normally would for
346 * easy because console writes cannot sleep. One solution might be
881 /* A console is never powered down. Else, power up and
952 /* Shared by TTY driver and serial console setup. The port lock is held
1344 * register our console before uart_add_one_port() is called
1613 * tree to obtain the device_nodes needed to start the console before the
1716 static void pmz_console_write(struct console *co
[all...]
H A Damba-pl011.c22 #include <linux/console.h>
2312 pl011_console_write(struct console *co, const char *s, unsigned int count)
2388 static int pl011_console_setup(struct console *co, char *options)
2400 * console support.
2439 * pl011_console_match - non-standard console matching
2440 * @co: registering console
2441 * @name: name from console command line
2442 * @idx: index from console command line
2443 * @options: ptr to option string from console command line
2445 * Only attempts to match console comman
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dtileblit.c2 * linux/drivers/video/console/tileblit.c -- Tile Blitting Operation
15 #include <linux/console.h>
/linux-master/include/uapi/linux/
H A Dfb.h293 __u32 console; member in struct:fb_con2fbmap
/linux-master/arch/x86/kernel/
H A Dprobe_roms.c8 #include <linux/console.h>
/linux-master/drivers/video/fbdev/
H A Dxen-fbfront.c23 #include <linux/console.h>
481 struct console *c;
/linux-master/tools/testing/ktest/
H A Dktest.pl186 my $console;
348 "CONSOLE" => \$console,
439 The script or command that reads the console
445 CONSOLE = virsh console Guest
1642 exec $console or
1643 dodie "Can't open console $console";
1704 return if (!defined $console);
2093 # copy data from stdin to the console
2421 # Install bisects, don't need console
[all...]
/linux-master/arch/alpha/kernel/
H A DMakefile14 obj-$(CONFIG_VGA_HOSE) += console.o
H A Dprocess.c34 #include <linux/console.h>
137 context before taking over the console. */

Completed in 476 milliseconds

1234567891011>>