Searched refs:console (Results 276 - 300 of 396) sorted by relevance

<<111213141516

/linux-master/drivers/char/
H A Dlp.c126 #include <linux/console.h>
801 /* --- support for console on the line printer ----------------- */
812 /* The console must be locked when we get here. */
814 static void lp_console_write(struct console *co, const char *s,
868 static struct console lpcons = {
874 #endif /* console on line printer */
948 printk(KERN_INFO "lp%d: console ready\n", CONSOLE_LP);
950 printk(KERN_ERR "lp%d: cannot run console on %s\n",
/linux-master/drivers/tty/serial/
H A Dma35d1_serial.c131 /* UART console clock */
553 static void ma35d1serial_console_write(struct console *co, const char *s, u32 count)
561 pr_warn("Failed to write on console port %x, out of range\n",
590 static int __init ma35d1serial_console_setup(struct console *co, char *options)
631 static struct console ma35d1serial_console = {
H A Dsunzilog.c30 #include <linux/console.h>
330 if (up->port.state != NULL) /* Unopened serial console */
464 * It can occur because of how we do serial console writes. It would
465 * be nice to transmit console writes just like we normally would for
467 * easy because console writes cannot sleep. One solution might be
816 * > I boot my 2.5 boxes using "console=ttyS0,9600" argument,
818 * > counting in this case. It seems that when the console
823 * console is initialised because it may need to allocate memory (as
828 * console write method.
859 /* Shared by TTY driver and serial console setu
[all...]
H A Dxilinx_uartps.c14 #include <linux/console.h>
1310 static void cdns_early_write(struct console *con, const char *s,
1359 /* Static pointer to console port */
1368 static void cdns_uart_console_write(struct console *co, const char *s,
1414 static int cdns_uart_console_setup(struct console *co, char *options)
1425 pr_debug("console on " CDNS_UART_TTY_NAME "%i not present\n",
1433 /* Wait for tx_empty before setting up the console */
1443 static struct console cdns_uart_console = {
1449 .index = -1, /* Specified on the cmdline (e.g. console=ttyPS ) */
1802 * If console has
[all...]
H A Dsamsung_tty.c24 #include <linux/console.h>
1660 static struct console s3c24xx_serial_console;
2261 s3c24xx_serial_console_write(struct console *co, const char *s,
2349 s3c24xx_serial_console_setup(struct console *co, char *options)
2374 * console support.
2386 static struct console s3c24xx_serial_console = {
2687 * Early console.
2731 static void samsung_early_write(struct console *con, const char *s,
2739 static int samsung_early_read(struct console *con, char *s, unsigned int n)
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 Dmpc52xx_uart.c37 #include <linux/console.h>
1150 /* Shut down the port. Leave TX active if on a console port */
1223 * boot for the console, all stuff is not yet ready to receive at that
1532 mpc52xx_console_write(struct console *co, const char *s, unsigned int count)
1566 mpc52xx_console_setup(struct console *co, char *options)
1630 pr_debug("Setting console parameters: %i %i%c1 flow=%c\n",
1639 static struct console mpc52xx_console = {
1645 .index = -1, /* Specified on the cmdline (e.g. console=ttyPSC0) */
/linux-master/drivers/video/fbdev/
H A Dudlfb.c69 static bool console = true; /* Allow fbcon to open framebuffer */ variable
907 if ((user == 0) && (!console))
1626 dev_dbg(&intf->dev, "console enable=%d\n", console);
1941 module_param(console, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
1942 MODULE_PARM_DESC(console, "Allow fbcon to open framebuffer");
H A Dsmscufx.c129 static bool console; /* Optionally allow fbcon to consume first framebuffer */ variable
1016 if (user == 0 && !console)
1613 dev_dbg(dev->gdev, "console enable=%d\n", console);
1941 module_param(console, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
1942 MODULE_PARM_DESC(console, "Allow fbcon to be used on this display");
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h521 struct octeon_console console[MAX_OCTEON_MAPS]; member in struct:octeon_device
785 * Initialize console access
793 * Adds access to a console to the device.
796 * @param console_num: which console
800 * * specific string to enable debug console output
807 /** write or read from a console */
818 * Send a string to u-boot on console 0 as a command.
/linux-master/drivers/mtd/
H A Dmtdoops.c14 #include <linux/console.h>
457 MODULE_DESCRIPTION("MTD Oops/Panic console logger/driver");
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c30 #include <linux/console.h>
263 if (strstr(boot_command_line, "console="))
265 /* find the boot console from /chosen/stdout */
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c16 #include <linux/console.h>
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c14 #include <linux/console.h>
H A Dgxfb_core.c26 #include <linux/console.h>
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c38 #include <linux/console.h>
491 * default console on serial ports. It tries to match the open firmware
492 * default output with one of the available serial console drivers.
507 /* The user has requested a console so this is already set up. */
508 if (strstr(boot_command_line, "console=")) {
509 pr_debug(" console was specified !\n");
540 pr_debug("Found serial console at %s%d\n", devname, offset);
545 pr_debug("No preferred console found !\n");
/linux-master/arch/m68k/kernel/
H A Dsetup_mm.c19 #include <linux/console.h>
/linux-master/drivers/staging/sm750fb/
H A Dsm750_hw.c15 #include <linux/console.h>
/linux-master/drivers/xen/
H A Dswiotlb-xen.c36 #include <xen/hvc-console.h>
/linux-master/arch/arm/xen/
H A Denlighten.c30 #include <linux/console.h>
/linux-master/drivers/bus/
H A Dhisi_lpc.c10 #include <linux/console.h>
/linux-master/drivers/video/fbdev/core/
H A Dfb_chrdev.c4 #include <linux/console.h>
/linux-master/include/linux/
H A Dpnp.h16 #include <linux/console.h>
/linux-master/drivers/s390/char/
H A Dcon3270.c17 #include <linux/console.h>
2051 con3270_write(struct console *co, const char *str, unsigned int count)
2076 con3270_device(struct console *c, int *index)
2139 static struct console con3270 = {
2154 /* Check if 3270 is to be the console */
2158 /* Set the console mode for VM */
/linux-master/arch/um/drivers/
H A Dchan_kern.c277 int console_open_chan(struct line *line, struct console *co)

Completed in 278 milliseconds

<<111213141516