Searched refs:console (Results 151 - 175 of 397) sorted by last modified time

1234567891011>>

/linux-master/drivers/pmdomain/imx/
H A Dscu-pd.c55 #include <linux/console.h>
374 /* keep uart console power on for no_console_suspend */
/linux-master/drivers/gpu/drm/tegra/
H A Dfb.c10 #include <linux/console.h>
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_asic.c29 #include <linux/console.h>
/linux-master/arch/x86/xen/
H A Dmmu_pv.c82 #include <xen/hvc-console.h>
2015 paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.domU.mfn));
H A Dsmp.c10 #include <xen/hvc-console.h>
/linux-master/arch/sh/kernel/
H A Dsetup.c13 #include <linux/console.h>
322 /* Let earlyprintk output early console messages */
/linux-master/arch/openrisc/kernel/
H A Dsetup.c27 #include <linux/console.h>
/linux-master/arch/mips/kernel/
H A Dsetup.c22 #include <linux/console.h>
/linux-master/arch/arm/kernel/
H A Dsetup.c15 #include <linux/console.h>
/linux-master/kernel/printk/
H A Dnbcon.c6 #include <linux/console.h>
11 * Printk console printing implementation for consoles which does not depend
14 * The state of the console is maintained in the "nbcon_state" atomic
17 * The console is locked when:
20 * console. Only higher priority contexts are allowed to take over the
21 * lock. A value of 0 (NBCON_PRIO_NONE) means the console is not locked.
23 * - The 'cpu' field denotes on which CPU the console is locked. It is used
35 * - The 'unsafe' field allows to take over the console in a safe way in the
37 * shared resources or when the console device is manipulated. It can be
38 * cleared, for example, after emitting one character when the console
[all...]
/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/drivers/video/fbdev/
H A Dhyperv_fb.c58 #include <linux/console.h>
H A Di740fb.c29 #include <linux/console.h>
/linux-master/arch/mips/sgi-ip32/
H A Dip32-setup.c12 #include <linux/console.h>
88 char* con = ArcGetEnvironmentVariable("console");
/linux-master/arch/mips/sgi-ip27/
H A DMakefile10 obj-$(CONFIG_EARLY_PRINTK) += ip27-console.o
/linux-master/drivers/tty/serial/
H A Dearlycon-riscv-sbi.c8 #include <linux/console.h>
18 static void sbi_0_1_console_write(struct console *con,
25 static void sbi_dbcn_console_write(struct console *con,
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 Drp2.c19 #include <linux/console.h>
/linux-master/drivers/tty/hvc/
H A Dhvc_riscv_sbi.c8 #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/drivers/usb/serial/
H A Dusb-serial.c300 * Not called if tty is console.
337 * Avoid freeing the console.
349 /* The console is magical. Do not hang up the console hardware
352 if (port->port.console)
/linux-master/drivers/tty/vt/
H A Dkeyboard.c159 * Notifier list for console keyboard events
553 /* switch to the last used console, ChN */
1175 * vt_get_leds - helper for braille console
1176 * @console: console to read
1181 int vt_get_leds(unsigned int console, int flag) argument
1183 struct kbd_struct *kb = &kbd_table[console];
1196 * vt_set_led_state - set LED state of a console
1197 * @console: console t
1203 vt_set_led_state(unsigned int console, int leds) argument
1222 vt_kbd_con_start(unsigned int console) argument
1239 vt_kbd_con_stop(unsigned int console) argument
1838 vt_do_kdskbmode(unsigned int console, unsigned int arg) argument
1878 vt_do_kdskbmeta(unsigned int console, unsigned int arg) argument
2020 vt_do_kdsk_ioctl(int cmd, struct kbentry __user *user_kbe, int perm, unsigned int console) argument
2113 vt_do_kdskled(unsigned int console, int cmd, unsigned long arg, int perm) argument
2155 vt_do_kdgkbmode(unsigned int console) argument
2179 vt_do_kdgkbmeta(unsigned int console) argument
2192 vt_reset_unicode(unsigned int console) argument
2220 vt_reset_keyboard(unsigned int console) argument
2250 vt_get_kbd_mode_bit(unsigned int console, int bit) argument
2265 vt_set_kbd_mode_bit(unsigned int console, int bit) argument
2284 vt_clr_kbd_mode_bit(unsigned int console, int bit) argument
[all...]
H A Dconsolemap.c36 #include <linux/console.h>
452 /* Caller must hold the console lock */
697 * @vc: the console we are updating
704 * The caller must hold the console lock
761 * The caller must hold the console lock when invoking this method
782 * Read the console unicode data for this console. Called from the ioctl
903 * This is called at sys_setup time, after memory and the console are
/linux-master/drivers/tty/
H A Dtty_port.c366 if (port->console)
721 if (!port->console)
H A Dtty_io.c20 * the low-level tty routines (serial.c, pty.c, console.c). This
47 * Move console and virtual terminal code to more appropriate files,
48 * implement CONFIG_VT and generalize console device interface.
82 #include <linux/console.h>
598 * Some console devices aren't actually hung up for technical and
643 * If one of the devices matches a console pointer, we
1052 * tty_write_message - write a message to a certain tty, not just the console.
1941 /* Don't let /dev/console block */
2362 * just advisory information but for the Linux console it actually has driver
2367 * mutex and ctrl.lock. The console take
[all...]

Completed in 439 milliseconds

1234567891011>>