| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | multiplexed_log.py | 2 # Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. 4 # SPDX-License-Identifier: GPL-2.0 6 # Generate an HTML-formatted log file containing multiple streams of data, 7 # each represented in a well-delineated/-structured fashion. 18 """A file-like object used to write a single logical stream of data into 22 def __init__(self, logfile, name, chained_file): argument 28 chained_file: The file-like object to which all stream data should be 35 self.logfile = logfile 36 self.name = name 37 self.chained_file = chained_file [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | xfs-self-describing-metadata.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 XFS Self Describing Metadata 39 Self Describing Metadata 60 self describing metadata. 62 The first, fundamental requirement of self describing metadata is that the 69 Luckily, almost all XFS metadata has magic numbers embedded already - only the 71 magic numbers. Hence we can change the on-disk format of all these objects to 74 the metadata isn't self identifying. If it contains a new magic number, it is 75 self identifying and we can do much more expansive automated verification of the 78 As a primary concern, self describing metadata needs some form of overall [all …]
|
| H A D | index.rst | 7 This under-development manual will, some glorious day, provide 22 path-lookup 23 api-summary 26 directory-locking 32 mandatory-locking 38 automount-support 70 autofs-mount-control 88 gfs2-uevents 89 gfs2-glocks 94 fuse-io [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | alert.sh | 6 # 30-second alert sound. The alert sound comprises two audio tones at 13 # If you run this script, you may want to hit Ctrl-C fairly soon after the 14 # alert tone starts playing---it's not a pleasant sound! 16 # The synth effect is used to generate each of the tones; "-e mu-law -r 8000" 17 # selects u-law 8kHz sampling-rate audio (i.e. relatively low fidelity, 22 # Note the use of `raw' as the intermediary file format; a self-describing 23 # (header) format would just get in the way here. The self-describing 26 # --------------------------------------------------------------------------- 30 rm -f 2tones.ul # Make sure we append to a file that's initially empty 33 $SOX -e mu-law -r 8000 -n -t raw - synth 0.25 sine $freq gain -3 >> 2tones.ul [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | board.py | 3 # SPDX-License-Identifier: GPL-2.0+ 11 def __init__(self, expr): argument 17 self._expr = expr 18 self._re = re.compile(expr) 20 def Matches(self, props): argument 29 if self._re.match(prop): 33 def __str__(self): argument 34 return self._expr 42 def __init__(self): argument 43 self._expr_list = [] [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | jitdump-specification.txt | 5 -------------------------------------------------------- 7 -------------------------------------------------------- 9 -------------------------------------------------------- 11 -------------------------------------------------------- 17 …s the jitdump file format. The file is generated by Just-In-time compiler runtimes to save meta-da… 21 The format of the file is binary. It is self-describing in terms of endianness and is portable acro… 27 … i.e., append only mode. The file starts with a fixed size file header describing the version of t… 29 The header is followed by a series of records, each starting with a fixed size header describing th… 39 * uint32_t magic : a magic number tagging the file type. The value is 4-byte long and represent… 40 * uint32_t version : a 4-byte value representing the format version. It is currently set to 1 [all …]
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | getdeveloperlib.py | 15 FIND_INFRA_IN_PATCH = re.compile(r"^\+\$\(eval \$\((host-)?([^-]*)-package\)\)$") 38 FIND_INFRA_IN_MK = re.compile(r"^\$\(eval \$\((host-)?([^-]*)-package\)\)$") 43 file describing a package, and find the infrastructure it's using.""" 73 # Unit-test parsing functions 77 """Generate all test-cases from a given test-suite. 107 def __init__(self, name, files): argument 108 self.name = name 109 self.files = files 110 self.packages = parse_developer_packages(files) 111 self.architectures = parse_developer_architectures(files) [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/sys/ |
| H A D | inotify.h | 1 /* Copyright (C) 2005-2021 Free Software Foundation, Inc. 23 /* Get the platform-dependent flags. */ 27 /* Structure describing an inotify event. */ 51 #define IN_DELETE_SELF 0x00000400 /* Self was deleted. */ 52 #define IN_MOVE_SELF 0x00000800 /* Self was moved. */
|
| /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/sys/ |
| H A D | inotify.h | 1 /* Copyright (C) 2005-2021 Free Software Foundation, Inc. 23 /* Get the platform-dependent flags. */ 27 /* Structure describing an inotify event. */ 51 #define IN_DELETE_SELF 0x00000400 /* Self was deleted. */ 52 #define IN_MOVE_SELF 0x00000800 /* Self was moved. */
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | soxi.1 | 10 '\" Replacement em-dash for nroff (default is too short). 34 SoXI \- Sound eXchange Information, display sound file metadata 36 …-V\fR[\fIlevel\fR]] [\fB\-T\fR] [\fB\-t\fR\^|\^\fB\-r\fR\^|\^\fB\-c\fR\^|\^\fB\-s\fR\^|\^\fB\-d\fR… 43 is intended for use only with audio files with a self-describing header. 47 (perhaps for use in a script or batch-file). 50 \fB\-V\fR 55 \fB\-T\fR 58 .B \-d 60 .B \-D 63 .B \-s [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/ |
| H A D | tpo,tpg110.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 11 - Thierry Reding <thierry.reding@gmail.com> 20 self-describing. 22 +--------+ 23 SPI -> | TPO | -> physical display 24 RGB -> | TPG110 | 25 +--------+ [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/fsl/bestcomm/ |
| H A D | bestcomm.h | 7 * ( by Andrey Volkov <avolkov@varma-el.com> ) 8 * Copyright (C) 2003-2004 MontaVista, Software, Inc. 20 * struct bcom_bd - Structure describing a generic BestComm buffer descriptor 38 * struct bcom_task - Structure describing a loaded BestComm task 40 * This structure is never built by the driver it self. It's built and 67 * bcom_enable - Enable a BestComm task 76 * bcom_disable - Disable a BestComm task 86 * bcom_get_task_irq - Returns the irq number of a BestComm task 91 return tsk->irq; in bcom_get_task_irq() 100 /** _bcom_next_index - Get next input index. [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 | Frame-Decorator-API.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 | Unwinding-Frames-in-Python.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 | Frame-Decorator-API.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 | Unwinding-Frames-in-Python.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/kernel/tools/memory-model/ |
| H A D | README | 49 ---------------------------- 53 ------------ ---------- 54 -- 4.18 7.48 -- 55 4.15 -- 4.19 7.49 -- 56 4.20 -- 5.5 7.54 -- 57 5.6 -- 7.56 -- 66 explore the state space of small litmus tests. Documentation describing 68 tests is available in tools/memory-model/Documentation/litmus-tests.txt. 70 Example litmus tests may be found in the Linux-kernel source tree: 72 tools/memory-model/litmus-tests/ [all …]
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | layout.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * layout.h - All NTFS associated on-disk structures. Part of the Linux-NTFS 6 * Copyright (c) 2001-2005 Anton Altaparmakov 71 approx. 4.7x10^21 bytes. (-; */ 117 * operator! (-8 163 * been written to disk. The values 0 and -1 (ie. 0xffff) are not used. All 170 * (obviously) finish before the last le16 of the first 512-byte sector. 175 NTFS_RECORD_TYPE magic; /* A four-byte magic identifying the record 212 FILE_BadClus = 8, /* Contains all bad clusters in the non-resident 223 FILE_reserved12 = 12, /* Reserved for future use (records 12-15). */ [all …]
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | x86-fit-boot.txt | 5 ---------- 10 binary which contains all sorts of parameters and a compressed self-extracting 11 binary for the kernel itself, often with a small built-in serial driver to 15 understanding is that an x86 CPU (even a really new one) starts up in a 16-bit 16 'real' mode where only 1MB of memory is visible, moves to 32-bit 'protected' 18 then to 64-bit 'long' mode if 64-bit execution is required. 20 Partly the self-extracting nature of Linux was introduced to cope with boot 21 loaders that were barely capable of loading anything. Even changing to 32-bit 25 Bit by bit more and more logic has been added to this post-boot pre-Linux 28 - Changing to 32-bit mode [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/ |
| H A D | atmel_hlcdc_dc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 * Author: Jean-Jacques Hiblot <jjhiblot@traphandler.com> 8 * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> 94 #define ATMEL_HLCDC_LAYER_SIZE(w, h) (((w) - 1) | (((h) - 1) << 16)) 115 #define ATMEL_HLCDC_LAYER_DISC_SIZE(w, h) (((w) - 1) | (((h) - 1) << 16)) 192 * @self: descriptor DMA address 198 dma_addr_t self; member 307 * @layers: a layer description table describing available layers 361 regmap_write(layer->regmap, layer->desc->regs_offset + reg, val); in atmel_hlcdc_layer_write_reg() 369 regmap_read(layer->regmap, layer->desc->regs_offset + reg, &val); in atmel_hlcdc_layer_read_reg() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | cxl.rst | 28 +----------+ +---------+ 34 +----------+ +---------+ 36 | +------+ | PSL | 37 | | CAPP |<------>| | 38 +---+------+ PCIE +---------+ 65 - POWER8 and PSL Version 8 are compliant to the CAIA Version 1.0. 66 - POWER9 and PSL Version 9 are compliant to the CAIA Version 2.0. 104 just a per context portion. The hardware is self describing, hence 123 The WED is a 64-bit parameter passed to the AFU when a context is 157 https://github.com/ibm-capi/libcxl [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/bcm/ |
| H A D | brcm,brcmstb.txt | 2 ----------------------------------------------- 3 Boards with Broadcom Brahma15 ARM-based BCMxxxx (generally BCM7xxx variants) 7 - compatible: "brcm,bcm<chip_id>", "brcm,brcmstb" 11 #address-cells = <2>; 12 #size-cells = <2>; 16 Further, syscon nodes that map platform-specific registers used for general 19 - compatible: "brcm,bcm<chip_id>-sun-top-ctrl", "syscon" 20 - compatible: "brcm,bcm<chip_id>-cpu-biu-ctrl", 21 "brcm,brcmstb-cpu-biu-ctrl", 23 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon" [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | intro.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 17 - *Cross-Development Toolchain*: This toolchain contains a compiler, 20 - *Libraries, Headers, and Symbols*: The libraries, headers, and 24 - *Environment Setup Script*: This ``*.sh`` file, once sourced, sets up the 25 cross-development environment by defining variables and preparing for 35 self-contained. The binaries are linked against their own copy of 42 Another feature of the SDKs is that only one set of cross-compiler 50 sysroot because those binaries are target-specific. 54 - The self-contained SDK, which is an architecture-specific 55 cross-toolchain and matching sysroots (target and native) all built [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | nic.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2005-2006 Fen Systems Ltd. 5 * Copyright 2006-2013 Solarflare Communications Inc. 33 buffer->addr = dma_alloc_coherent(&efx->pci_dev->dev, len, in ef4_nic_alloc_buffer() 34 &buffer->dma_addr, gfp_flags); in ef4_nic_alloc_buffer() 35 if (!buffer->addr) in ef4_nic_alloc_buffer() 36 return -ENOMEM; in ef4_nic_alloc_buffer() 37 buffer->len = len; in ef4_nic_alloc_buffer() 43 if (buffer->addr) { in ef4_nic_free_buffer() 44 dma_free_coherent(&efx->pci_dev->dev, buffer->len, in ef4_nic_free_buffer() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | howto.rst | 6 This is the be-all, end-all document on this topic. It contains 18 ------------ 23 know to achieve this by describing the process you need to go through, 27 The kernel is written mostly in C, with some architecture-dependent 30 you plan to do low-level development for that architecture. Though they 34 - "The C Programming Language" by Kernighan and Ritchie [Prentice Hall] 35 - "Practical C Programming" by Steve Oualline [O'Reilly] 36 - "C: A Reference Manual" by Harbison and Steele [Prentice Hall] 60 ------------ 65 described in :ref:`Documentation/process/license-rules.rst <kernel_licensing>`. [all …]
|