Searched refs:console (Results 326 - 350 of 396) sorted by relevance

<<111213141516

/linux-master/drivers/video/fbdev/core/
H A Dfbcon_ud.c2 * linux/drivers/video/console/fbcon_ud.c -- Software Rotation - 180 degrees
16 #include <linux/console.h>
H A Dfbcon_ccw.c2 * linux/drivers/video/console/fbcon_ccw.c -- Software Rotation - 270 degrees
16 #include <linux/console.h>
H A Dfbcon_cw.c2 * linux/drivers/video/console/fbcon_ud.c -- Software Rotation - 90 degrees
16 #include <linux/console.h>
/linux-master/arch/s390/mm/
H A Dfault.c30 #include <linux/console.h>
/linux-master/arch/arc/kernel/
H A Dsetup.c12 #include <linux/console.h>
517 /* Platform/board specific: e.g. early console registration */
/linux-master/arch/mips/dec/
H A Dsetup.c11 #include <linux/console.h>
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c27 #include <linux/console.h>
444 drm_dbg_kms(&i915->drm, "using BIOS fb for initial console\n");
500 /* Flush any pending work to turn the console on, and then
513 * The console lock can be pretty contented on resume due
/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c19 #include <linux/console.h>
H A Dsetup-common.c24 #include <linux/console.h>
946 /* Register early console with the printk subsystem. */
/linux-master/drivers/tty/serial/
H A Dsh-sci.c21 #include <linux/console.h>
1593 * DMA on console may interfere with Kernel log messages which use
1594 * plain putchar(). So, simply don't use it with a console.
3037 static void serial_console_write(struct console *co, const char *s,
3074 static int serial_console_setup(struct console *co, char *options)
3109 static struct console serial_console = {
3122 static int early_serial_console_setup(struct console *co, char *options)
3125 * This early console is always registered using the earlyprintk=
3127 * @options is always NULL and the options for this early console
3135 static struct console early_serial_consol
[all...]
H A Drp2.c19 #include <linux/console.h>
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c68 /* Device console log buffer state */
331 /* Device console log buffer state */
487 struct brcmf_console console; /* Console output polling support */ member in struct:brcmf_sdio
1162 * Retrieve console state address now that firmware should have
2857 struct brcmf_console *c = &bus->console;
2862 /* Don't do anything until FWREADY updates console address */
2866 /* Read console log struct */
2873 /* Allocate console buffer (one time only) */
2887 /* Skip reading the console buffer if the index pointer
2892 /* Read the console buffe
[all...]
/linux-master/drivers/tty/vt/
H A Dvt.c34 * Merge with the abstract console driver by Geert Uytterhoeven
37 * Original m68k console driver modifications by
42 * The abstract console driver provides a generic interface for a text
43 * console. It supports VGA text mode, frame buffer based graphical consoles
48 * (struct consw) which contains function pointers to console operations
49 * (see <linux/console.h> for more information).
63 * Removed console_lock, enabled interrupts across all console operations
87 #include <linux/console.h>
187 * fg_console is the current virtual console,
189 * want_console is the console w
[all...]
/linux-master/drivers/tty/
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...]
/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));
/linux-master/arch/alpha/kernel/
H A Derr_marvel.c14 #include <asm/console.h>
811 * Fill the subpacket with the console's standard fill pattern
/linux-master/drivers/parisc/
H A Dpdc_stable.c493 static PDCSPATH_ENTRY(PDCS_ADDR_PCON, console);
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c14 #include <linux/console.h>
374 * octeon_get_boot_uart - Return the console uart passed by the bootloader
899 if (strstr(arcs_cmdline, "console=") == NULL) {
901 strcat(arcs_cmdline, " console=ttyS1,115200");
903 strcat(arcs_cmdline, " console=ttyS0,115200");
/linux-master/drivers/video/fbdev/
H A Dgxt4500.c13 #include <linux/console.h>
/linux-master/drivers/usb/gadget/function/
H A Df_acm.c804 CONFIGFS_ATTR(f_acm_, console);
/linux-master/arch/m68k/mac/
H A Dconfig.c19 #include <linux/console.h>
803 /* Set up serial port resources for the console initcall. */
/linux-master/drivers/pci/
H A Dvgaarb.c31 #include <linux/console.h>
148 * vga_remove_vgacon - deactivate VGA console
173 vgaarb_info(&pdev->dev, "deactivate vga console\n");
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c17 #include <linux/console.h>
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal.c26 #include <linux/console.h>
487 pr_warn("atomic console write returned partial "
509 * true at the moment because console space can race with OPAL's console
527 * the console can still be flushed by calling the polling
549 * opal_flush_console spins until the console is flushed
566 * opal_flush_chars is an hvc interface that sleeps until the console is
567 * flushed if wait, otherwise it will return -EBUSY if the console has data,
1083 /* Initialise OPAL kmsg dumper for flushing console on panic */
/linux-master/arch/arm/kernel/
H A Dsetup.c15 #include <linux/console.h>

Completed in 313 milliseconds

<<111213141516