Searched refs:console (Results 176 - 200 of 396) sorted by relevance

1234567891011>>

/linux-master/arch/mips/sni/
H A Dsetup.c14 #include <linux/console.h>
71 ctype = prom_getenv("console");
/linux-master/drivers/tty/serial/
H A Ddz.c34 #include <linux/console.h>
639 * Required solely so that the initial PROM-based console
849 * The console must be locked when we get here.
852 static void dz_console_print(struct console *co,
863 static int __init dz_console_setup(struct console *co, char *options)
889 static struct console dz_console = {
H A Dclps711x.c13 #include <linux/console.h>
364 static void uart_clps711x_console_write(struct console *co, const char *c,
379 static int uart_clps711x_console_setup(struct console *co, char *options)
428 static struct console clps711x_console = {
H A Ddigicolor-usart.c11 #include <linux/console.h>
392 static void digicolor_uart_console_write(struct console *co, const char *c,
416 static int digicolor_uart_console_setup(struct console *co, char *options)
434 static struct console digicolor_console = {
H A Dlpc32xx_hs.c15 #include <linux/console.h>
131 static void lpc32xx_hsuart_console_write(struct console *co, const char *s,
151 static int __init lpc32xx_hsuart_console_setup(struct console *co,
176 static struct console lpc32xx_hsuart_console = {
H A Dsccnxp.c16 #include <linux/console.h>
122 struct console console; member in struct:sccnxp_port
843 static void sccnxp_console_write(struct console *co, const char *c, unsigned n)
854 static int sccnxp_console_setup(struct console *co, char *options)
960 s->uart.cons = &s->console;
H A Dlantiq.c13 #include <linux/console.h>
599 lqasc_console_write(struct console *co, const char *s, u_int count)
617 lqasc_console_setup(struct console *co, char *options)
645 static struct console lqasc_console = {
663 static void lqasc_serial_early_console_write(struct console *co,
H A Drda-uart.c11 #include <linux/console.h>
615 static void rda_uart_console_write(struct console *co, const char *s,
627 static int rda_uart_console_setup(struct console *co, char *options)
648 static struct console rda_uart_console = {
666 static void rda_uart_early_console_write(struct console *co,
H A Dmeson_uart.c9 #include <linux/console.h>
265 * console on this port at this time. Hence it is not necessary for this
266 * function to acquire the port->lock. (Since there is no console on this
578 static void meson_serial_console_write(struct console *co, const char *s,
590 static int meson_serial_console_setup(struct console *co, char *options)
614 static struct console meson_serial_console_##_devname = { \
627 static void meson_serial_early_console_write(struct console *co,
779 /* reset port before registering (and possibly registering console) */
H A Dfsl_linflexuart.c9 #include <linux/console.h>
640 linflex_console_write(struct console *co, const char *s, unsigned int count)
692 static int __init linflex_console_setup(struct console *co, char *options)
705 * console support.
760 static struct console linflex_console = {
770 static void linflex_earlycon_write(struct console *con, const char *s,
H A Dsprd_serial.c7 #include <linux/console.h>
967 static void sprd_console_write(struct console *co, const char *s,
990 static int sprd_console_setup(struct console *co, char *options)
1015 static struct console sprd_console = {
1046 static void sprd_early_write(struct console *con, const char *s, unsigned int n)
1096 struct console *cons = sprd_uart_driver.cons;
1137 /* To keep console alive even if the error occurred */
/linux-master/drivers/gpu/drm/tegra/
H A Dfb.c10 #include <linux/console.h>
/linux-master/arch/x86/xen/
H A Denlighten_pvh.c6 #include <xen/hvc-console.h>
H A Denlighten_pv.c49 #include <xen/hvc-console.h>
1088 Xen console noise. */
1474 xen_start_info->console.dom0.info_off);
1483 xen_init_vga(info, xen_start_info->console.dom0.info_size,
1485 xen_start_info->console.domU.mfn = 0;
1486 xen_start_info->console.domU.evtchn = 0;
/linux-master/drivers/tty/serial/8250/
H A D8250_tegra.c10 #include <linux/console.h>
H A D8250_core.c22 #include <linux/console.h>
595 static void univ8250_console_write(struct console *co, const char *s,
603 static int univ8250_console_setup(struct console *co, char *options)
612 * console support.
618 * If the console is past the initial isa ports, init more ports up to
629 /* link port to console */
638 static int univ8250_console_exit(struct console *co)
647 * univ8250_console_match - non-standard console matching
648 * @co: registering console
649 * @name: name from console comman
[all...]
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/tools/testing/ktest/examples/
H A Dcrosstests.conf217 CONSOLE = console
/linux-master/drivers/net/
H A Dnetconsole.c8 * kernel console implementation that outputs kernel messages to the
31 #include <linux/console.h>
83 static struct console netconsole_ext;
98 * @extended: Denotes whether console is extended or not.
100 * to the message. Depends on extended console.
1135 static void write_ext_msg(struct console *con, const char *msg,
1151 static void write_msg(struct console *con, const char *msg, unsigned int len)
1239 static struct console netconsole_ext = {
1245 static struct console netconsole = {
/linux-master/arch/sparc/kernel/
H A Dsetup_64.c27 #include <linux/console.h>
71 prom_console_write(struct console *con, const char *s, unsigned int n)
79 static struct console prom_early_console = {
624 /* Initialize PROM console and command line. */
/linux-master/kernel/debug/
H A Ddebug_core.c35 #include <linux/console.h>
82 /* kgdb console driver is loaded */
84 /* determine if kgdb console output should be used */
488 * debugger is attached a message can be printed to the console about
755 * message printed on the console!
934 static void kgdb_console_write(struct console *co, const char *s,
949 static struct console kgdbcons = {
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh6 # The sched verbose flag can be optionally set so that the console log
106 echo "" > /dev/console
107 echo "$MSG" > /dev/console
729 echo "Running test $I ..." > /dev/console
/linux-master/drivers/video/fbdev/core/
H A Dfbsysfs.c8 #include <linux/console.h>
422 __ATTR(console, S_IRUGO|S_IWUSR, show_console, store_console),
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c17 #include <linux/console.h>
111 * kdb_getchar() - Read a single character from a kdb console (or consoles).
192 * from the current kernel debugger console device.
461 * Get rid of any buffered console input.
560 struct console *c;
577 * The console_srcu_read_lock() only provides safe console list
579 * CPUs being stopped at the moment and console drivers being able to
582 * There is no guarantee that every console driver can handle
584 * is responsible for ensuring that the console drivers they
596 * Set oops_in_progress to encourage the console driver
[all...]
/linux-master/arch/m68k/mvme16x/
H A Dconfig.c20 #include <linux/console.h>
207 void mvme16x_cons_write(struct console *co, const char *str, unsigned count)

Completed in 412 milliseconds

1234567891011>>