Home
last modified time | relevance | path

Searched refs:console (Results 1 – 25 of 160) sorted by relevance

1234567

/drivers/tty/hvc/
DKconfig6 Generic "hypervisor virtual console" infrastructure for various
8 It will automatically be selected if one of the back-end console drivers
21 console. This driver allows each pSeries partition to have a console
36 PowerNV machines running under OPAL need that driver to get a console
53 bool "z/VM IUCV Hypervisor console support (VM only)"
59 This driver provides a Hypervisor console (HVC) back-end to access
60 a Linux (console) terminal via a z/VM IUCV communication path.
69 Xen virtual console device driver
80 bool "udbg based fake hypervisor console"
86 no other console mechanism exist but udbg, to get you a quick
[all …]
Dhvsi.c1094 static void hvsi_console_print(struct console *console, const char *buf, in hvsi_console_print() argument
1097 struct hvsi_struct *hp = &hvsi_ports[console->index]; in hvsi_console_print()
1129 static struct tty_driver *hvsi_console_device(struct console *console, in hvsi_console_device() argument
1132 *index = console->index; in hvsi_console_device()
1136 static int __init hvsi_console_setup(struct console *console, char *options) in hvsi_console_setup() argument
1141 if (console->index < 0 || console->index >= hvsi_count) in hvsi_console_setup()
1143 hp = &hvsi_ports[console->index]; in hvsi_console_setup()
1165 static struct console hvsi_console = {
Dhvc_xen.c255 if (!xen_start_info->console.domU.evtchn) in xen_pv_console_init()
267 info->evtchn = xen_start_info->console.domU.evtchn; in xen_pv_console_init()
268 info->intf = mfn_to_virt(xen_start_info->console.domU.mfn); in xen_pv_console_init()
312 info->evtchn = xen_start_info->console.domU.evtchn; in xen_console_update_evtchn()
605 static void xenboot_write_console(struct console *console, const char *string, in xenboot_write_console() argument
632 struct console xenboot_console = {
/drivers/accessibility/braille/
Dbraille_console.c72 static struct console *braille_co;
358 int braille_register_console(struct console *console, int index, in braille_register_console() argument
363 if (!(console->flags & CON_BRL)) in braille_register_console()
370 if (console->setup) { in braille_register_console()
371 ret = console->setup(console, console_options); in braille_register_console()
375 console->flags |= CON_ENABLED; in braille_register_console()
376 console->index = index; in braille_register_console()
377 braille_co = console; in braille_register_console()
383 int braille_unregister_console(struct console *console) in braille_unregister_console() argument
385 if (braille_co != console) in braille_unregister_console()
[all …]
/drivers/tty/serial/
DKconfig14 the console before standard serial driver is probed. The console is
33 bool "Support for console on AMBA serial port"
38 console (the system console is the device which receives all kernel
41 Even if you say Y here, the currently visible framebuffer console
42 (/dev/tty0) will still be used as the system console by default, but
44 "console=ttyAM0". (Try "man bootparam" or see the documentation of
60 bool "Support for console on AMBA serial port"
66 console (the system console is the device which receives all kernel
69 Even if you say Y here, the currently visible framebuffer console
70 (/dev/tty0) will still be used as the system console by default, but
[all …]
Dsn_console.c749 static void sn_sal_console_write(struct console *, const char *, unsigned);
750 static int sn_sal_console_setup(struct console *, char *);
752 extern struct tty_driver *uart_console_device(struct console *, int *);
754 static struct console sal_console = {
907 sn_sal_console_write(struct console *co, const char *s, unsigned count) in sn_sal_console_write()
997 static int sn_sal_console_setup(struct console *co, char *options) in sn_sal_console_setup()
1014 sn_sal_console_write_early(struct console *co, const char *s, unsigned count) in sn_sal_console_write_early()
1021 static struct console sal_console_early __initdata = {
Dkgdb_nmi.c47 static int kgdb_nmi_console_setup(struct console *co, char *options) in kgdb_nmi_console_setup()
61 static void kgdb_nmi_console_write(struct console *co, const char *s, uint c) in kgdb_nmi_console_write()
71 static struct tty_driver *kgdb_nmi_console_device(struct console *co, int *idx) in kgdb_nmi_console_device()
77 static struct console kgdb_nmi_console = {
Dmux.c395 static void mux_console_write(struct console *co, const char *s, unsigned count) in mux_console_write()
410 static int mux_console_setup(struct console *co, char *options) in mux_console_setup()
415 struct tty_driver *mux_console_device(struct console *co, int *index) in mux_console_device()
421 static struct console mux_console = {
/drivers/video/console/
DKconfig8 bool "VGA text console" if EXPERT || !X86
21 <ftp://ibiblio.org/pub/Linux/utils/console/>.
30 The scrollback buffer of the standard VGA console is located in
35 down the console.
52 tristate "MDA text console (dual-headed)"
70 Say Y here if you want the console on the Newport aka XL graphics
79 int "Initial number of console screen columns"
87 int "Initial number of console screen rows"
101 Low-level framebuffer-based console driver.
104 bool "Map the console to the primary display device"
[all …]
/drivers/tty/
Dgoldfish.c51 struct console console; member
219 static void goldfish_tty_console_write(struct console *co, const char *b, in goldfish_tty_console_write()
225 static struct tty_driver *goldfish_tty_console_device(struct console *c, in goldfish_tty_console_device()
232 static int goldfish_tty_console_setup(struct console *co, char *options) in goldfish_tty_console_setup()
405 strcpy(qtty->console.name, "ttyGF"); in goldfish_tty_probe()
406 qtty->console.write = goldfish_tty_console_write; in goldfish_tty_probe()
407 qtty->console.device = goldfish_tty_console_device; in goldfish_tty_probe()
408 qtty->console.setup = goldfish_tty_console_setup; in goldfish_tty_probe()
409 qtty->console.flags = CON_PRINTBUFFER; in goldfish_tty_probe()
410 qtty->console.index = line; in goldfish_tty_probe()
[all …]
DKconfig47 bool "Enable character translations in console" if EXPERT
53 bool "Support for console on virtual terminal" if EXPERT
57 The system console is the device which receives all kernel messages
60 a physical terminal) can be used as system console. This is the most
66 terminal (/dev/tty0) will be used as system console. You can change
67 that with a kernel command line option such as "console=tty3" which
68 would use the third virtual terminal as system console. (Try "man
84 bool "Support for binding and unbinding console drivers"
89 terminal through console drivers. On these systems, at least one
90 console driver is loaded. In other configurations, additional console
[all …]
Dbfin_jtag_comm.c313 bfin_jc_console_write(struct console *co, const char *buf, unsigned count) in bfin_jc_console_write()
322 bfin_jc_console_device(struct console *co, int *index) in bfin_jc_console_device()
328 static struct console bfin_jc_console = {
346 bfin_jc_early_write(struct console *co, const char *buf, unsigned int count) in bfin_jc_early_write()
351 static struct console bfin_jc_early_console __initdata = {
358 struct console * __init
/drivers/usb/serial/
Dconsole.c31 static struct console usbcons;
57 static int usb_console_setup(struct console *co, char *options) in usb_console_setup()
179 port->port.console = 1; in usb_console_setup()
198 static void usb_console_write(struct console *co, in usb_console_write()
215 if (!port->port.console) { in usb_console_write()
247 static struct tty_driver *usb_console_device(struct console *co, int *index) in usb_console_device()
258 static struct console usbcons = {
302 usbcons_info.port->port.console = 0; in usb_serial_console_exit()
/drivers/net/wireless/brcm80211/brcmfmac/
Dpcie.c216 struct brcmf_pcie_console console; member
612 struct brcmf_pcie_console *console; in brcmf_pcie_bus_console_init() local
616 console = &shared->console; in brcmf_pcie_bus_console_init()
618 console->base_addr = brcmf_pcie_read_tcm32(devinfo, addr); in brcmf_pcie_bus_console_init()
620 addr = console->base_addr + BRCMF_CONSOLE_BUFADDR_OFFSET; in brcmf_pcie_bus_console_init()
621 console->buf_addr = brcmf_pcie_read_tcm32(devinfo, addr); in brcmf_pcie_bus_console_init()
622 addr = console->base_addr + BRCMF_CONSOLE_BUFSIZE_OFFSET; in brcmf_pcie_bus_console_init()
623 console->bufsize = brcmf_pcie_read_tcm32(devinfo, addr); in brcmf_pcie_bus_console_init()
626 console->base_addr, console->buf_addr, console->bufsize); in brcmf_pcie_bus_console_init()
632 struct brcmf_pcie_console *console; in brcmf_pcie_bus_console_read() local
[all …]
/drivers/tty/vt/
Dkeyboard.c1007 int vt_get_leds(int console, int flag) in vt_get_leds() argument
1009 struct kbd_struct *kb = kbd_table + console; in vt_get_leds()
1029 void vt_set_led_state(int console, int leds) in vt_set_led_state() argument
1031 struct kbd_struct *kb = kbd_table + console; in vt_set_led_state()
1048 void vt_kbd_con_start(int console) in vt_kbd_con_start() argument
1050 struct kbd_struct *kb = kbd_table + console; in vt_kbd_con_start()
1065 void vt_kbd_con_stop(int console) in vt_kbd_con_stop() argument
1067 struct kbd_struct *kb = kbd_table + console; in vt_kbd_con_stop()
1668 int vt_do_kdskbmode(int console, unsigned int arg) in vt_do_kdskbmode() argument
1670 struct kbd_struct *kb = kbd_table + console; in vt_do_kdskbmode()
[all …]
Dvt_ioctl.c339 unsigned int console; in vt_ioctl() local
346 console = vc->vc_num; in vt_ioctl()
349 if (!vc_cons_allocated(console)) { /* impossible? */ in vt_ioctl()
484 if (console != fg_console) in vt_ioctl()
513 ret = vt_do_kdskbmode(console, arg); in vt_ioctl()
519 uival = vt_do_kdgkbmode(console); in vt_ioctl()
526 ret = vt_do_kdskbmeta(console, arg); in vt_ioctl()
531 uival = vt_do_kdgkbmeta(console); in vt_ioctl()
545 ret = vt_do_kdsk_ioctl(cmd, up, perm, console); in vt_ioctl()
568 ret = vt_do_kdskled(console, cmd, arg, perm); in vt_ioctl()
[all …]
/drivers/s390/char/
DKconfig27 prompt "Support for console on 3270 terminal"
31 console. Available only if 3270 support is compiled in statically.
42 prompt "Support for console on 3215 line mode terminal"
46 Linux system console.
60 prompt "Support for console on SCLP line mode terminal"
64 system console.
75 prompt "Support for console on SCLP VT220-compatible terminal"
79 Linux system console.
86 This option enables the hardware console interface for system
Dsclp_con.c161 sclp_console_write(struct console *console, const char *message, in sclp_console_write() argument
224 sclp_console_device(struct console *c, int *index) in sclp_console_device()
287 static struct console sclp_console =
/drivers/usb/misc/sisusbvga/
DKconfig17 bool "Text console and mode switching support" if USB_SISUSBVGA
21 Say Y here if you want a VGA text console via the USB dongle or
25 Note that this console supports VGA/EGA text mode only.
27 By default, the console part of the driver will not kick in when
/drivers/accessibility/
DKconfig24 Enables console output on a braille device connected to a 8250
28 console=brl,ttyS0
29 to the kernel. Options are the same as for serial console.
/drivers/staging/android/fiq_debugger/
DKconfig34 Enables a console so that printk messages are displayed on
38 bool "Put the FIQ debugger into console mode by default"
42 If enabled, this puts the fiq debugger into console mode by default.
Dfiq_debugger.c93 struct console console; member
791 struct tty_driver *fiq_debugger_console_device(struct console *co, int *index) in fiq_debugger_console_device()
797 static void fiq_debugger_console_write(struct console *co, in fiq_debugger_console_write()
803 state = container_of(co, struct fiq_debugger_state, console); in fiq_debugger_console_write()
820 static struct console fiq_debugger_console = {
1167 state->console = fiq_debugger_console; in fiq_debugger_probe()
1168 state->console.index = pdev->id; in fiq_debugger_probe()
1170 add_preferred_console(state->console.name, in fiq_debugger_probe()
1171 state->console.index, NULL); in fiq_debugger_probe()
1172 register_console(&state->console); in fiq_debugger_probe()
/drivers/firmware/
DKconfig45 automatically use the primary console device it describes
46 as the Linux console, say Y here.
49 use the first serial port it describes as the Linux console,
51 device, it will become the console automatically. Otherwise,
52 you must specify the "console=hcdp" kernel boot argument.
55 so a serial console may be /dev/ttyS0, /dev/ttyS1, etc, depending
/drivers/tty/serial/8250/
DKconfig67 system console (the system console is the device which receives all
72 Even if you say Y here, the currently visible virtual console
73 (/dev/tty0) will still be used as the system console by default, but
75 "console=ttyS1". (Try "man bootparam" or see the documentation of
81 system console.
84 "console=uart8250,io,0x3f8,9600n8"
85 "console=uart8250,mmio,0xff5e0000,115200n8".
86 and it will switch to normal serial console when the corresponding
90 it will not only setup early console.
/drivers/staging/fwserial/
DTODO6 2. Implement _robust_ console on top of this. The existing prototype console

1234567