Searched refs:consoles (Results 1 – 25 of 28) sorted by relevance
12
| /Linux-v5.4/Documentation/driver-api/ |
| D | console.rst | 8 assigned by the kernel to all the virtual consoles during the boot process. 19 of driver occupying the consoles.) They can only take over the console that is 50 read, or acts to bind or unbind the driver to the virtual consoles 80 driver takes over the consoles vacated by the driver. Binding, on the other 81 hand, will bind the driver to the consoles that are currently occupied by a 92 If any of the virtual consoles are in KD_GRAPHICS mode, then binding or
|
| /Linux-v5.4/drivers/usb/misc/sisusbvga/ |
| D | Kconfig | 30 one or more of the consoles, you need to specify the number of 31 the first and last consoles (starting at 1) as driver parameters.
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | opal.c | 906 struct device_node *np, *consoles, *leds; in opal_init() local 916 consoles = of_find_node_by_path("/ibm,opal/consoles"); in opal_init() 917 if (consoles) { in opal_init() 918 for_each_child_of_node(consoles, np) { in opal_init() 923 of_node_put(consoles); in opal_init()
|
| /Linux-v5.4/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-v5.4/fs/proc/ |
| D | Makefile | 16 proc-y += consoles.o
|
| /Linux-v5.4/drivers/tty/hvc/ |
| D | Kconfig | 70 Xen driver for secondary virtual consoles 105 firmware virtual consoles from one Linux partition by
|
| /Linux-v5.4/arch/alpha/ |
| D | Kconfig.debug | 15 Recent consoles on Titan and Marvel machines also require the
|
| D | Kconfig | 477 which always have multiple hoses, and whose consoles support it.
|
| /Linux-v5.4/Documentation/fb/ |
| D | fbcon.rst | 102 the total length is 64 which is the number of consoles available. In 121 This option tells fbcon to take over only a range of consoles as 122 specified by the values 'n1' and 'n2'. The rest of the consoles 127 is typically located on the same video card. Thus, the consoles that 145 - rotate_all - rotate the display of all consoles
|
| D | matroxfb.rst | 102 virtual consoles, otherwise X will corrupt accelerator settings. 136 nopan create initial consoles with vyres = yres, thus disabling virtual 138 pan create initial consoles as tall as possible (vyres = memory/vxres).
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | devices.rst | 164 for a session; this includes virtual consoles, serial ports, and 180 Virtual consoles and the console device 183 Virtual consoles are full-screen terminal displays on the system video 184 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-v5.4/drivers/video/console/ |
| D | Kconfig | 47 buffers of VGA consoles. Each 64KB will give you approximately 56 switching between consoles. Otherwise, the scrollback history will be
|
| /Linux-v5.4/Documentation/powerpc/ |
| D | hvcs.rst | 38 space applications access to the system consoles of logically partitioned 40 ppc64 system. Physical hardware consoles per partition are not practical 41 on this hardware so system consoles are accessed by this driver using 280 When hvcs is being used to serve consoles this behavior is not a huge issue 424 access to system consoles. 468 isn't giving it up. You can try to force disconnect the consoles from the
|
| /Linux-v5.4/drivers/char/ |
| D | virtio_console.c | 63 struct list_head consoles; member 249 list_for_each_entry(cons, &pdrvdata.consoles, list) { in find_port_by_vtermno() 1260 list_add_tail(&port->cons.list, &pdrvdata.consoles); in init_port_console() 2249 INIT_LIST_HEAD(&pdrvdata.consoles); in init()
|
| /Linux-v5.4/lib/fonts/ |
| D | Kconfig | 87 Medium-size console font. Suitable for framebuffer consoles on
|
| /Linux-v5.4/drivers/tty/ |
| D | Kconfig | 21 can run several virtual terminals (also called virtual consoles) on 51 on virtual consoles. 455 Support for Sun logical domain consoles.
|
| /Linux-v5.4/Documentation/ia64/ |
| D | serial.rst | 58 multiple simultaneous consoles and doesn't tell the kernel which
|
| /Linux-v5.4/Documentation/networking/ |
| D | netconsole.txt | 14 problem where disk logging fails and serial consoles are impractical.
|
| /Linux-v5.4/Documentation/input/ |
| D | input.rst | 113 consumes keyboard keystrokes and handles user input for VT consoles.
|
| /Linux-v5.4/Documentation/virt/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-v5.4/arch/powerpc/ |
| D | Kconfig.debug | 249 consoles via an external USB Gecko adapter.
|
| /Linux-v5.4/Documentation/core-api/ |
| D | debug-objects.rst | 34 debugging with serial consoles and stack trace transcripts from the
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | proc.txt | 1431 2.0 /proc/consoles 1436 /dev/console, you may simply look into the file /proc/consoles: 1438 > cat /proc/consoles
|
12