| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | dme1737.rst | 18 Addresses scanned: none, address read from Super-I/O config space 34 Addresses scanned: none, address read from Super-I/O config space 43 ----------------- 52 Include non-standard LPC addresses 0x162e and 0x164e 55 - VIA EPIA SN18000 59 ----------- 63 and SCH5127 Super-I/O chips. These chips feature monitoring of 3 temp sensors 64 temp[1-3] (2 remote diodes and 1 internal), 8 voltages in[0-7] (7 external and 65 1 internal) and up to 6 fan speeds fan[1-6]. Additionally, the chips implement 66 up to 5 PWM outputs pwm[1-3,5-6] for controlling fan speeds both manually and [all …]
|
| H A D | jc42.rst | 10 https://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf 20 http://www.atmel.com/Images/Atmel-8852-SEEPROM-AT30TSE002A-Datasheet.pdf 22 http://www.atmel.com/Images/Atmel-8868-DTS-AT30TSE004A-Datasheet.pdf 36 http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf 70 https://www.onsemi.com/pub_link/Collateral/CAT34TS02-D.PDF 72 https://www.onsemi.com/pub/Collateral/CAT6095-D.PDF 99 Addresses scanned: I2C 0x18 - 0x1f 102 Guenter Roeck <linux@roeck-us.net> 106 ----------- 113 The driver auto-detects the chips listed above, but can be manually instantiated [all …]
|
| /OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/ |
| H A D | README | 1 U-Boot for the Boundary Devices Nitrogen6X and 5 U-Boot to the Boundary Devices Nitrogen6X and 9 --------------------------------- 20 http://lists.denx.de/pipermail/u-boot/2012-August/131151.html 23 ----------------------------------------------- 37 -------------------------- 40 clearenv - clear environment to factory default 41 upgradeu - look and source a boot script named 42 '6x_upgrade' to upgrade the U-Boot version 47 ------------------ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tuner-xc2028.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * tuner-xc2028 5 * Copyright (c) 2007-2008 Mauro Carvalho Chehab <mchehab@kernel.org> 13 #define XC2028_DEFAULT_FIRMWARE "xc3028-v27.fw" 14 #define XC3028L_DEFAULT_FIRMWARE "xc3028L-v36.fw" 29 XC2028_AUTO = 0, /* By default, auto-detects */ 67 printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n", in xc2028_attach()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ceph.rst | 1 .. SPDX-License-Identifier: GPL-2.0 15 * N-way replication of data across storage nodes 32 re-replicated in a distributed fashion by the storage nodes themselves 37 in-memory cache above the file namespace that is extremely scalable, 39 and can tolerate arbitrary (well, non-Byzantine) node failures. The 61 files and bytes. That is, a 'getfattr -d foo' on any directory in the 72 setfattr -n ceph.quota.max_bytes -v 100000000 /some/dir 73 getfattr -n ceph.quota.max_bytes /some/dir 85 # mount -t ceph monip[:port][,monip2[:port]...]:/[subdir] mnt 93 # mount -t ceph 1.2.3.4:/ /mnt/ceph [all …]
|
| H A D | autofs.rst | 2 autofs - how it works 8 The goal of autofs is to provide on-demand mounting and race free 17 media with a media-changing robot. 23 filesystem can even be programmatic rather than database-backed, 31 There also needs to be a user-space program which looks up names 35 required with any user-space program. Subsequent text refers to this 55 On most systems, the default master map is located at */etc/auto.master*. 75 So: non-empty (i.e. non-leaf) directories are never mount traps. Empty 93 "`stat`" will (normally) cause the `d_op->d_automount()` dentry operation 117 related behaviours are invoked, both using the `d_op->d_manage()` [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | marvell,mv64xxx-i2c.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/i2c/marvell,mv64xxx-i2c.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Gregory CLEMENT <gregory.clement@bootlin.com> 15 - const: allwinner,sun4i-a10-i2c 16 - items: 17 - const: allwinner,sun7i-a20-i2c 18 - const: allwinner,sun4i-a10-i2c 19 - const: allwinner,sun6i-a31-i2c [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | parport.rst | 4 The ``parport`` code provides parallel-port support under Linux. This 16 port-sharing) and architecture-dependent (which deals with actually 28 architecture-dependent code with (for example):: 30 # insmod parport_pc io=0x3bc,0x378,0x278 irq=none,7,auto 32 to tell the ``parport`` code that you want three PC-style ports, one at 34 auto-detected IRQ. Currently, PC-style (``parport_pc``), Sun ``bpp``, 43 -------- 49 options parport_pc io=0x378,0x278 irq=7,auto 51 modprobe will load ``parport_pc`` (with the options ``io=0x378,0x278 irq=7,auto``) 60 ------------------------ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | e1000.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 8 Copyright(c) 1999 - 2013 Intel Corporation. 13 - Identifying Your Adapter 14 - Command Line Parameters 15 - Speed and Duplex Configuration 16 - Additional Configurations 17 - Support 50 ------- 54 :Valid Range: 0x01-0x0F, 0x20-0x2F 57 This parameter is a bit-mask that specifies the speed and duplex settings [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-enuminput.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 13 VIDIOC_ENUMINPUT - Enumerate video inputs 45 .. flat-table:: struct v4l2_input 46 :header-rows: 0 47 :stub-columns: 0 50 * - __u32 51 - ``index`` 52 - Identifies the input, set by the application. 53 * - __u8 54 - ``name``\ [32] [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ide.rst | 9 ------------------------------------------------------------------------------- 21 For the CMD640, linux disables "IRQ unmasking" (hdparm -u1) on any 23 If "prefetch" is disabled (hdparm -p8), then "IRQ unmasking" can be 26 For the CMD640, linux disables "32bit I/O" (hdparm -c1) on any drive 28 If "prefetch" is enabled (hdparm -p9), then "32bit I/O" can be 37 ------------------------------------------------------------------------------- 42 - 40-conductor IDE cables are capable of transferring data in DMA modes up to 45 - If possible devices should be attached to separate channels if they are 46 available. Typically the disk on the first and CD-ROM on the second. 48 - If you mix devices on the same cable, please consider using similar devices [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e_hw.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. 36 * 00-0B-6A-F6-00-DC in atl1e_hw_set_mac_addr() 40 value = (((u32)hw->mac_addr[2]) << 24) | in atl1e_hw_set_mac_addr() 41 (((u32)hw->mac_addr[3]) << 16) | in atl1e_hw_set_mac_addr() 42 (((u32)hw->mac_addr[4]) << 8) | in atl1e_hw_set_mac_addr() 43 (((u32)hw->mac_addr[5])) ; in atl1e_hw_set_mac_addr() 46 value = (((u32)hw->mac_addr[0]) << 8) | in atl1e_hw_set_mac_addr() 47 (((u32)hw->mac_addr[1])) ; in atl1e_hw_set_mac_addr() 62 if (is_valid_ether_addr(hw->perm_mac_addr)) in atl1e_get_permanent_address() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Range-Checking.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 21 <meta name="resource-type" content="document"> 24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 26 <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> [all …]
|
| H A D | Threads.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 21 <meta name="resource-type" content="document"> 24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 26 <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> [all …]
|
| H A D | PowerPC-Embedded.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 21 <meta name="resource-type" content="document"> 24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 26 <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Range-Checking.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 21 <meta name="resource-type" content="document"> 24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 26 <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> [all …]
|
| H A D | Threads.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 21 <meta name="resource-type" content="document"> 24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 26 <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> [all …]
|
| H A D | PowerPC-Embedded.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc. 9 Free Documentation", with the Front-Cover Texts being "A GNU Manual," 10 and with the Back-Cover Texts as in (a) below. 12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify 14 developing GNU and promoting software freedom." --> 15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> 21 <meta name="resource-type" content="document"> 24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 26 <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> [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/include/c++/10.3.1/ |
| H A D | shared_mutex | 1 // <shared_mutex> -*- C++ -*- 3 // Copyright (C) 2013-2020 Free Software Foundation, Inc. 220 // the POSIX implementation; this can result in busy-waiting, but this 263 // The high bit of _M_state is the write-entered flag which is set to 267 // To take a reader lock, block on gate1 while the write-entered flag is 270 // To release, decrement the count, then if the write-entered flag is set 275 // To take a writer lock, block on gate1 while the write-entered flag is 276 // set, then set the write-entered flag to start queueing, then block on 277 // gate2 while the number of reader locks is non-zero. 278 // To release, unset the write-entered flag and signal gate1 to wake all [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/include/c++/10.3.1/ |
| H A D | shared_mutex | 1 // <shared_mutex> -*- C++ -*- 3 // Copyright (C) 2013-2020 Free Software Foundation, Inc. 220 // the POSIX implementation; this can result in busy-waiting, but this 263 // The high bit of _M_state is the write-entered flag which is set to 267 // To take a reader lock, block on gate1 while the write-entered flag is 270 // To release, decrement the count, then if the write-entered flag is set 275 // To take a writer lock, block on gate1 while the write-entered flag is 276 // set, then set the write-entered flag to start queueing, then block on 277 // gate2 while the number of reader locks is non-zero. 278 // To release, unset the write-entered flag and signal gate1 to wake all [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/ |
| H A D | tsx_async_abort.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 TAA - TSX Asynchronous Abort 11 ------------------- 23 ------------ 28 CVE-2019-11135 TAA TSX Asynchronous Abort (TAA) condition on some 36 ------- 43 hardware transactional memory support to improve performance of multi-threaded 58 Because the buffers are potentially shared between Hyper-Threads cross 59 Hyper-Thread attacks are possible. 70 ---------------- [all …]
|
| /OK3568_Linux_fs/buildroot/package/kodi/ |
| H A D | kodi.mk | 7 # When updating the version, please also update kodi-jsonschemabuilder 8 # and kodi-texturepacker 11 KODI_VERSION = $(KODI_VERSION_MAJOR)-$(KODI_VERSION_NAME) 13 KODI_LICENSE = GPL-2.0 19 # kodi recommends building out-of-source 28 host-flatbuffers \ 29 host-gawk \ 30 host-gettext \ 31 host-gperf \ 32 host-kodi-jsonschemabuilder \ [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ipmi.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 69 * Place-holder for the data, don't make any assumptions about 90 * Called when the interface detects a watchdog pre-timeout. If 135 * so some initialization code can come in and do the OEM-specific 156 * will be resent if no reply is received. If set to -1, the default 237 * If in auto maintenance mode, the driver will automatically go into
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesearchresultmodel.cpp | 14 ** and conditions see http://www.qt.io/terms-conditions. For further 15 ** information use the contact form at http://www.qt.io/contact-us. 31 ** met: http://www.gnu.org/licenses/gpl-2.0.html. 58 \ingroup qml-QtLocation5-places 59 \ingroup qml-QtLocation5-places-models 135 … If it detects that a place has been updated and that place is currently present in the model, then 136 it will call \l Place::getDetails to refresh the details. If it detects that a place has been 180 Any places from the search which can be cross-referenced or matched 197 matches by \l {Alternative Identifier Cross-Referencing}{alternative identifiers}. Generally, 202 be consulted to see precisely what key-value parameters to set. [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ddr_spd.h | 2 * Copyright 2008-2014 Freescale Semiconductor, Inc. 4 * SPDX-License-Identifier: GPL-2.0 11 * Format from "JEDEC Standard No. 21-C, 38 unsigned char clk_cycle2; /* 23 Min SDRAM Cycle time @ CL=X-0.5 */ 40 Clk @ CL=X-0.5 (tAC) */ 41 unsigned char clk_cycle3; /* 25 Min SDRAM Cycle time @ CL=X-1 */ 42 unsigned char clk_access3; /* 26 Max Access from Clk @ CL=X-1 (tAC) */ 52 unsigned char res_36_40[5];/* 36-40 reserved for VCSDRAM */ 53 unsigned char trc; /* 41 Min Active to Auto refresh time tRC */ 54 unsigned char trfc; /* 42 Min Auto to Active period tRFC */ [all …]
|