Searched refs:console (Results 1 - 25 of 396) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/xen/
H A Dsmp_pv.c47 #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/arch/xtensa/platforms/iss/
H A Dconsole.c2 * arch/xtensa/platforms/iss/console.c
15 #include <linux/console.h>
167 static void iss_console_write(struct console *co, const char *s, unsigned count)
173 static struct tty_driver* iss_console_device(struct console *c, int *index)
180 static struct console sercons = {
/linux-master/arch/arc/kernel/
H A Dsetup.c12 #include <linux/console.h>
517 /* Platform/board specific: e.g. early console registration */
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c14 #include <linux/console.h>
1940 static void stm32_usart_console_write(struct console *co, const char *s,
1971 static int stm32_usart_console_setup(struct console *co, char *options)
1985 * This driver does not support early console initialization
1999 static struct console stm32_console = {
2026 static void early_stm32_serial_write(struct console *console, const char *s, unsigned int count) argument
2028 struct earlycon_device *device = console->data;
H A Dserial_core.c16 #include <linux/console.h>
399 * console driver may need to allocate/free a debug object, which
2140 * uart_console_write - write a console message to a serial port
2161 * uart_get_console - get uart port for console
2164 * @co: console to search for
2165 * Returns: uart_port for the console @co
2168 * if so, search for the first available port that does have console support.
2171 uart_get_console(struct uart_port *ports, int nr, struct console *co)
2196 * * console=<name>,io|mmio|mmio16|mmio32|mmio32be|mmio32native,<addr>,<options>
2200 * * console
3054 bool console = false; local
[all...]
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 Dmxs-auart.c18 #include <linux/console.h>
1319 auart_console_write(struct console *co, const char *str, unsigned int count)
1400 auart_console_setup(struct console *co, char *options)
1412 * console support.
1436 static struct console auart_console = {
/linux-master/init/
H A Dmain.c32 #include <linux/console.h>
750 (strcmp(param, "console") == 0 &&
1012 * HACK ALERT! This is early. We're enabling the console before
1510 /* Open /dev/console, for stdin/stdout/stderr, this should never fail */
1513 struct file *file = filp_open("/dev/console", O_RDWR, 0);
1516 pr_err("Warning: unable to open an initial console.\n");
/linux-master/kernel/power/
H A Dsuspend.c16 #include <linux/console.h>
355 * hibernation). Run suspend notifiers, allocate the "suspend" console and
541 * Call platform code to clean up, restart processes, and free the console that
/linux-master/fs/bcachefs/
H A Ddebug.c25 #include <linux/console.h>
H A Dutil.c11 #include <linux/console.h>
H A Dbset.c17 #include <linux/console.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c31 #include <linux/console.h>
/linux-master/arch/x86/kernel/
H A Dsetup.c9 #include <linux/console.h>
854 * console setup can safely call set_fixmap()).
H A Dprobe_roms.c8 #include <linux/console.h>
/linux-master/arch/s390/mm/
H A Dfault.c30 #include <linux/console.h>
/linux-master/kernel/printk/
H A Dprintk.c10 * to the console. Added hook for sending the console messages
11 * elsewhere, in preparation for a serial line console (someday).
26 #include <linux/console.h>
74 EXPORT_TRACEPOINT_SYMBOL_GPL(console); variable
84 * console_mutex protects console_list updates and console->flags updates.
86 * accessible via the console list.
91 * console_sem protects updates to console->seq
92 * and also provides serialization for console printing.
241 * console_list_lock - Lock the console lis
3240 console_stop(struct console *console) argument
3257 console_start(struct console *console) argument
3586 unregister_console_locked(struct console *console) argument
3638 unregister_console(struct console *console) argument
[all...]
/linux-master/include/uapi/linux/
H A Dfb.h293 __u32 console; member in struct:fb_con2fbmap
/linux-master/include/linux/
H A Dvt_kern.h6 * this really is an extension of the vc_cons structure in console.c, but
24 /* console.c */
26 int vc_allocate(unsigned int console);
27 int vc_cons_allocated(unsigned int console);
30 struct vc_data *vc_deallocate(unsigned int console);
157 int vt_do_kdskbmode(unsigned int console, unsigned int arg);
158 int vt_do_kdskbmeta(unsigned int console, unsigned int arg);
162 unsigned int console);
164 int vt_do_kdskled(unsigned int console, int cmd, unsigned long arg, int perm);
165 int vt_do_kdgkbmode(unsigned int console);
[all...]
H A Dserial_core.h12 #include <linux/console.h>
281 * closed, except when the @port is also the system console. This will
493 struct console *cons; /* struct console, if any */
742 struct console *cons;
892 struct console *con;
947 struct console *c);
952 int uart_set_options(struct uart_port *port, struct console *co, int baud,
954 struct tty_driver *uart_console_device(struct console *co, int *index);
H A Dconsole.h2 * linux/include/linux/console.h
40 * @owner: the module to get references of when this console is used
41 * @con_startup: set up the console and return its name (like VGA, EGA, ...)
42 * @con_init: initialize the console on @vc. @init is true for the very first
44 * @con_deinit: deinitialize the console from @vc.
52 * Invoked by csi_M and printing to the console.
53 * @con_switch: notifier about the console switch; it is supposed to return
55 * @con_blank: blank/unblank the console. The target mode is passed in @blank.
58 * @con_font_set: set console @vc font to @font with height @vpitch. @flags can
64 * @con_resize: resize the @vc console t
276 struct console *console; member in struct:nbcon_context
328 struct console { struct
[all...]
/linux-master/drivers/video/fbdev/
H A Dvt8623fb.c27 #include <linux/console.h> /* Why should fb driver call console functions? because console_lock() */
H A Ds3fb.c26 #include <linux/console.h> /* Why should fb driver call console functions? because console_lock() */
/linux-master/drivers/video/fbdev/core/
H A Dtileblit.c2 * linux/drivers/video/console/tileblit.c -- Tile Blitting Operation
15 #include <linux/console.h>

Completed in 374 milliseconds

1234567891011>>