Searched refs:consoles (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.1.9/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-6.1.9/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-6.1.9/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 92 This is the string describing the channel to which all consoles
|
/linux-6.1.9/arch/powerpc/platforms/powernv/ |
D | opal.c | 1000 struct device_node *np, *consoles, *leds; in opal_init() local 1010 consoles = of_find_node_by_path("/ibm,opal/consoles"); in opal_init() 1011 if (consoles) { in opal_init() 1012 for_each_child_of_node(consoles, np) { in opal_init() 1017 of_node_put(consoles); in opal_init()
|
/linux-6.1.9/fs/proc/ |
D | Makefile | 16 proc-y += consoles.o
|
/linux-6.1.9/arch/alpha/ |
D | Kconfig.debug | 15 Recent consoles on Titan and Marvel machines also require the
|
D | Kconfig | 469 which always have multiple hoses, and whose consoles support it.
|
/linux-6.1.9/Documentation/fb/ |
D | fbcon.rst | 95 the total length is 64 which is the number of consoles available. In 114 This option tells fbcon to take over only a range of consoles as 115 specified by the values 'n1' and 'n2'. The rest of the consoles 120 is typically located on the same video card. Thus, the consoles that 138 - 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-6.1.9/drivers/tty/hvc/ |
D | Kconfig | 69 Xen driver for secondary virtual consoles 124 firmware virtual consoles from one Linux partition by
|
/linux-6.1.9/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 | 19 --> initial console unavailable. E.g. some serial consoles are unreliable
|
D | sysrq.rst | 175 useful when you want to exit a program that will not let you switch consoles.
|
/linux-6.1.9/Documentation/leds/ |
D | well-known-leds.txt | 22 used on game consoles in which multiple controllers can be connected to a system.
|
/linux-6.1.9/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-6.1.9/drivers/tty/ |
D | Kconfig | 20 can run several virtual terminals (also called virtual consoles) on 50 on virtual consoles. 367 Support for Sun logical domain consoles.
|
/linux-6.1.9/drivers/char/ |
D | virtio_console.c | 64 struct list_head consoles; member 250 list_for_each_entry(cons, &pdrvdata.consoles, list) { in find_port_by_vtermno() 1259 list_add_tail(&port->cons.list, &pdrvdata.consoles); in init_port_console() 2260 INIT_LIST_HEAD(&pdrvdata.consoles); in virtio_console_init()
|
/linux-6.1.9/lib/fonts/ |
D | Kconfig | 87 Medium-size console font. Suitable for framebuffer consoles on
|
/linux-6.1.9/Documentation/ia64/ |
D | serial.rst | 58 multiple simultaneous consoles and doesn't tell the kernel which
|
/linux-6.1.9/Documentation/networking/ |
D | netconsole.rst | 23 problem where disk logging fails and serial consoles are impractical.
|
/linux-6.1.9/Documentation/input/ |
D | input.rst | 113 consumes keyboard keystrokes and handles user input for VT consoles.
|
/linux-6.1.9/drivers/gpu/drm/panel/ |
D | Kconfig | 18 and RG-99 handheld gaming consoles. 193 and LDK handheld gaming consoles.
|
/linux-6.1.9/arch/powerpc/ |
D | Kconfig.debug | 255 consoles via an external USB Gecko adapter.
|
/linux-6.1.9/Documentation/core-api/ |
D | debug-objects.rst | 34 debugging with serial consoles and stack trace transcripts from the
|
/linux-6.1.9/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 662 all consoles to null by default. 683 options applicable to consoles also apply to UML serial lines which are 699 All consoles except ``con1`` will be disabled and console 1 will
|
12