| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | gamepad.rst | 1 --------------------------- 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | less_by_segment_ratio.hpp | 3 // Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands. 99 inline bool default_order(Indexed const& left, Indexed const& right) const in default_order() 102 return left.turn_index < right.turn_index; in default_order() 106 Indexed const& right) const in consider_relative_order() 111 left.subject->seg_id, in consider_relative_order() 117 *right.other_seg_id, in consider_relative_order() 123 // Put the one turning left (1; right == -1) as last in consider_relative_order() 132 // If they both turn left: the most left as last in consider_relative_order() 133 // If they both turn right: this is not relevant, but take also here most left in consider_relative_order() 139 return default_order(left, right); in consider_relative_order() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | botching-up-ioctls.rst | 5 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 …]
|
| H A D | applying-patches.rst | 11 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 …]
|
| H A D | 4.Coding.rst | 3 Getting the code right 6 While there is much to be said for a solid and community-oriented design 14 will shift toward doing things right and the tools which can help in that 19 --------- 25 :ref:`Documentation/process/coding-style.rst <codingstyle>`. For much of 26 that time, the policies described in that file were taken as being, at most, 38 strangely-formatted code. 43 giving up a degree of control in a number of ways - including control over 49 as a way of getting their name into the kernel changelogs - or both. But 59 80-column limit, for example), just do it. [all …]
|
| H A D | 5.Posting.rst | 13 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`, 14 :ref:`Documentation/process/submitting-drivers.rst <submittingdrivers>` 15 and :ref:`Documentation/process/submit-checklist.rst <submitchecklist>`. 19 ------------ 25 consider posting in-progress work, or even making a git tree available so 31 patches which are known to be half-baked, but those who do will come in 32 with the idea that they can help you drive the work in the right direction. 36 ----------------------- 41 - Test the code to the extent that you can. Make use of the kernel's 43 combinations of configuration options, use cross-compilers to build for [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | kernel-stacks.rst | 1 .. 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 …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/uv/ |
| H A D | uv_hub.h | 23 * 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/maintainer/ |
| H A D | rebasing-and-merging.rst | 1 .. 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 …]
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | README | 21 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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | sparsebit.c | 1 // 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | pvrusb2.rst | 1 .. 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 …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | license.py | 2 # SPDX-License-Identifier: GPL-2.0-only 18 …return ["AGPL-3", "AGPL-3+", "AGPLv3", "AGPLv3+", "AGPLv3.0", "AGPLv3.0+", "AGPL-3.0", "AGPL-3.0+"… 19 …"GPL-1", "GPL-1+", "GPLv1", "GPLv1+", "GPLv1.0", "GPLv1.0+", "GPL-1.0", "GPL-1.0+", "GPL-2", "GPL-… 20 …"GPLv2+", "GPLv2.0", "GPLv2.0+", "GPL-2.0", "GPL-2.0+", "GPL-3", "GPL-3+", "GPLv3", "GPLv3+", "GPL… 21 …"GPL-3.0", "GPL-3.0+", "LGPLv2", "LGPLv2+", "LGPLv2.0", "LGPLv2.0+", "LGPL-2.0", "LGPL-2.0+", "LGP… 22 …"LGPLv2.1", "LGPLv2.1+", "LGPL-2.1", "LGPL-2.1+", "LGPLv3", "LGPLv3+", "LGPL-3.0", "LGPL-3.0+", "M… 23 …"MPLv1.1", "MPLv2", "MIT-X", "MIT-style", "openssl", "PSF", "PSFv2", "Python-2", "Apachev2", "Apac… 24 …"Artistic-1", "AFL-2", "AFL-1", "AFLv2", "AFLv1", "CDDLv1", "CDDL-1", "EPLv1.0", "FreeType", "Naum… 49 license_pattern = re.compile(r'[a-zA-Z0-9.+_\-]+$') 58 if pos > 0 and license_pattern.match(elements[pos-1]): [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | btree.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * lib/btree.c - Simple In-memory B+Tree 5 * Copyright (c) 2007-2008 Joern Engel <joern@purestorage.com> 9 * see http://programming.kicks-ass.net/kernel-patches/vma_lookup/btree.patch 27 * ~98% pointers - hard to beat. Very sparse radix trees contain only ~2% 35 * values are to the right, not to the left. All used slots within a node 36 * are on the left, all unused slots contain NUL values. Most operations 97 node = mempool_alloc(head->mempool, gfp); in btree_node_alloc() 109 return -1; in longcmp() 140 for (i = geo->keylen - 1; i >= 0; i--) { in dec_key() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/ |
| H A D | 0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch | 3 Date: Thu, 13 Jul 2017 18:41:53 -0700 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 12 btree.c | 32 ++++++++++++++++---------------- 13 1 file changed, 16 insertions(+), 16 deletions(-) 15 diff --git a/btree.c b/btree.c 17 --- a/btree.c 19 @@ -123,7 +123,7 @@ static unsigned long bval(struct btree_geo *geo, unsigned long *node, int n) 20 return node[geo->no_pairs * geo->keylen + n]; 23 -static void setkey(struct btree_geo *geo, unsigned long *node, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | collision_feature.hpp | 56 …e, anchor, shapedText.top, shapedText.bottom, shapedText.left, shapedText.right, boxScale, padding… in CollisionFeature() 60 …// will be viewport-rotation-aligned even if the icon is map-rotation-aligned (e.g. `icon-rotation… 61 …// _or_ `symbol-placement: line`). We're relying on most icons being "close enough" to square that… 63 // See: https://github.com/mapbox/mapbox-gl-js/issues/4861 71 (shapedIcon ? shapedIcon->top() : 0), in CollisionFeature() 72 (shapedIcon ? shapedIcon->bottom() : 0), in CollisionFeature() 73 (shapedIcon ? shapedIcon->left() : 0), in CollisionFeature() 74 (shapedIcon ? shapedIcon->right() : 0), in CollisionFeature() 85 const float right,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | assign_box_corners.hpp | 3 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. 4 // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. 5 // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. 8 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 37 \note The order is crucial. Most logical is LOWER, UPPER and sub-order LEFT, RIGHT 43 \param lower_right point being assigned to lower right coordinates of the box 45 \param upper_right point being assigned to upper right coordinates of the box
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | vfio-ap.rst | 13 The AP adapter cards are exposed via the AP bus. The motivation for vfio-ap 16 facilities which do most of the hard work of providing direct access to AP 45 sub-directory:: 75 /sys/bus/ap/ap_control_domain_mask. The bits in the mask, from most to least 76 significant bit, correspond to domains 0-255. 111 * NQAP: to enqueue an AP command-request message to a queue 112 * DQAP: to dequeue an AP command-reply message from a queue 131 to the KVM guest. Each bit in the mask, from left to right (i.e. from most 133 an APID from 0-255. If a bit is set, the corresponding adapter is valid for 137 assigned to the KVM guest. Each bit in the mask, from left to right (i.e. from [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | falloc.h | 1 /* 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 …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | falloc.h | 1 /* 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | falloc.h | 1 /* 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | endian.h | 2 Copyright (C) 1992-2021 Free Software Foundation, Inc. 24 putting '4' in the most significant byte, '3' in the second most 28 and proceeding to the byte with the highest address at the right. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | endian.h | 2 Copyright (C) 1992-2021 Free Software Foundation, Inc. 24 putting '4' in the most significant byte, '3' in the second most 28 and proceeding to the byte with the highest address at the right. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/ |
| H A D | aarch64-none-linux-gnu-cpp.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/ |
| H A D | arm-none-linux-gnueabihf-cpp.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 20 .\" double quote, and \*(R" will give a right double quote. \*(C+ will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" [all …]
|