Home
last modified time | relevance | path

Searched +full:right +full:- +full:most (Results 1 – 25 of 1059) sorted by relevance

12345678910>>...43

/kernel/linux/linux-6.6/Documentation/input/
Dgamepad.rst1 ---------------------------
3 ---------------------------
11 having user-space deal with different button-mappings for each gamepad, this
25 | <===DP===> |SE| |ST| (W) -|- (E) | |
35 D-Pad Left Right Action Pad
41 Most gamepads have the following features:
43 - Action-Pad
44 4 buttons in diamonds-shape (on the right side). The buttons are
45 differently labeled on most devices so we define them as NORTH,
47 - D-Pad (Direction-pad)
[all …]
/kernel/linux/linux-5.10/Documentation/input/
Dgamepad.rst1 ---------------------------
3 ---------------------------
11 having user-space deal with different button-mappings for each gamepad, this
25 | <===DP===> |SE| |ST| (W) -|- (E) | |
35 D-Pad Left Right Action Pad
41 Most gamepads have the following features:
43 - Action-Pad
44 4 buttons in diamonds-shape (on the right side). The buttons are
45 differently labeled on most devices so we define them as NORTH,
47 - D-Pad (Direction-pad)
[all …]
/kernel/linux/linux-5.10/Documentation/process/
Dbotching-up-ioctls.rst5 From: https://blog.ffwll.ch/2013/11/botching-up-ioctls.html
13 Which is nice, since there's no more insanity in the form of fake-generic, but
18 lessons learned while botching the job for the drm/i915 driver. Most of these
19 only cover technicalities and not the big-picture issues like what the command
25 -------------
28 will need to add a 32-bit compat layer:
33 * Align everything to the natural size and use explicit padding. 32-bit
34 platforms don't necessarily align 64-bit values to 64-bit boundaries, but
35 64-bit platforms do. So we always need padding to the natural size to get
36 this right.
[all …]
Dapplying-patches.rst11 This document is obsolete. In most cases, rather than using ``patch``
54 in the patch file when applying it (the ``-p1`` argument to ``patch`` does
57 To revert a previously applied patch, use the -R argument to patch.
60 patch -p1 < ../patch-x.y.z
64 patch -R -p1 < ../patch-x.y.z
76 patch -p1 < path/to/patch-x.y.z
82 Patch can also get the name of the file to use via the -i argument, like
85 patch -p1 -i path/to/patch-x.y.z
91 xzcat path/to/patch-x.y.z.xz | patch -p1
92 bzcat path/to/patch-x.y.z.gz | patch -p1
[all …]
/kernel/linux/linux-6.6/Documentation/process/
Dbotching-up-ioctls.rst5 From: https://blog.ffwll.ch/2013/11/botching-up-ioctls.html
13 Which is nice, since there's no more insanity in the form of fake-generic, but
18 lessons learned while botching the job for the drm/i915 driver. Most of these
19 only cover technicalities and not the big-picture issues like what the command
25 -------------
28 will need to add a 32-bit compat layer:
33 * Align everything to the natural size and use explicit padding. 32-bit
34 platforms don't necessarily align 64-bit values to 64-bit boundaries, but
35 64-bit platforms do. So we always need padding to the natural size to get
36 this right.
[all …]
Dapplying-patches.rst11 This document is obsolete. In most cases, rather than using ``patch``
54 in the patch file when applying it (the ``-p1`` argument to ``patch`` does
57 To revert a previously applied patch, use the -R argument to patch.
60 patch -p1 < ../patch-x.y.z
64 patch -R -p1 < ../patch-x.y.z
76 patch -p1 < path/to/patch-x.y.z
82 Patch can also get the name of the file to use via the -i argument, like
85 patch -p1 -i path/to/patch-x.y.z
91 xzcat path/to/patch-x.y.z.xz | patch -p1
92 bzcat path/to/patch-x.y.z.gz | patch -p1
[all …]
/kernel/linux/linux-5.10/Documentation/x86/
Dkernel-stacks.rst1 .. SPDX-License-Identifier: GPL-2.0
7 Kernel stacks on x86-64 bit
10 Most of the text from Keith Owens, hacked by AK
37 per CPU interrupt nest counter. This is needed because x86-64 "IST"
48 An IST is selected by a non-zero value in the IST field of an
49 interrupt-gate descriptor. When an interrupt occurs and the hardware
53 will switch back to the per-thread stack. If software wants to allow
62 IST events with the same code to be nested. However in most cases, the
70 Used for interrupt 8 - Double Fault Exception (#DF).
79 Used for non-maskable interrupts (NMI).
[all …]
/kernel/linux/linux-6.6/Documentation/arch/x86/
Dkernel-stacks.rst1 .. SPDX-License-Identifier: GPL-2.0
7 Kernel stacks on x86-64 bit
10 Most of the text from Keith Owens, hacked by AK
37 per CPU interrupt nest counter. This is needed because x86-64 "IST"
48 An IST is selected by a non-zero value in the IST field of an
49 interrupt-gate descriptor. When an interrupt occurs and the hardware
53 will switch back to the per-thread stack. If software wants to allow
62 IST events with the same code to be nested. However in most cases, the
70 Used for interrupt 8 - Double Fault Exception (#DF).
79 Used for non-maskable interrupts (NMI).
[all …]
/kernel/linux/linux-5.10/arch/ia64/include/asm/uv/
Duv_hub.h23 * M - The low M bits of a physical address represent the offset
28 * N - Number of bits in the node portion of a socket physical
31 * NASID - network ID of a router, Mbrick or Cbrick. Nasid values of
33 * equal to 0. Most addressing macros that target UV hub chips
34 * right shift the NASID by 1 to exclude the always-zero bit.
37 * GNODE - NASID right shifted by 1 bit. Most mmrs contain gnodes instead
40 * PNODE - the low N bits of the GNODE. The PNODE is the most useful variant
45 * +--------------------------------+---------------------+
47 * +--------------------------------+---------------------+
48 * |<-------53 - M bits --->|<--------M bits ----->
[all …]
/kernel/linux/linux-6.6/arch/ia64/include/asm/uv/
Duv_hub.h23 * M - The low M bits of a physical address represent the offset
28 * N - Number of bits in the node portion of a socket physical
31 * NASID - network ID of a router, Mbrick or Cbrick. Nasid values of
33 * equal to 0. Most addressing macros that target UV hub chips
34 * right shift the NASID by 1 to exclude the always-zero bit.
37 * GNODE - NASID right shifted by 1 bit. Most mmrs contain gnodes instead
40 * PNODE - the low N bits of the GNODE. The PNODE is the most useful variant
45 * +--------------------------------+---------------------+
47 * +--------------------------------+---------------------+
48 * |<-------53 - M bits --->|<--------M bits ----->
[all …]
/kernel/linux/linux-6.6/Documentation/maintainer/
Drebasing-and-merging.rst1 .. SPDX-License-Identifier: GPL-2.0
8 Git source-code management system. Git is a powerful tool with a lot of
9 features; as is often the case with such tools, there are right and wrong
30 - Changing the parent (starting) commit upon which a series of patches is
36 - Changing the history of a set of patches by fixing (or deleting) broken
48 - History that has been exposed to the world beyond your private system
54 That said, there are always exceptions. Some trees (linux-next being
61 - Do not rebase a branch that contains history created by others. If you
67 - Do not reparent a tree without a good reason to do so. Just being on a
71 - If you must reparent a repository, do not pick some random kernel commit
[all …]
/kernel/linux/linux-6.6/fs/reiserfs/
DREADME21 a check in the mail to you (for non-trivial improvements) when he
25 right to decline to allow him to license your code contribution other
56 distributors wanting them out of sync.:-) Please try to remember to
64 recompile your kernel, most of the time. The errors you get will be
73 the software component development power of the internet. Be the most
92 to work the way he did, he is one of the most selfless men I know.
94 Yura helps with benchmarking, coding hashes, and block pre-allocation
131 Chris Mason dived right into our code, and in just a few months produced
148 Jeff Mahoney, of SuSE, contributed a few cleanup fixes, most notably
/kernel/linux/linux-5.10/fs/reiserfs/
DREADME21 a check in the mail to you (for non-trivial improvements) when he
25 right to decline to allow him to license your code contribution other
56 distributors wanting them out of sync.:-) Please try to remember to
64 recompile your kernel, most of the time. The errors you get will be
73 the software component development power of the internet. Be the most
92 to work the way he did, he is one of the most selfless men I know.
94 Yura helps with benchmarking, coding hashes, and block pre-allocation
131 Chris Mason dived right into our code, and in just a few months produced
148 Jeff Mahoney, of SuSE, contributed a few cleanup fixes, most notably
/kernel/linux/linux-6.6/Documentation/arch/arm/google/
Dchromebook-boot-flow.rst1 .. SPDX-License-Identifier: GPL-2.0
7 Most recent Chromebooks that use device tree are using the opensource
10 is up to depthcharge_ to pick the right device tree from the `FIT Image`_ and
16 - Board name, specified at depthcharge_ compile time. This is $(BOARD) below.
17 - Board revision number, determined at runtime (perhaps by reading GPIO
19 - SKU number, read from GPIO strappings at boot time. This is $(SKU) below.
23 - google,$(BOARD)-rev$(REV)-sku$(SKU)
24 - google,$(BOARD)-rev$(REV)
25 - google,$(BOARD)-sku$(SKU)
26 - google,$(BOARD)
[all …]
/kernel/linux/linux-5.10/Documentation/maintainer/
Drebasing-and-merging.rst1 .. SPDX-License-Identifier: GPL-2.0
8 Git source-code management system. Git is a powerful tool with a lot of
9 features; as is often the case with such tools, there are right and wrong
30 - Changing the parent (starting) commit upon which a series of patches is
36 - Changing the history of a set of patches by fixing (or deleting) broken
48 - History that has been exposed to the world beyond your private system
54 That said, there are always exceptions. Some trees (linux-next being
61 - Do not rebase a branch that contains history created by others. If you
67 - Do not reparent a tree without a good reason to do so. Just being on a
71 - If you must reparent a repository, do not pick some random kernel commit
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dfalloc.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
6 #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */
20 * granularity of the operation. Most will limit operations to
26 * considered an illegal operation - just use ftruncate(2) if you need
35 * unwritten extents - even though file system may choose to zero out the
48 * shifted towards right by len bytes to create a hole. As such, this
52 * of the operation. Most will limit operations to filesystem block size
57 * the file is considered an illegal operation - just use ftruncate(2) or
66 * copy-on-write.
69 * granularity of the operation. Most will limit operations to filesystem
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dfalloc.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
6 #define FALLOC_FL_PUNCH_HOLE 0x02 /* de-allocates range */
20 * granularity of the operation. Most will limit operations to
26 * considered an illegal operation - just use ftruncate(2) if you need
35 * unwritten extents - even though file system may choose to zero out the
48 * shifted towards right by len bytes to create a hole. As such, this
52 * of the operation. Most will limit operations to filesystem block size
57 * the file is considered an illegal operation - just use ftruncate(2) or
66 * copy-on-write.
69 * granularity of the operation. Most will limit operations to filesystem
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dpvrusb2.rst1 .. SPDX-License-Identifier: GPL-2.0
9 ----------
13 Its history started with the reverse-engineering effort by Björn
29 1. Low level wire-protocol implementation with the device.
38 tear-down, arbitration, and interaction with high level
45 The most important shearing layer is between the top 2 layers. A
54 right now the V4L high level interface is the most complete, the
56 functions, and there's no reason I see right now why it shouldn't be
57 possible to produce a DVB high level interface that can sit right
61 --------
[all …]
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/
Dpvrusb2.rst1 .. SPDX-License-Identifier: GPL-2.0
9 ----------
13 Its history started with the reverse-engineering effort by Björn
29 1. Low level wire-protocol implementation with the device.
38 tear-down, arbitration, and interaction with high level
45 The most important shearing layer is between the top 2 layers. A
54 right now the V4L high level interface is the most complete, the
56 functions, and there's no reason I see right now why it shouldn't be
57 possible to produce a DVB high level interface that can sit right
61 --------
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
Dsparsebit.c1 // SPDX-License-Identifier: GPL-2.0-only
27 * sparsebit_alloc() and most also take a bit index. Frequently
30 * ---- Query Operations
37 * ---- Modifying Operations
67 * For the most part the internal implementation of sparsebit is
72 * set. It is also efficient in memory usage when most of the bits are
75 * At a high-level the state of the bit settings are maintained through
76 * the use of a binary-search tree, where each node contains at least
87 * node, while the mask member stores the setting of the first 32-bits.
99 * represent cases where most bits are set. For example, the case of all
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
Dsparsebit.c1 // SPDX-License-Identifier: GPL-2.0-only
27 * sparsebit_alloc() and most also take a bit index. Frequently
30 * ---- Query Operations
37 * ---- Modifying Operations
67 * For the most part the internal implementation of sparsebit is
72 * set. It is also efficient in memory usage when most of the bits are
75 * At a high-level the state of the bit settings are maintained through
76 * the use of a binary-search tree, where each node contains at least
87 * node, while the mask member stores the setting of the first 32-bits.
99 * represent cases where most bits are set. For example, the case of all
[all …]
/kernel/linux/linux-5.10/net/wimax/
Dwimax-internal.h1 /* SPDX-License-Identifier: GPL-2.0-only */
6 * Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com>
7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
32 * (wimax_dev->mutex). As well, most operations need to call this
33 * function to check if the state is the right one.
35 * An error value will be returned if the state is not the right
42 if (wimax_dev->state == __WIMAX_ST_NULL) in wimax_dev_is_ready()
43 return -EINVAL; /* Device is not even registered! */ in wimax_dev_is_ready()
44 if (wimax_dev->state == WIMAX_ST_DOWN) in wimax_dev_is_ready()
45 return -ENOMEDIUM; in wimax_dev_is_ready()
[all …]
/kernel/linux/linux-6.6/arch/openrisc/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 # see Documentation/kbuild/kconfig-language.rst.
89 caches at relevant times. Most OpenRISC implementations support write-
138 bool "Have instruction l.ror for rotate right"
146 l.ror rotate right instruction.
151 bool "Have instruction l.rori for rotate right with immediate"
159 l.rori rotate right with immediate instruction.
179 int "Maximum number of CPUs (2-32)"
185 bool "Symmetric Multi-Processing support"
225 supply some command-line options at build time by entering them
/kernel/linux/linux-6.6/drivers/media/rc/keymaps/
Drc-kworld-plus-tv-analog.c1 // SPDX-License-Identifier: GPL-2.0+
2 // kworld-plus-tv-analog.h - Keytable for kworld_plus_tv_analog Remote Controller
4 // keymap imported from ir-keymaps.c
8 #include <media/rc-map.h>
17 { 0x16, KEY_CLOSECD }, /* -> ) */
26 /* Two keys have the same code: 4 and right */
45 /* Couldn't map key left/key right since those
55 Most of them conflict with digits.
/kernel/linux/linux-5.10/drivers/media/rc/keymaps/
Drc-kworld-plus-tv-analog.c1 // SPDX-License-Identifier: GPL-2.0+
2 // kworld-plus-tv-analog.h - Keytable for kworld_plus_tv_analog Remote Controller
4 // keymap imported from ir-keymaps.c
8 #include <media/rc-map.h>
17 { 0x16, KEY_CLOSECD }, /* -> ) */
26 /* Two keys have the same code: 4 and right */
45 /* Couldn't map key left/key right since those
55 Most of them conflict with digits.

12345678910>>...43