Searched refs:console (Results 251 - 275 of 396) sorted by relevance

<<111213141516

/linux-master/include/linux/usb/
H A Dserial.h268 /* Called by console and by the tty layer */
322 /* USB Serial console functions */
394 * when port is used as a console.
401 if (!__port->port.console || !__print_once) { \
/linux-master/drivers/tty/serial/
H A Dzs.c48 #include <linux/console.h>
960 * Required solely so that the initial PROM-based console
1145 static void zs_console_write(struct console *co, const char *s,
1191 * Setup serial console baud/bits/parity. We do two things here:
1196 static int __init zs_console_setup(struct console *co, char *options)
1220 static struct console zs_console = {
1231 * Register console.
H A Dcpm_uart.c24 #include <linux/console.h>
395 /* If the port is not the console, make sure rx is disabled. */
453 /* If the port is not the console, disable Rx and Tx. */
874 * buffer area from host mem. If we are allocating for the console we need
1219 * during console setup.
1378 static void cpm_uart_console_write(struct console *co, const char *s,
1396 static int __init cpm_uart_console_setup(struct console *co, char *options)
1410 printk(KERN_ERR "cpm_uart: console index %d too high\n",
1487 static struct console cpm_scc_uart_console = {
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/arch/powerpc/platforms/powernv/
H A Dsetup.c17 #include <linux/console.h>
/linux-master/drivers/usb/gadget/function/
H A Df_serial.c281 CONFIGFS_ATTR(f_serial_, console);
/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_drv.c16 #include <linux/console.h>
/linux-master/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_drv.c10 #include <linux/console.h>
/linux-master/arch/xtensa/kernel/
H A Dsetup.c30 # include <linux/console.h>
/linux-master/arch/powerpc/platforms/pasemi/
H A Dsetup.c16 #include <linux/console.h>
/linux-master/drivers/tty/hvc/
H A Dhvsi_lib.c5 #include <linux/console.h>
395 pr_devel("HVSI@%x: Not a console, tearing down\n",
H A Dhvc_vio.c7 * console and tty subsystems.
30 #include <linux/console.h>
66 /* For early boot console */
331 pr_devel("->boot console, using termno 0\n");
338 pr_devel("->non-boot console, using termno %d\n", termno);
357 /* register udbg if it's not there already for console 0 */
392 /* find the boot console from /chosen/stdout */
427 /* Check whether the user has requested a different console. */
428 if (!strstr(boot_command_line, "console="))
433 /* call this from early_init() for a working debug console o
[all...]
H A Dhvc_opal.c14 #include <linux/console.h>
32 { .name = "serial", .compatible = "ibm,opal-console-raw" },
33 { .name = "serial", .compatible = "ibm,opal-console-hvsi" },
48 /* For early boot console */
163 if (of_device_is_compatible(dev->dev.of_node, "ibm,opal-console-raw")) {
167 "ibm,opal-console-hvsi")) {
210 boot ? " (boot console)" : "");
335 /* If the console wasn't in /chosen, try /ibm,opal */
370 if (of_device_is_compatible(stdout_node, "ibm,opal-console-raw")) {
373 pr_devel("hvc_opal: Found RAW console\
[all...]
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest24 echo " If <dir> is -, all logs output in console only"
101 usage "--console can not use with --verbose"
108 --console)
110 usage "--console can not use with --verbose"
/linux-master/arch/openrisc/kernel/
H A Dsetup.c27 #include <linux/console.h>
/linux-master/arch/arm64/kernel/
H A Dsetup.c16 #include <linux/console.h>
/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/kernel/power/
H A Duser.c21 #include <linux/console.h>
/linux-master/drivers/tty/serial/8250/
H A D8250_of.c9 #include <linux/console.h>
/linux-master/drivers/video/console/
H A Dsticon.c2 * linux/drivers/video/console/sticon.c - console driver using HP's STI firmware
40 #include <linux/console.h>
66 /* this is the sti_struct used for this console */
71 return "STI console";
211 /* check if font is already used by other console */
382 pr_info("sticon: Initializing STI text console on %s at [%s]\n",
/linux-master/drivers/tty/vt/
H A Dselection.c30 #include <linux/console.h>
54 /* set reverse video on characters s-e of console with selection. */
78 * Remove the current selection highlight, if any from the console holding the
81 * Locking: The caller must hold the console lock.
100 * 128 bits. Locked by the console lock.
121 * Locking: The console lock is acquired.
180 * @tty: the console tty
378 * queue of the tty associated with the current console.
/linux-master/drivers/tty/
H A Damiserial.c38 #include <linux/console.h>
1595 * Serial console driver
1610 * The console must be locked when we get here.
1612 static void serial_console_write(struct console *co, const char *s,
1628 static struct tty_driver *serial_console_device(struct console *c, int *index)
1634 static struct console sercons = {
1643 * Register console.
/linux-master/arch/x86/xen/
H A Dsmp_pv.c47 #include <xen/hvc-console.h>
/linux-master/drivers/usb/early/
H A Dehci-dbgp.c15 #include <linux/console.h>
45 * 3. boot args: earlyprintk=dbgp console=ttyUSB0
908 static void early_dbgp_write(struct console *con, const char *str, u32 n)
960 struct console early_dbgp_console = {
984 /* This means the console is not initialized, or should get
H A Dxhci-dbc.c12 #include <linux/console.h>
874 static void early_xdbc_write(struct console *con, const char *str, u32 n)
908 static struct console early_xdbc_console = {

Completed in 231 milliseconds

<<111213141516