Searched refs:consoles (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v4.19/Documentation/console/ |
D | console.txt | 5 assigned by the kernel to all the virtual consoles during the boot process. 16 of driver occupying the consoles.) They can only take over the console that is 46 read, or acts to bind or unbind the driver to the virtual consoles 74 driver takes over the consoles vacated by the driver. Binding, on the other 75 hand, will bind the driver to the consoles that are currently occupied by a 83 NOTE2: If any of the virtual consoles are in KD_GRAPHICS mode, then binding or
|
/Linux-v4.19/drivers/usb/misc/sisusbvga/ |
D | Kconfig | 29 one or more of the consoles, you need to specify the number of 30 the first and last consoles (starting at 1) as driver parameters.
|
/Linux-v4.19/arch/um/drivers/ |
D | Kconfig | 26 This option enables support for attaching UML consoles and serial 33 This option enables support for attaching UML consoles and serial 35 <port number>'. Any number of consoles and serial lines may be 43 This option enables support for attaching UML consoles and serial 53 This option enables support for attaching UML consoles and serial 54 lines to host terminals. Access to both virtual consoles 62 This option enables support for attaching UML consoles and serial 85 This is the string describing the channel to which all consoles
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal.c | 867 struct device_node *np, *consoles, *leds; in opal_init() local 877 consoles = of_find_node_by_path("/ibm,opal/consoles"); in opal_init() 878 if (consoles) { in opal_init() 879 for_each_child_of_node(consoles, np) { in opal_init() 884 of_node_put(consoles); in opal_init()
|
/Linux-v4.19/fs/proc/ |
D | Makefile | 16 proc-y += consoles.o
|
/Linux-v4.19/drivers/tty/hvc/ |
D | Kconfig | 70 Xen driver for secondary virtual consoles 106 firmware virtual consoles from one Linux partition by
|
/Linux-v4.19/arch/alpha/ |
D | Kconfig.debug | 15 Recent consoles on Titan and Marvel machines also require the
|
D | Kconfig | 488 which always have multiple hoses, and whose consoles support it.
|
/Linux-v4.19/Documentation/fb/ |
D | fbcon.txt | 99 the total length is 64 which is the number of consoles available. In 118 This option tells fbcon to take over only a range of consoles as 119 specified by the values 'n1' and 'n2'. The rest of the consoles 124 is typically located on the same video card. Thus, the consoles that 142 rotate_all - rotate the display of all consoles
|
D | matroxfb.txt | 91 virtual consoles, otherwise X will corrupt accelerator settings. 124 nopan - create initial consoles with vyres = yres, thus disabling virtual 126 pan - create initial consoles as tall as possible (vyres = memory/vxres).
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.rst | 163 for a session; this includes virtual consoles, serial ports, and 179 Virtual consoles and the console device 182 Virtual consoles are full-screen terminal displays on the system video 183 monitor. Virtual consoles are named ``/dev/tty#``, with numbering
|
D | init.rst | 25 E.g. some serial consoles are unreliable due to serial IRQ issues (e.g.
|
D | sysrq.rst | 171 useful when you want to exit a program that will not let you switch consoles.
|
/Linux-v4.19/drivers/video/console/ |
D | Kconfig | 46 buffers of VGA consoles. Each 64KB will give you approximately 55 switching between consoles. Otherwise, the scrollback history will be
|
/Linux-v4.19/Documentation/powerpc/ |
D | hvcs.txt | 35 space applications access to the system consoles of logically partitioned 37 ppc64 system. Physical hardware consoles per partition are not practical 38 on this hardware so system consoles are accessed by this driver using 277 When hvcs is being used to serve consoles this behavior is not a huge issue 421 access to system consoles. 462 isn't giving it up. You can try to force disconnect the consoles from the
|
/Linux-v4.19/lib/fonts/ |
D | Kconfig | 86 Medium-size console font. Suitable for framebuffer consoles on
|
/Linux-v4.19/drivers/char/ |
D | virtio_console.c | 76 struct list_head consoles; member 262 list_for_each_entry(cons, &pdrvdata.consoles, list) { in find_port_by_vtermno() 1273 list_add_tail(&port->cons.list, &pdrvdata.consoles); in init_port_console() 2274 INIT_LIST_HEAD(&pdrvdata.consoles); in init()
|
/Linux-v4.19/drivers/tty/ |
D | Kconfig | 20 can run several virtual terminals (also called virtual consoles) on 50 on virtual consoles. 443 Support for Sun logical domain consoles.
|
/Linux-v4.19/Documentation/ia64/ |
D | serial.txt | 49 multiple simultaneous consoles and doesn't tell the kernel which
|
/Linux-v4.19/Documentation/networking/ |
D | netconsole.txt | 14 problem where disk logging fails and serial consoles are impractical.
|
/Linux-v4.19/Documentation/input/ |
D | input.rst | 113 consumes keyboard keystrokes and handles user input for VT consoles.
|
/Linux-v4.19/arch/powerpc/ |
D | Kconfig.debug | 247 consoles via an external USB Gecko adapter.
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 34 5. Setting up serial lines and consoles 395 o port-helper - Used by consoles which connect to xterms or ports 417 dealing with consoles or command-line switches to the helper programs 478 lines and consoles'' to see how to attach the consoles to 579 5. Setting up serial lines and consoles 582 It is possible to attach UML serial lines and consoles to many types 609 Using just "con" or "ssl" describes all of the consoles or serial 734 consoles to something else:
|
/Linux-v4.19/Documentation/core-api/ |
D | debug-objects.rst | 34 debugging with serial consoles and stack trace transcripts from the
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 1386 2.0 /proc/consoles 1391 /dev/console, you may simply look into the file /proc/consoles: 1393 > cat /proc/consoles
|
12