Home
last modified time | relevance | path

Searched +full:per +full:- +full:console (Results 1 – 25 of 568) sorted by relevance

12345678910>>...23

/kernel/linux/linux-5.10/Documentation/scsi/
Dadvansys.rst1 .. SPDX-License-Identifier: GPL-2.0
8 RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow
9 (8-bit transfer) SCSI Host Adapters for the ISA, EISA, VL, and PCI
10 buses and RISC-based, Bus-Mastering, Ultra (20 Mhz) Wide (16-bit
21 - ABP-480 - Bus-Master CardBus (16 CDB)
24 - ABP510/5150 - Bus-Master ISA (240 CDB)
25 - ABP5140 - Bus-Master ISA PnP (16 CDB)
26 - ABP5142 - Bus-Master ISA PnP with floppy (16 CDB)
27 - ABP902/3902 - Bus-Master PCI (16 CDB)
28 - ABP3905 - Bus-Master PCI (16 CDB)
[all …]
/kernel/linux/linux-6.6/Documentation/scsi/
Dadvansys.rst1 .. SPDX-License-Identifier: GPL-2.0
8 RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow
9 (8-bit transfer) SCSI Host Adapters for the ISA, EISA, VL, and PCI
10 buses and RISC-based, Bus-Mastering, Ultra (20 Mhz) Wide (16-bit
21 - ABP-480 - Bus-Master CardBus (16 CDB)
24 - ABP510/5150 - Bus-Master ISA (240 CDB)
25 - ABP5140 - Bus-Master ISA PnP (16 CDB)
26 - ABP5142 - Bus-Master ISA PnP with floppy (16 CDB)
27 - ABP902/3902 - Bus-Master PCI (16 CDB)
28 - ABP3905 - Bus-Master PCI (16 CDB)
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dvt.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
7 * These constants are also useful for user-level apps (e.g., VC
57 unsigned short v_clin; /* number of pixel rows per character */
59 unsigned short v_ccol; /* number of pixel columns per character */
68 #define VT_EVENT_SWITCH 0x0001 /* Console switch */
73 unsigned int oldev; /* Old console */
74 unsigned int newev; /* New console (if changing) */
81 unsigned int console; member
85 #define VT_SETACTIVATE 0x560F /* Activate and set the mode of a console */
/kernel/linux/linux-6.6/include/uapi/linux/
Dvt.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
7 * These constants are also useful for user-level apps (e.g., VC
57 unsigned short v_clin; /* number of pixel rows per character */
59 unsigned short v_ccol; /* number of pixel columns per character */
68 #define VT_EVENT_SWITCH 0x0001 /* Console switch */
73 unsigned int oldev; /* Old console */
74 unsigned int newev; /* New console (if changing) */
81 unsigned int console; member
85 #define VT_SETACTIVATE 0x560F /* Activate and set the mode of a console */
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dserial-console.rst3 Linux Serial Console
6 To use a serial port as console you need to compile the support into your
7 kernel - by default it is not compiled in. For PC style serial ports
10 :menuselection:`Character devices --> Serial drivers --> 8250/16550 and compatible serial support -…
14 It is possible to specify multiple devices for console output. You can
16 use for console output.
20 console=device,options
22 device: tty0 for the foreground virtual console
23 ttyX for any other virtual console
35 You can specify multiple console= options on the kernel command line.
[all …]
Dindex.rst4 The following is a collection of user-oriented documents that have been
17 kernel-parameters
28 hw-vuln/index
36 reporting-bugs
37 security-bugs
38 bug-hunting
39 bug-bisect
40 tainted-kernels
42 dynamic-debug-howto
46 pstore-blk
[all …]
/kernel/linux/linux-6.6/lib/fonts/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
12 bool "Select compiled-in fonts"
16 your frame buffer console usually use.
30 provided by the text console 80x50 (and higher) modes).
43 provided by the VGA text console 80x25 mode.
48 bool "Mac console 6x11 font (not supported by all drivers)" if FONTS
52 Small console font with Macintosh-style high-half glyphs. Some Mac
56 bool "console 7x14 font (not supported by all drivers)" if FONTS
59 Console font with characters just a bit smaller than the default.
64 bool "Pearl (old m68k) console 8x8 font" if FONTS
[all …]
/kernel/linux/linux-5.10/lib/fonts/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
12 bool "Select compiled-in fonts"
16 your frame buffer console usually use.
30 provided by the text console 80x50 (and higher) modes).
43 provided by the VGA text console 80x25 mode.
48 bool "Mac console 6x11 font (not supported by all drivers)" if FONTS
52 Small console font with Macintosh-style high-half glyphs. Some Mac
56 bool "console 7x14 font (not supported by all drivers)" if FONTS
59 Console font with characters just a bit smaller than the default.
64 bool "Pearl (old m68k) console 8x8 font" if FONTS
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-rcu.sh2 # SPDX-License-Identifier: GPL-2.0+
6 # Usage: kvm-recheck-rcu.sh resdir
13 if test -d "$i" -a -r "$i"
22 configfile=`echo $i | sed -e 's/^.*\///'`
23 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'`
24 stopstate="`grep 'End-test grace-period state: g' $i/console.log 2> /dev/null |
25 tail -1 | sed -e 's/^\[[ 0-9.]*] //' |
27 tr -d '\012\015'`"
28 …_prog n_max_cbs: ' $i/console.log 2> /dev/null | sed -e 's/^\[[^]]*] //' | sort -k3nr | head -1 | …
29 if test -z "$ngps"
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-rcu.sh2 # SPDX-License-Identifier: GPL-2.0+
6 # Usage: kvm-recheck-rcu.sh resdir
13 if test -d "$i" -a -r "$i"
22 configfile=`echo $i | sed -e 's/^.*\///'`
23 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'`
24 stopstate="`grep 'End-test grace-period state: g' $i/console.log 2> /dev/null |
25 tail -1 | sed -e 's/^\[[ 0-9.]*] //' |
27 tr -d '\012\015'`"
28 …p 'rcu_torture_fwd_prog_cr Duration' $i/console.log 2> /dev/null | sed -e 's/^\[[^]]*] //' | sort
29 if test -z "$ngps"
[all …]
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
Dserial.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * others. All original copyrights apply as per the original source
11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
24 * clock... 8250_early.c (early 8250 serial console) actually uses this, so
25 * it needs to be correct to get the early console working.
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
Dserial.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * others. All original copyrights apply as per the original source
11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
24 * clock... 8250_early.c (early 8250 serial console) actually uses this, so
25 * it needs to be correct to get the early console working.
/kernel/linux/linux-6.6/include/xen/interface/
Dxen.h1 /* SPDX-License-Identifier: MIT */
69 /* Architecture-specific hypercall definitions. */
83 * In the side comments, 'V.' denotes a per-VCPU VIRQ while 'G.' denotes a
84 * global VIRQ. The former can be bound once per VCPU and cannot be re-bound.
85 * The latter can be allocated only once per guest: they must initially be
86 * allocated to VCPU0 but can subsequently be re-bound.
90 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */
95 #define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console */
102 /* Architecture-specific VIRQ definitions. */
127 * x != 0 => PFD == x - 1
[all …]
/kernel/linux/linux-5.10/include/xen/interface/
Dxen.h86 /* Architecture-specific hypercall definitions. */
100 * In the side comments, 'V.' denotes a per-VCPU VIRQ while 'G.' denotes a
101 * global VIRQ. The former can be bound once per VCPU and cannot be re-bound.
102 * The latter can be allocated only once per guest: they must initially be
103 * allocated to VCPU0 but can subsequently be re-bound.
107 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */
112 #define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console */
119 /* Architecture-specific VIRQ definitions. */
144 * x != 0 => PFD == x - 1
146 * Sub-commands: ptr[1:0] specifies the appropriate MMU_* command.
[all …]
/kernel/linux/linux-6.6/include/linux/
Dconsole.h2 * linux/include/linux/console.h
11 * 10-Mar-94: Arno Griffioen: Conversion for vt100 emulator port from PC LINUX
37 * struct consw - callbacks for consoles
39 * @con_init: initialize the console on @vc. @init is true for the very first
44 * Invoked by csi_M and printing to the console.
45 * @con_switch: notifier about the console switch; it is supposed to return
47 * @con_set_palette: sets the palette of the console to @table (optional)
48 * @con_scrolldelta: the contents of the console should be scrolled by @lines.
88 * Flush the video console driver's scrollback buffer
92 * Prepare the console for the debugger. This includes, but is not
[all …]
Dconsole_struct.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Data structure describing single virtual console except for data
8 * Fields marked with [#] must be set by the low-level driver.
9 * Fields marked with [!] can be changed by the low-level driver
33 * struct vc_state -- state of a VC
34 * @x: cursor's x-position
35 * @y: cursor's y-position
62 * Example: vc_data of a console that was scrolled 3 lines down.
64 * Console buffer
65 * vc_screenbuf ---------> +----------------------+-.
[all …]
/kernel/linux/linux-5.10/include/linux/
Dconsole_struct.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Data structure describing single virtual console except for data
8 * Fields marked with [#] must be set by the low-level driver.
9 * Fields marked with [!] can be changed by the low-level driver
34 * struct vc_state -- state of a VC
35 * @x: cursor's x-position
36 * @y: cursor's y-position
63 * Example: vc_data of a console that was scrolled 3 lines down.
65 * Console buffer
66 * vc_screenbuf ---------> +----------------------+-.
[all …]
/kernel/linux/linux-6.6/Documentation/translations/zh_TW/admin-guide/
Dindex.rst1 .. SPDX-License-Identifier: GPL-2.0
3 .. include:: ../disclaimer-zh_TW.rst
5 :Original: :doc:`../../../admin-guide/index`
12 整體的順序或組織 - 這些材料不是一個單一的,連貫的文件!幸運的話,情況會隨著
24 kernel-parameters
32 hw-vuln/index
39 reporting-issues
40 security-bugs
41 bug-hunting
42 bug-bisect
[all …]
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/admin-guide/
Dindex.rst1 .. include:: ../disclaimer-zh_CN.rst
3 :Original: :doc:`../../../admin-guide/index`
11 整体的顺序或组织 - 这些材料不是一个单一的,连贯的文件!幸运的话,情况会随着
19 kernel-parameters
27 hw-vuln/index
33 reporting-bugs
34 security-bugs
35 bug-hunting
36 bug-bisect
37 tainted-kernels
[all …]
/kernel/linux/linux-5.10/drivers/tty/
Dmips_ejtag_fdc.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2007-2015 Imagination Technologies Ltd
11 #include <linux/console.h>
71 /* Default channel for the early console */
87 * struct mips_ejtag_fdc_tty_port - Wrapper struct for FDC tty_port.
117 * struct mips_ejtag_fdc_tty - Driver data for FDC as a whole.
123 * @ports: Per-channel data.
174 __raw_writel(data, priv->reg + offs); in mips_ejtag_fdc_write()
180 return __raw_readl(priv->reg + offs); in mips_ejtag_fdc_read()
186 * struct fdc_word - FDC word encoding some number of bytes of data.
[all …]
/kernel/linux/linux-6.6/drivers/tty/
Dmips_ejtag_fdc.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2007-2015 Imagination Technologies Ltd
11 #include <linux/console.h>
71 /* Default channel for the early console */
87 * struct mips_ejtag_fdc_tty_port - Wrapper struct for FDC tty_port.
117 * struct mips_ejtag_fdc_tty - Driver data for FDC as a whole.
123 * @ports: Per-channel data.
174 __raw_writel(data, priv->reg + offs); in mips_ejtag_fdc_write()
180 return __raw_readl(priv->reg + offs); in mips_ejtag_fdc_read()
186 * struct fdc_word - FDC word encoding some number of bytes of data.
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dkernel-parameters.txt5 force -- enable ACPI if default was off
6 on -- enable ACPI but allow fallback to DT [arm64,riscv64]
7 off -- disable ACPI if default was on
8 noirq -- do not use ACPI for IRQ routing
9 strict -- Be less tolerant of platforms that are not
11 rsdt -- prefer RSDT over (default) XSDT
12 copy_dsdt -- copy DSDT to memory
26 If set to vendor, prefer vendor-specific driver
58 Documentation/firmware-guide/acpi/debug.rst for more information about
116 Format: <byte> or <bitmap-list>
[all …]
/kernel/linux/linux-5.10/Documentation/powerpc/
Dhvcs.rst2 HVCS IBM "Hypervisor Virtual Console Server" Installation Guide
24 3.1 Built-in:
36 This is the device driver for the IBM Hypervisor Virtual Console Server,
40 ppc64 system. Physical hardware consoles per partition are not practical
55 major and minor numbers are associated with each vty-server. Directions
68 built into the kernel. If not, the default can be over-ridden by inserting
71 3.1 Built-in:
72 -------------
77 Device Drivers --->
78 Character devices --->
[all …]
/kernel/linux/linux-6.6/Documentation/powerpc/
Dhvcs.rst2 HVCS IBM "Hypervisor Virtual Console Server" Installation Guide
24 3.1 Built-in:
36 This is the device driver for the IBM Hypervisor Virtual Console Server,
40 ppc64 system. Physical hardware consoles per partition are not practical
55 major and minor numbers are associated with each vty-server. Directions
68 built into the kernel. If not, the default can be over-ridden by inserting
71 3.1 Built-in:
72 -------------
77 Device Drivers --->
78 Character devices --->
[all …]
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/admin-guide/
Dindex.rst1 .. include:: ../disclaimer-zh_CN.rst
3 :Original: :doc:`../../../admin-guide/index`
11 整体的顺序或组织 - 这些材料不是一个单一的,连贯的文件!幸运的话,情况会随着
23 * kernel-parameters
31 * hw-vuln/index
38 reporting-issues
39 reporting-regressions
40 security-bugs
41 bug-hunting
42 bug-bisect
[all …]

12345678910>>...23