Home
last modified time | relevance | path

Searched full:- (Results 1 – 25 of 14393) sorted by relevance

12345678910>>...576

/kernel/linux/linux-5.10/Documentation/vm/
Darch_pgtable_helpers.rst1 .. SPDX-License-Identifier: GPL-2.0
20 +---------------------------+--------------------------------------------------+
22 +---------------------------+--------------------------------------------------+
23 | pte_bad | Tests a non-table mapped PTE |
24 +---------------------------+--------------------------------------------------+
26 +---------------------------+--------------------------------------------------+
28 +---------------------------+--------------------------------------------------+
30 +---------------------------+--------------------------------------------------+
32 +---------------------------+--------------------------------------------------+
34 +---------------------------+--------------------------------------------------+
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
Dnfs41-server.rst7 by reading this file will contain either "+4.1" or "-4.1"
11 It can be disabled at run time by writing the string "-4.1" to
16 (Warning: older servers will interpret "+4.1" and "-4.1" as "+4" and
17 "-4", respectively. Therefore, code meant to work on both new and old
25 focuses on the mandatory-to-implement NFSv4.1 Sessions, providing
37 - **pNFS** Parallel NFS
38 - **FDELG** File Delegations
39 - **DDELG** Directory Delegations
43 - **I** Implemented NFSv4.1 operations.
44 - **NS** Not Supported.
[all …]
/kernel/linux/linux-5.10/Documentation/usb/
Dusbip_protocol.rst26 | ----------------------------------------------> |
29 | <---------------------------------------------- |
48 | ----------------------------------------------> |
51 | <---------------------------------------------- |
55 | ----------------------------------------------> |
58 | <---------------------------------------------- |
63 | ----------------------------------------------> |
66 | ----------------------------------------------> |
69 | ----------------------------------------------> |
72 | <---------------------------------------------- |
[all …]
/kernel/linux/linux-5.10/Documentation/arm64/
Dsilicon-errata.rst10 so-called "errata", which can cause it to deviate from the architecture
32 cases (e.g. those cases that both require a non-secure workaround *and*
37 Features" -> "ARM errata workarounds via the alternatives framework".
39 CPU is detected. For less-intrusive workarounds, a Kconfig option is not
49 +----------------+-----------------+-----------------+-----------------------------+
53 +----------------+-----------------+-----------------+-----------------------------+
54 +----------------+-----------------+-----------------+-----------------------------+
55 | ARM | Cortex-A53 | #826319 | ARM64_ERRATUM_826319 |
56 +----------------+-----------------+-----------------+-----------------------------+
57 | ARM | Cortex-A53 | #827319 | ARM64_ERRATUM_827319 |
[all …]
Dcpu-feature-registers.rst13 -------------
30 c) HWCAPs cannot represent non-boolean information effectively. The
37 ---------------
66 IMPLEMENTATION DEFINED as per ARMv8-A Architecture.
81 \- midr
82 \- revidr
85 --------------------
97 (See Table C5-6 'System instruction encodings for non-Debug System
113 -------------------------------------------
115 1) ID_AA64ISAR0_EL1 - Instruction Set Attribute Register 0
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
Dsuni1x10gexp_regs.h7 * PMC/SIERRA (pm3393) MAC-PHY functionality. *
43 ** Space allocated for VLAN-Id Filter
59 /** S/UNI-1x10GE-XP REGISTER ADDRESS MAP **/
62 /* to the S/UNI-1x10GE-XP Data Sheet for the signification of each bit */
505 /*----------------------------------------*/
509 /* -- End register offset definitions -- */
513 /** SUNI-1x10GE-XP REGISTER BIT MASKS **/
553 /*----------------------------------------------------------------------------
554 * Register 0x0001: S/UNI-1x10GE-XP Product Revision
555 * Bit 3-0 REVISION
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dwlan_if.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2012 - 2018 Microchip Technology Inc., and its subsidiaries.
148 WILC_FW_HT_PROT_RTS_CTS_NONHT = 0, /* RTS-CTS at non-HT rate */
149 WILC_FW_HT_PROT_FIRST_FRAME_NONHT, /* First frame at non-HT rate */
209 * -----------------------------------------------------------
212 * -----------------------------------------------------------
218 * -----------------------------------------------------------
221 * -----------------------------------------------------------
227 * -----------------------------------------------------------
230 * -----------------------------------------------------------
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
Danysee.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * DVB USB Linux driver for Anysee E30 DVB-C & DVB-T USB2.0 receiver
8 * - add smart card reader support for Conditional Access (CA)
92 | 00-63 | GENERAL REPLY PACKET #1 (PREVIOUS REPLY)
98 ----------------------------------------------------------------------------
99 | 01-59 | don't care
100 ----------------------------------------------------------------------------
102 ----------------------------------------------------------------------------
103 | 61-63 | don't care
104 ----------------------------------------------------------------------------
[all …]
/kernel/linux/linux-5.10/arch/arm/nwfpe/
Dsoftfloat-specialize5 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point
11 National Science Foundation under grant MIP-9311980. The original version
12 of this code was written as part of a project to build a fixed-point vector
16 http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt
33 -------------------------------------------------------------------------------
34 Underflow tininess-detection mode, statically initialized to default value.
36 -------------------------------------------------------------------------------
41 -------------------------------------------------------------------------------
42 Raises the exceptions specified by `flags'. Floating-point traps can be
48 Moved this function out of softfloat-specialize into fpmodule.c.
[all …]
Dsoftfloat.h5 This C header file is part of the SoftFloat IEC/IEEE Floating-point
11 National Science Foundation under grant MIP-9311980. The original version
12 of this code was written as part of a project to build a fixed-point vector
16 http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt
37 -------------------------------------------------------------------------------
38 The macro `FLOATX80' must be defined to enable the extended double-precision
39 floating-point format `floatx80'. If this macro is not defined, the
42 -------------------------------------------------------------------------------
49 -------------------------------------------------------------------------------
50 Software IEC/IEEE floating-point types.
[all …]
Dsoftfloat.c4 This C source file is part of the SoftFloat IEC/IEEE Floating-point
10 National Science Foundation under grant MIP-9311980. The original version
11 of this code was written as part of a project to build a fixed-point vector
15 http://www.jhauser.us/arithmetic/SoftFloat-2b/SoftFloat-source.txt
38 -------------------------------------------------------------------------------
39 Primitive arithmetic functions, including multi-word arithmetic, and
42 -------------------------------------------------------------------------------
44 #include "softfloat-macros"
47 -------------------------------------------------------------------------------
52 are propagated from function inputs to output. These details are target-
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Dblockmap.rst1 .. SPDX-License-Identifier: GPL-2.0
3---------------------+----------------------------------------------------------------------------…
7---------------------+----------------------------------------------------------------------------…
10 | | +------------------------------+-------------------------------------------…
14 | | +------------------------------+-------------------------------------------…
15---------------------+----------------------------------------------------------------------------…
16 | 13 | Double-indirect block: (file blocks ``$block_size``/4 + 12 to (``$block_siz…
18 … | +--------------------------------+----------------------------------------------------------…
23 … | +------------------------------+----------------------------------------…
27 … | +------------------------------+----------------------------------------…
[all …]
/kernel/linux/linux-5.10/Documentation/watchdog/
Dwatchdog-parameters.rst7 be listed here unless the driver has its own driver-specific information
10 See Documentation/admin-guide/kernel-parameters.rst for information on
14 -------------------------------------------------
21 timeout. Setting this to a non-zero value can be useful to ensure that
25 -------------------------------------------------
36 -------------------------------------------------
49 -------------------------------------------------
58 -------------------------------------------------
70 -------------------------------------------------
79 -------------------------------------------------
[all …]
/kernel/linux/linux-5.10/Documentation/powerpc/
Dcpu_families.rst10 ------------------
12 - Hash MMU (except 603 and e300)
13 - Software loaded TLB (603 and e300)
14 - Selectable Software loaded TLB in addition to hash MMU (755, 7450, e600)
15 - Mix of 32 & 64 bit::
17 +--------------+ +----------------+
18 | Old POWER | --------------> | RS64 (threads) |
19 +--------------+ +----------------+
23 +--------------+ +----------------+ +------+
24 | 601 | --------------> | 603 | ---> | e300 |
[all …]
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dfscache.rst1 .. SPDX-License-Identifier: GPL-2.0
13 FS-Cache mediates between cache backends (such as CacheFS) and network
16 +---------+
17 | | +--------------+
18 | NFS |--+ | |
19 | | | +-->| CacheFS |
20 +---------+ | +----------+ | | /dev/hda5 |
21 | | | | +--------------+
22 +---------+ +-->| | |
23 | | | |--+
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_powertune.c35--------------------------------------------------------------------------------------------------…
37--------------------------------------------------------------------------------------------------…
60--------------------------------------------------------------------------------------------------…
62--------------------------------------------------------------------------------------------------…
125--------------------------------------------------------------------------------------------------…
127--------------------------------------------------------------------------------------------------…
154--------------------------------------------------------------------------------------------------…
156--------------------------------------------------------------------------------------------------…
177--------------------------------------------------------------------------------------------------…
179--------------------------------------------------------------------------------------------------…
[all …]
/kernel/linux/linux-5.10/drivers/pci/hotplug/
Dibmphp_hpc.c1 // SPDX-License-Identifier: GPL-2.0+
7 * Copyright (C) 2001-2003 IBM Corp.
31 //----------------------------------------------------------------------------
33 //----------------------------------------------------------------------------
40 //----------------------------------------------------------------------------
42 //----------------------------------------------------------------------------
49 //----------------------------------------------------------------------------
51 //----------------------------------------------------------------------------
55 //----------------------------------------------------------------------------
57 //----------------------------------------------------------------------------
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Diqs62x-keys.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/iqs62x-keys.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors
14 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens-
20 further details and examples. Sensor hardware configuration (self-capacitive
21 vs. mutual-inductive, etc.) is selected based on the device's firmware.
26 - azoteq,iqs620a-keys
[all …]
/kernel/linux/linux-5.10/include/xen/interface/io/
Dkbdif.h2 * kbdif.h -- Xen virtual keyboard/mouse
34 * The two halves of a para-virtual driver utilize nodes within
48 *---------------------------- Features supported ----------------------------
54 * feature-disable-keyboard
60 * feature-disable-pointer
66 * feature-abs-pointer
72 * feature-multi-touch
75 * Backends, which support reporting of multi-touch events
78 * feature-raw-pointer
85 *----------------------- Device Instance Parameters ------------------------
[all …]
Dsndif.h4 * Unified sound-device I/O interface for Xen guest OSes.
24 * Copyright (C) 2013-2015 GlobalLogic Inc.
25 * Copyright (C) 2016-2017 EPAM Systems Inc.
51 * Front->back notifications: when enqueuing a new request, sending a
53 * hold-off mechanism provided by the ring macros). Backends must set
56 * Back->front notifications: when enqueuing a new response, sending a
58 * hold-off mechanism provided by the ring macros). Frontends must set
61 * The two halves of a para-virtual sound card driver utilize nodes within
75 * Note: depending on the use-case backend can expose more sound cards and
81 *--------------------------------- Backend -----------------------------------
[all …]
Ddisplif.h24 * Copyright (C) 2016-2017 EPAM Systems Inc.
49 * sophisticated use-cases than a framebuffer device can handle. At the
62 * or bigger than the visible area. This is to enable use-cases, where backend
63 * may do some post-processing of the display and frame buffers supplied,
80 * Front->back notifications: when enqueuing a new request, sending a
82 * hold-off mechanism provided by the ring macros). Backends must set
85 * Back->front notifications: when enqueuing a new response, sending a
87 * hold-off mechanism provided by the ring macros). Frontends must set
90 * The two halves of a para-virtual display driver utilize nodes within
104 * Note: depending on the use-case backend can expose more display connectors
[all …]
/kernel/linux/linux-5.10/Documentation/leds/
Dleds-el15203000.rst1 .. SPDX-License-Identifier: GPL-2.0
8 --------------------------------
21 Max-| ---
26 Min-|- ---
28 0------4------8--> time (sec)
36 0 On -|----+ +----+ +---
38 Off-| +-------------------+ +-------------------+
40 1 On -| +----+ +----+
42 Off |----+ +-------------------+ +------------------
44 2 On -| +----+ +----+
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/
Dhardware.h2 * arch/arm/mach-omap1/include/mach/hardware.h
12 * Reorganized for Linux-2.6 by Tony Lindgren <tony@atomide.com>
76 #define OMAP1_IO_ADDRESS(pa) IOMEM((pa) - OMAP1_IO_OFFSET)
81 * ---------------------------------------------------------------------------
85 * ---------------------------------------------------------------------------
89 * ----------------------------------------------------------------------------
91 * ----------------------------------------------------------------------------
102 * ----------------------------------------------------------------------------
104 * ----------------------------------------------------------------------------
133 * ---------------------------------------------------------------------------
[all …]
/kernel/linux/linux-5.10/net/dsa/
Dtag_ocelot.c1 // SPDX-License-Identifier: GPL-2.0
14 * +-------------------+-------------------+------+------+------------+-------+
17 * +-------------------+-------------------+------+------+------------+-------+
22 * +------+------+------------+-------+
25 * +------+------+------------+-------+
30 * +------------+-------+
33 * +------------+-------+
39 * +-------------------+-------------------+------+------+------------+-------+
42 * +-------------------+-------------------+------+------+------------+-------+
47 * +------+------+------------+-------+
[all …]
/kernel/linux/linux-5.10/include/drm/bridge/
Ddw_hdmi.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
9 #include <sound/hdmi-codec.h>
24 * +----------------------+----------------------------------+------------------------------+
26 * +----------------------+----------------------------------+------------------------------+
28 * +----------------------+----------------------------------+------------------------------+
30 * +----------------------+----------------------------------+------------------------------+
32 * +----------------------+----------------------------------+------------------------------+
34 * +----------------------+----------------------------------+------------------------------+
39 * +----------------------+----------------------------------+------------------------------+
44 * +----------------------+----------------------------------+------------------------------+
[all …]

12345678910>>...576