Searched refs:console (Results 151 - 175 of 396) sorted by relevance

1234567891011>>

/linux-master/drivers/tty/serial/
H A Dmcf.c16 #include <linux/console.h>
473 static void mcf_console_putc(struct console *co, const char c)
491 static void mcf_console_write(struct console *co, const char *s, unsigned int count)
502 static int __init mcf_console_setup(struct console *co, char *options)
526 static struct console mcf_console = {
H A Duartlite.c12 #include <linux/console.h>
64 /* Static pointer to console port */
374 pr_debug("ulite console: port=%p; port->mapbase=%llx\n",
494 static void ulite_console_write(struct console *co, const char *s,
523 static int ulite_console_setup(struct console *co, char *options)
536 pr_debug("console on ttyUL%i not present\n", co->index);
554 static struct console ulite_console = {
560 .index = -1, /* Specified on the cmdline (e.g. console=ttyUL0 ) */
584 static void early_uartlite_write(struct console *console, argument
[all...]
H A Damba-pl010.c21 #include <linux/console.h>
545 pl010_console_write(struct console *co, const char *s, unsigned int count)
601 static int __init pl010_console_setup(struct console *co, char *options)
613 * console support.
636 static struct console amba_console = {
H A Dvt8500_serial.c16 #include <linux/console.h>
472 static void vt8500_console_write(struct console *co, const char *s,
494 static int __init vt8500_console_setup(struct console *co, char *options)
517 static struct console vt8500_console = {
/linux-master/fs/pstore/
H A Dplatform.c16 #include <linux/console.h>
47 "console",
380 * Register with kmsg_dump to save last part of console log on panic.
393 static void pstore_console_write(struct console *con, const char *s, unsigned c)
408 static struct console pstore_console = {
415 /* Show which backend is going to get console writes. */
/linux-master/arch/mips/pci/
H A Dpci-bcm1480.c27 #include <linux/console.h>
H A Dpci-sb1250.c25 #include <linux/console.h>
H A Dpci-bcm1480ht.c26 #include <linux/console.h>
/linux-master/arch/microblaze/kernel/
H A Dsetup.c18 #include <linux/console.h>
/linux-master/drivers/usb/serial/
H A DMakefile12 usbserial-$(CONFIG_USB_SERIAL_CONSOLE) += console.o
/linux-master/arch/alpha/kernel/
H A Dsrm_env.c21 #include <asm/console.h>
/linux-master/arch/powerpc/kernel/
H A Dsetup_32.c18 #include <linux/console.h>
H A Dlegacy_serial.c6 #include <linux/console.h>
326 static void __init setup_legacy_serial_console(int console) argument
328 struct legacy_serial_info *info = &legacy_serial_infos[console];
329 struct plat_serial8250_port *port = &legacy_serial_ports[console];
353 DBG("default console speed = %d\n", info->speed);
390 * console to be initialized, that list is also used later to provide 8250 with
391 * the machine non-PCI ports and to properly pick the default console port
401 /* Now find out if one of these is out firmware console */
605 * default console on serial ports. It tries to match the open firmware
606 * default output with one of the available serial console driver
[all...]
/linux-master/mm/kmsan/
H A Dreport.c10 #include <linux/console.h>
/linux-master/arch/m68k/kernel/
H A Dsetup_no.c27 #include <linux/console.h>
/linux-master/include/linux/
H A Dkgdb.h291 * @cons: valid if the I/O device is a console; else NULL.
302 struct console *cons;
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c7 #include <linux/console.h>
559 static void console_write(struct console *console, const char *string, argument
583 static struct console mc_console = { .name = "mc",
659 * Dumps a stacks registers to the linux console.
733 printk(KERN_ERR "Failed to initialize management console\n");
744 printk(KERN_ERR "Failed to get IRQ for management console\n");
/linux-master/drivers/staging/sm750fb/
H A Dsm750_cursor.c15 #include <linux/console.h>
/linux-master/drivers/s390/char/
H A Dsclp_vt220.c24 #include <linux/console.h>
40 #define SCLP_VT220_CONSOLE_INDEX 0 /* console=ttysclp0 */
362 * Drop oldest console buffer if sclp_con_drop is set
448 /* Setup timer to output current console buffer after some time */
773 sclp_vt220_con_write(struct console *con, const char *buf, unsigned int count)
779 sclp_vt220_con_device(struct console *c, int *index)
823 static struct console sclp_vt220_console =
840 /* Attach linux console */
/linux-master/drivers/video/fbdev/
H A Dg364fb.c18 #include <linux/console.h>
183 /* get the resolution set by ARC console */
/linux-master/arch/alpha/lib/
H A Dcallback_srm.S7 #include <asm/console.h>
/linux-master/arch/m68k/sun3/
H A Dconfig.c16 #include <linux/console.h>
/linux-master/arch/m68k/mvme147/
H A Dconfig.c18 #include <linux/console.h>
/linux-master/arch/mips/mti-malta/
H A Dmalta-setup.c27 #include <linux/console.h>
/linux-master/arch/mips/jazz/
H A Dsetup.c15 #include <linux/console.h>

Completed in 551 milliseconds

1234567891011>>