| /kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
| D | octeon_console.c | 7 * Copyright (c) 2003-2016 Cavium, Inc. 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 101 /* Structure that defines a single console. 104 * The actual usable size of each console is console_buf_size -1; 143 * @param size Size of the structure member. 150 u32 size) in __cvmx_bootmem_desc_get() argument 153 switch (size) { in __cvmx_bootmem_desc_get() 201 if (!oct->bootmem_desc_addr) in __cvmx_bootmem_check_version() 202 oct->bootmem_desc_addr = in __cvmx_bootmem_check_version() 206 oct, oct->bootmem_desc_addr, in __cvmx_bootmem_check_version() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
| D | octeon_console.c | 7 * Copyright (c) 2003-2016 Cavium, Inc. 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 101 /* Structure that defines a single console. 104 * The actual usable size of each console is console_buf_size -1; 143 * @param size Size of the structure member. 150 u32 size) in __cvmx_bootmem_desc_get() argument 153 switch (size) { in __cvmx_bootmem_desc_get() 201 if (!oct->bootmem_desc_addr) in __cvmx_bootmem_check_version() 202 oct->bootmem_desc_addr = in __cvmx_bootmem_check_version() 206 oct, oct->bootmem_desc_addr, in __cvmx_bootmem_check_version() [all …]
|
| /kernel/linux/linux-5.10/kernel/printk/ |
| D | printk.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 * to the console. Added hook for sending the console messages 11 * elsewhere, in preparation for a serial line console (someday). 26 #include <linux/console.h> 83 * provides serialisation for access to the entire console 87 struct console *console_drivers; 124 return -EINVAL; in __control_devkmsg() 144 return -EINVAL; in __control_devkmsg() 186 return -EINVAL; in devkmsg_sysctl_set_loglvl() 209 return -EINVAL; in devkmsg_sysctl_set_loglvl() [all …]
|
| /kernel/linux/linux-5.10/lib/fonts/ |
| D | Kconfig | 1 # 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/lib/fonts/ |
| D | Kconfig | 1 # 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/kernel/printk/ |
| D | printk.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 * to the console. Added hook for sending the console messages 11 * elsewhere, in preparation for a serial line console (someday). 26 #include <linux/console.h> 74 EXPORT_TRACEPOINT_SYMBOL_GPL(console); 84 * console_mutex protects console_list updates and console->flags updates. 86 * accessible via the console list. 91 * console_sem protects updates to console->seq 92 * and also provides serialization for console printing. 107 * panic and risk deadlock on console resources. [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/ |
| D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 4 bool "Don't build arch/powerpc code with -Werror" 7 arch/powerpc with the -Werror flag (which means warnings 47 emulated by the in-kernel emulator. Counters for the various classes 51 powerpc/emulated_instructions/do_warn in debugfs), rate-limited 52 warnings can be printed to the console when instructions are 56 bool "Run self-tests of the code-patching code" 78 bool "Run self-tests of the feature-fixup code" 82 bool "Run self-tests of the MSI bitmap code" 98 Include in-kernel hooks for the xmon kernel monitor/debugger. [all …]
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| D | stdio_console.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include <linux/console.h> 32 printk(KERN_INFO "Virtual console %d assigned device '%s'\n", dev, in stdio_announce() 39 .xterm_title = "Virtual Console #%d", 44 static int con_get_config(char *dev, char *str, int size, char **error_out); 50 .name = "UML console", 56 .read_irq_name = "console", 57 .write_irq_name = "console-write", 80 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() argument 82 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out); in con_get_config() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/ |
| D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 4 bool "Don't build arch/powerpc code with -Werror" 7 arch/powerpc with the -Werror flag (which means warnings 47 emulated by the in-kernel emulator. Counters for the various classes 51 powerpc/emulated_instructions/do_warn in debugfs), rate-limited 52 warnings can be printed to the console when instructions are 56 bool "Run self-tests of the code-patching code" 78 bool "Run self-tests of the feature-fixup code" 82 bool "Run self-tests of the MSI bitmap code" 92 Include in-kernel hooks for the xmon kernel monitor/debugger. [all …]
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| D | stdio_console.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include <linux/console.h> 32 printk(KERN_INFO "Virtual console %d assigned device '%s'\n", dev, in stdio_announce() 39 .xterm_title = "Virtual Console #%d", 44 static int con_get_config(char *dev, char *str, int size, char **error_out); 50 .name = "UML console", 57 .read_irq_name = "console", 59 .write_irq_name = "console-write", 82 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() argument 84 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out); in con_get_config() [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/vt/ |
| D | vc_screen.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Provide access to virtual console memory. 13 * /dev/vcsuN: similar to /dev/vcsaN but using 4-byte unicode values 14 * instead of 1-byte screen glyph values. 22 * aeb@cwi.nl - efter Friedas begravelse - 950211 24 * machek@k332.feld.cvut.cz - modified not to send characters to wrong console 25 * - fixed some fatal off-by-one bugs (0-- no longer == -1 -> looping and looping and looping...) 26 * - making it shorter - scr_readw are macros which expand in PRETTY long code 40 #include <linux/console.h> 65 * with minors 0, 64, 128 and 192 being proxies for the foreground console. [all …]
|
| /kernel/linux/linux-6.6/drivers/tty/vt/ |
| D | vc_screen.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Provide access to virtual console memory. 13 * /dev/vcsuN: similar to /dev/vcsaN but using 4-byte unicode values 14 * instead of 1-byte screen glyph values. 22 * aeb@cwi.nl - efter Friedas begravelse - 950211 24 * machek@k332.feld.cvut.cz - modified not to send characters to wrong console 25 * - fixed some fatal off-by-one bugs (0-- no longer == -1 -> looping and looping and looping...) 26 * - making it shorter - scr_readw are macros which expand in PRETTY long code 40 #include <linux/console.h> 65 * with minors 0, 64, 128 and 192 being proxies for the foreground console. [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| D | con3270.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * IBM/3270 Driver - console view. 12 #include <linux/console.h> 39 * Main 3270 console view data structure. 66 /* con3270->update_flags. See con3270_update for details. */ 68 #define CON_UPDATE_LIST 2 /* Update lines in tty3270->update. */ 80 del_timer(&cp->timer); in con3270_set_timer() 82 mod_timer(&cp->timer, jiffies + expires); in con3270_set_timer() 87 * "console view" in the lower left corner and "Running"/"More..."/"Holding" 95 str = (cp->nr_up != 0) ? "History" : "Running"; in con3270_update_status() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/ |
| D | ramoops.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reserved-memory/ramoops.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 recovered after a reboot. This is a child-node of "/reserved-memory", and 16 as kernel log messages, or for optional ECC error-correction data. The total 17 size of these optional buffers must fit in the reserved region. 20 records. These records have a configurable size, with a size of 0 indicating 23 At least one of "record-size", "console-size", "ftrace-size", or "pmsg-size" 24 must be set non-zero, but are otherwise optional as listed below. [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | console_struct.h | 1 /* 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/include/linux/ |
| D | console_struct.h | 1 /* 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/arch/arc/boot/dts/ |
| D | nsimosci.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 5 /dts-v1/; 12 #address-cells = <1>; 13 #size-cells = <1>; 14 interrupt-parent = <&core_intc>; 17 /* this is for console on PGU */ 18 /* bootargs = "console=tty0 consoleblank=0"; */ 19 /* this is for console on serial */ 20 …t8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug video=64… 28 compatible = "simple-bus"; [all …]
|
| D | nsimosci_hs.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) 5 /dts-v1/; 12 #address-cells = <1>; 13 #size-cells = <1>; 14 interrupt-parent = <&core_intc>; 17 /* this is for console on PGU */ 18 /* bootargs = "console=tty0 consoleblank=0"; */ 19 /* this is for console on serial */ 20 …t8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug video=64… [all …]
|
| /kernel/linux/linux-6.6/arch/arc/boot/dts/ |
| D | nsimosci.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 5 /dts-v1/; 12 #address-cells = <1>; 13 #size-cells = <1>; 14 interrupt-parent = <&core_intc>; 17 /* this is for console on PGU */ 18 /* bootargs = "console=tty0 consoleblank=0"; */ 19 /* this is for console on serial */ 20 …t8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug video=64… 28 compatible = "simple-bus"; [all …]
|
| D | nsimosci_hs.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com) 5 /dts-v1/; 12 #address-cells = <1>; 13 #size-cells = <1>; 14 interrupt-parent = <&core_intc>; 17 /* this is for console on PGU */ 18 /* bootargs = "console=tty0 consoleblank=0"; */ 19 /* this is for console on serial */ 20 …t8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug video=64… [all …]
|
| /kernel/linux/linux-6.6/drivers/acpi/ |
| D | spcr.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/console.h> 32 if (memcmp(h->oem_id, "QCOM ", ACPI_OEM_ID_SIZE)) in qdf2400_erratum_44_present() 35 if (!memcmp(h->oem_table_id, "QDF2432 ", ACPI_OEM_TABLE_ID_SIZE)) in qdf2400_erratum_44_present() 38 if (!memcmp(h->oem_table_id, "QDF2400 ", ACPI_OEM_TABLE_ID_SIZE) && in qdf2400_erratum_44_present() 39 h->oem_revision == 1) in qdf2400_erratum_44_present() 46 * APM X-Gene v1 and v2 UART hardware is an 16550 like device but has its 47 * register aligned to 32-bit. In addition, the BIOS also encoded the 54 if (tb->interface_type != ACPI_DBG2_16550_COMPATIBLE) in xgene_8250_erratum_present() 57 if (memcmp(tb->header.oem_id, "APMC0D", ACPI_OEM_ID_SIZE) && in xgene_8250_erratum_present() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | pcie.c | 1 // SPDX-License-Identifier: ISC 49 BRCMF_FW_DEF(43602, "brcmfmac43602-pcie"); 50 BRCMF_FW_DEF(4350, "brcmfmac4350-pcie"); 51 BRCMF_FW_DEF(4350C, "brcmfmac4350c2-pcie"); 52 BRCMF_FW_DEF(4356, "brcmfmac4356-pcie"); 53 BRCMF_FW_DEF(43570, "brcmfmac43570-pcie"); 54 BRCMF_FW_DEF(4358, "brcmfmac4358-pcie"); 55 BRCMF_FW_DEF(4359, "brcmfmac4359-pcie"); 56 BRCMF_FW_DEF(4364, "brcmfmac4364-pcie"); 57 BRCMF_FW_DEF(4365B, "brcmfmac4365b-pcie"); [all …]
|
| /kernel/linux/linux-6.6/Documentation/arch/arm/ |
| D | setup.rst | 18 This parameter must be set to the page size of the machine, and 46 These two together describe the character size of the dummy console, 47 or VGA console character size. They should not be used for any other 51 the equivalent character size of your fbcon display. This then allows 55 This describes the character position of cursor on VGA console, and 56 is otherwise unused. (should not be used for other console types, and 77 is non-contiguous from the processors point of view. 81 be used by loaders if the size of the video RAM can't be obtained 85 This describes the kernel virtual start address and size of the 95 system 64-bit serial number [all …]
|
| /kernel/linux/linux-5.10/Documentation/arm/ |
| D | setup.rst | 18 This parameter must be set to the page size of the machine, and 46 These two together describe the character size of the dummy console, 47 or VGA console character size. They should not be used for any other 51 the equivalent character size of your fbcon display. This then allows 55 This describes the character position of cursor on VGA console, and 56 is otherwise unused. (should not be used for other console types, and 77 is non-contiguous from the processors point of view. 81 be used by loaders if the size of the video RAM can't be obtained 85 This describes the kernel virtual start address and size of the 95 system 64-bit serial number [all …]
|
| /kernel/liteos_a/kernel/common/ |
| D | console.c | 2 * Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. 3 * Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved. 32 #include "console.h" 57 /* Inter-module variable */ 78 * acquire uart driver function and filep of /dev/console, 80 * and store filep of /dev/console in *privFilep. 86 if ((filep == NULL) || (filep->f_vnode == NULL) || (filep->f_vnode->data == NULL)) { in GetFilepOps() 91 /* to find console device's filep(now it is *privFilep) through i_private */ in GetFilepOps() 92 struct drv_data *drv = (struct drv_data *)filep->f_vnode->data; in GetFilepOps() 93 *privFilep = (struct file *)drv->priv; in GetFilepOps() [all …]
|