Searched refs:console (Results 201 - 225 of 396) sorted by relevance

1234567891011>>

/linux-master/arch/arm/include/debug/
H A Dtegra.S83 lsr \rv, \rp, #18 @ 19:18 are console type
/linux-master/include/xen/interface/
H A Dxen.h90 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */
95 #define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console */
558 * device or the emergency console.
603 * in case of dom0 this page contains the console info, too
605 * f. unless dom0: console ring page
630 xen_pfn_t mfn; /* MACHINE page number of console page. */
631 uint32_t evtchn; /* Event channel for console page. */
637 } console; member in struct:start_info
684 * The console structure in start_info.console
[all...]
/linux-master/drivers/md/bcache/
H A Ddebug.c14 #include <linux/console.h>
/linux-master/drivers/xen/
H A Dmanage.c22 #include <xen/hvc-console.h>
138 /* Resume console as early as possible. */
/linux-master/arch/alpha/mm/
H A Dinit.c31 #include <asm/console.h>
128 restore the original console's page tables for a clean reboot.
157 /* Tell the console whither it is to be remapped. */
173 these to actually remap the console. There is an assumption
263 /* Move the vptb back to where the SRM console expects it. */
270 /* Reload the page tables that the console had in use. */
/linux-master/arch/alpha/boot/
H A Dbootpz.c19 #include <asm/console.h>
269 (currently set to 16MB, to clear all console code.
282 * 3. A certain SRM console required the GET_ENV output to stack.
311 /* Get the parameter list from the console environment variable. */
/linux-master/arch/powerpc/platforms/ps3/
H A Dsetup.c13 #include <linux/console.h>
/linux-master/arch/xtensa/platforms/xtfpga/
H A Dsetup.c22 #include <linux/console.h>
/linux-master/drivers/staging/sm750fb/
H A Dsm750_accel.c15 #include <linux/console.h>
/linux-master/drivers/gpu/drm/tegra/
H A Dfbdev.c10 #include <linux/console.h>
/linux-master/arch/powerpc/platforms/maple/
H A Dsetup.c28 #include <linux/console.h>
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dholly.c17 #include <linux/console.h>
/linux-master/arch/powerpc/platforms/cell/
H A Dsetup.c26 #include <linux/console.h>
/linux-master/arch/powerpc/platforms/85xx/
H A Dmpc85xx_mds.c24 #include <linux/console.h>
/linux-master/arch/m68k/bvme6000/
H A Dconfig.c19 #include <linux/console.h>
/linux-master/arch/parisc/kernel/
H A Dsetup.c18 #include <linux/console.h>
57 /* autodetect console type (if not done by palo yet) */
59 if (!str_has_prefix(p, "console=") && !strstr(p, " console=")) {
60 strlcat(p, " console=", COMMAND_LINE_SIZE);
67 /* default to use early console */
/linux-master/drivers/pmdomain/renesas/
H A Drmobile-sysc.c13 #include <linux/console.h>
187 /* PM domain containing console */
231 pr_debug("PM domain %s contains serial console\n", name);
/linux-master/drivers/tty/serial/
H A Dip22zilog.c30 #include <linux/console.h>
366 * It can occur because of how we do serial console writes. It would
367 * be nice to transmit console writes just like we normally would for
369 * easy because console writes cannot sleep. One solution might be
751 * > I boot my 2.5 boxes using "console=ttyS0,9600" argument,
753 * > counting in this case. It seems that when the console
758 * console is initialised because it may need to allocate memory (as
763 * console write method.
794 /* Shared by TTY driver and serial console setup. The port lock is held
1014 ip22zilog_console_write(struct console *co
[all...]
H A Dsb1250-duart.c19 #include <linux/console.h>
819 * Serial console stuff. Very basic, polling driver for doing serial
820 * console output. The console_lock is held by the caller, so we
821 * shouldn't be interrupted for more console activity.
831 static void sbd_console_write(struct console *co, const char *s,
860 static int __init sbd_console_setup(struct console *co, char *options)
887 static struct console sbd_console = {
H A Dsa1100.c13 #include <linux/console.h>
589 * Note also that we support "console=ttySAx" where "x" is either 0 or 1.
687 sa1100_console_write(struct console *co, const char *s, unsigned int count)
748 sa1100_console_setup(struct console *co, char *options)
759 * console support.
774 static struct console sa1100_console = {
H A Dpic32_uart.c19 #include <linux/console.h>
126 /* pic32_sport pointer for console use */
781 /* console core request to output given string */
782 static void pic32_console_write(struct console *co, const char *s,
791 /* console core request to setup given console, find matching uart
794 static int pic32_console_setup(struct console *co, char *options)
821 static struct console pic32_console = {
840 * Late console initialization.
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_drv.c7 #include <linux/console.h>
/linux-master/arch/riscv/kernel/
H A Dsetup.c17 #include <linux/console.h>
/linux-master/include/linux/
H A Dtty_port.h70 * @console: when set, the port is a console
114 unsigned char console:1; member in struct:tty_port
/linux-master/arch/x86/xen/
H A Dsmp.c10 #include <xen/hvc-console.h>

Completed in 313 milliseconds

1234567891011>>