| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | random | 1 // -*- C++ -*- 2 //===--------------------------- random -----------------------------------===// 9 //===----------------------------------------------------------------------===// 36 static constexpr result_type max() { return m - 1u;} 39 // constructors and seeding functions 45 // generating functions 96 static constexpr result_type max() { return 2^w - 1; } 99 // constructors and seeding functions 105 // generating functions 154 static constexpr result_type max() { return m-1; } [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | random | 1 // -*- C++ -*- 2 //===--------------------------- random -----------------------------------===// 9 //===----------------------------------------------------------------------===// 36 static constexpr result_type max() { return m - 1u;} 39 // constructors and seeding functions 45 // generating functions 96 static constexpr result_type max() { return 2^w - 1; } 99 // constructors and seeding functions 105 // generating functions 154 static constexpr result_type max() { return m-1; } [all …]
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | livetree.txt | 6 ------------ 8 Traditionally U-Boot has used a 'flat' device tree. This means that it 13 This document describes U-Boot's support for a 'live' device tree, meaning 14 that the tree is loaded into a hierarchical data structure within U-Boot. 18 ---------- 22 - it is the format produced by the device tree compiler, so no translation 25 - it is fairly compact (e.g. there is no need for pointers) 27 - it is accessed by the libfdt library, which is well tested and stable 38 Driver model scans the entire device tree sequentially on start-up which 40 modified at run-time, a live tree is much faster. Even if no modification [all …]
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/config/ |
| H A D | example.cfg | 6 # command line. It also includes advanced settings for functions 9 # sudo ./sleepgraph.py -config config/example.cfg 14 # ---- General Options ---- 26 output-dir: suspend-{hostname}-{date}-{time} 49 # Enable/disable runtime suspend for all devices, restore all after test (default: no-action) 53 # Switch the display on/off for the test using xset (default: no-action) 57 # Print the status of the test run in the given file (default: no-action) 64 # ---- Advanced Options ---- 74 # graph source functions in the timeline (default: false) 101 # Call Loop Max Gap (dev mode only) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | rockchip-pcie-ep.txt | 4 - compatible: Should contain "rockchip,rk3399-pcie-ep" 5 - reg: Two register ranges as listed in the reg-names property 6 - reg-names: Must include the following names 7 - "apb-base" 8 - "mem-base" 9 - clocks: Must contain an entry for each entry in clock-names. 10 See ../clocks/clock-bindings.txt for details. 11 - clock-names: Must include the following entries: 12 - "aclk" 13 - "aclk-perf" [all …]
|
| H A D | rcar-pci-ep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2020 Renesas Electronics Europe GmbH - https://www.renesas.com/eu/en/ 4 --- 5 $id: http://devicetree.org/schemas/pci/rcar-pci-ep.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Renesas R-Car PCIe Endpoint 11 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> 12 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 17 - enum: 18 - renesas,r8a774a1-pcie-ep # RZ/G2M [all …]
|
| H A D | ti,j721e-pci-ep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ 4 --- 5 $id: "http://devicetree.org/schemas/pci/ti,j721e-pci-ep.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Kishon Vijay Abraham I <kishon@ti.com> 14 - $ref: "cdns-pcie-ep.yaml#" 19 - ti,j721e-pcie-ep 24 reg-names: 26 - const: intd_cfg [all …]
|
| H A D | pci-ep.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/pci-ep.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 - Kishon Vijay Abraham I <kishon@ti.com> 17 pattern: "^pcie-ep@" 19 max-functions: 20 description: Maximum number of functions that can be configured 26 max-link-speed: 30 num-lanes: [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | ioasid.c | 1 // SPDX-License-Identifier: GPL-2.0 21 * struct ioasid_allocator_data - Internal data structure to hold information 24 * - Default allocator always has its own XArray to track the IOASIDs allocated. 25 * - Custom allocators may share allocation helpers with different private data. 26 * Custom allocators that share the same helper functions also share the same 33 * 3. When all custom allocators sharing the same helper functions are 37 * functions, outstanding IOASIDs are preserved. 41 * @ops: allocator helper functions and its data 61 static ioasid_t default_alloc(ioasid_t min, ioasid_t max, void *opaque); 77 static ioasid_t default_alloc(ioasid_t min, ioasid_t max, void *opaque) in default_alloc() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_android.h | 2 * Linux cfg80211 driver - Android related functions 6 * Copyright (C) 1999-2017, Broadcom Corporation 27 * <<Broadcom-WL-IPTag/Open:>> 29 * $Id: wl_android.h 794110 2018-12-12 05:03:21Z $ 54 * Android platform dependent functions, feel free to add Android specific functions here 55 * (save the macros in dhd). Please do NOT declare functions that are NOT exposed to dhd 87 #define BCM_GENL_ATTR_MAX (__BCM_GENL_ATTR_MAX - 1) 89 /* commands: enumeration of all commands (functions), 97 #define BCM_GENL_CMD_MAX (__BCM_GENL_CMD_MAX - 1) 121 /* max number of assoc list */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_android.h | 2 * Linux cfg80211 driver - Android related functions 6 * Copyright (C) 1999-2017, Broadcom Corporation 27 * <<Broadcom-WL-IPTag/Open:>> 29 * $Id: wl_android.h 794110 2018-12-12 05:03:21Z $ 54 * Android platform dependent functions, feel free to add Android specific functions here 55 * (save the macros in dhd). Please do NOT declare functions that are NOT exposed to dhd 87 #define BCM_GENL_ATTR_MAX (__BCM_GENL_ATTR_MAX - 1) 89 /* commands: enumeration of all commands (functions), 97 #define BCM_GENL_CMD_MAX (__BCM_GENL_CMD_MAX - 1) 121 /* max number of assoc list */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_android.h | 2 * Linux cfg80211 driver - Android related functions 6 * Copyright (C) 1999-2017, Broadcom Corporation 27 * <<Broadcom-WL-IPTag/Open:>> 29 * $Id: wl_android.h 794110 2018-12-12 05:03:21Z $ 54 * Android platform dependent functions, feel free to add Android specific functions here 55 * (save the macros in dhd). Please do NOT declare functions that are NOT exposed to dhd 87 #define BCM_GENL_ATTR_MAX (__BCM_GENL_ATTR_MAX - 1) 89 /* commands: enumeration of all commands (functions), 97 #define BCM_GENL_CMD_MAX (__BCM_GENL_CMD_MAX - 1) 121 /* max number of assoc list */ [all …]
|
| /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-gcc.1 | 18 .\" Set up some character translations and predefined strings. \*(-- 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" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
| H A D | aarch64-none-linux-gnu-g++.1 | 18 .\" Set up some character translations and predefined strings. \*(-- 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" 100 . 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-gcc.1 | 18 .\" Set up some character translations and predefined strings. \*(-- 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" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
| H A D | arm-none-linux-gnueabihf-g++.1 | 18 .\" Set up some character translations and predefined strings. \*(-- 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" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | acpiphp_glue.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * ACPI PCI HotPlug glue functions to ACPI CA subsystem 5 * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) 6 * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) 8 * Copyright (C) 2003-2005 Matthew Wilcox (willy@infradead.org) 9 * Copyright (C) 2003-2005 Hewlett Packard 21 * - The one in acpiphp_bridge has its refcount elevated by pci_get_slot() 24 * - When a P2P bridge is present, we elevate the refcount on the subordinate 35 #include <linux/pci-acpi.h> 54 * acpiphp_init_context - Create hotplug context and grab a reference to it. [all …]
|
| /OK3568_Linux_fs/buildroot/package/libfreeimage/ |
| H A D | 0002-fix-cpuid-x86.patch | 5 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 9 --- a/Source/OpenEXR/IlmImf/ImfSystemSpecific.cpp 11 @@ -40,21 +40,19 @@ 15 - 17 // Helper functions for gcc + SSE enabled 18 - void cpuid(int n, int &eax, int &ebx, int &ecx, int &edx) 22 - __asm__ __volatile__ ( 23 - "cpuid" 24 - : /* Output */ "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) 25 - : /* Input */ "a"(n) [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ioasid.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #define INVALID_IOASID ((ioasid_t)-1) 10 typedef ioasid_t (*ioasid_alloc_fn_t)(ioasid_t min, ioasid_t max, void *data); 18 * struct ioasid_allocator_ops - IOASID allocator helper functions and data 22 * @list: for tracking ops that share helper functions but not data 35 ioasid_t ioasid_alloc(struct ioasid_set *set, ioasid_t min, ioasid_t max, 46 ioasid_t max, void *private) in ioasid_alloc() argument 63 return -ENOTSUPP; in ioasid_register_allocator() 72 return -ENOTSUPP; in ioasid_set_data()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android.h | 2 * Linux cfg80211 driver - Android related functions 21 * <<Broadcom-WL-IPTag/Dual:>> 71 * Android platform dependent functions, feel free to add Android specific functions here 72 * (save the macros in dhd). Please do NOT declare functions that are NOT exposed to dhd 105 (__cur_ts - __err_ts > WL_MSG_PRINT_RATE_LIMIT_PERIOD)) || \ 156 #define BCM_GENL_ATTR_MAX (__BCM_GENL_ATTR_MAX - 1) 158 /* commands: enumeration of all commands (functions), 166 #define BCM_GENL_CMD_MAX (__BCM_GENL_CMD_MAX - 1) 190 /* max number of assoc list */ 199 /* max number of mac filter list [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android.h | 2 * Linux cfg80211 driver - Android related functions 21 * <<Broadcom-WL-IPTag/Dual:>> 73 * Android platform dependent functions, feel free to add Android specific functions here 74 * (save the macros in dhd). Please do NOT declare functions that are NOT exposed to dhd 104 (__cur_ts - __err_ts > WL_MSG_PRINT_RATE_LIMIT_PERIOD)) || \ 155 #define BCM_GENL_ATTR_MAX (__BCM_GENL_ATTR_MAX - 1) 157 /* commands: enumeration of all commands (functions), 165 #define BCM_GENL_CMD_MAX (__BCM_GENL_CMD_MAX - 1) 189 /* max number of assoc list */ 198 /* max number of mac filter list [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | softfloat.hpp | 2 // It is subject to the license terms in the LICENSE file found in the top-level directory 9 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic 54 of floating-point calculations according to IEEE 754 standard. 55 All calculations are done in integers, that's why they are machine-independent and bit-exact. 56 This library can be useful in accuracy-critical parts like look-up tables generation, tests, etc. 65 as well as quiet/signaling NaN support, on-the-fly rounding mode switch 71 - Construction from signed and unsigned 32-bit and 64 integers, 73 - Conversions between each other, to float or double and to int 75 saturate_cast functions 76 - Add, subtract, multiply, divide, remainder, square root, FMA with absolute precision [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | softfloat.hpp | 2 // It is subject to the license terms in the LICENSE file found in the top-level directory 9 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic 54 of floating-point calculations according to IEEE 754 standard. 55 All calculations are done in integers, that's why they are machine-independent and bit-exact. 56 This library can be useful in accuracy-critical parts like look-up tables generation, tests, etc. 65 as well as quiet/signaling NaN support, on-the-fly rounding mode switch 71 - Construction from signed and unsigned 32-bit and 64 integers, 73 - Conversions between each other, to float or double and to int 75 saturate_cast functions 76 - Add, subtract, multiply, divide, remainder, square root, FMA with absolute precision [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | softfloat.hpp | 2 // It is subject to the license terms in the LICENSE file found in the top-level directory 9 This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic 54 of floating-point calculations according to IEEE 754 standard. 55 All calculations are done in integers, that's why they are machine-independent and bit-exact. 56 This library can be useful in accuracy-critical parts like look-up tables generation, tests, etc. 65 as well as quiet/signaling NaN support, on-the-fly rounding mode switch 71 - Construction from signed and unsigned 32-bit and 64 integers, 73 - Conversions between each other, to float or double and to int 75 saturate_cast functions 76 - Add, subtract, multiply, divide, remainder, square root, FMA with absolute precision [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | rbtree.rst | 2 Red-black Trees (rbtree) in Linux 9 What are red-black trees, and what are they for? 10 ------------------------------------------------ 12 Red-black trees are a type of self-balancing binary search tree, used for 19 Red-black trees are similar to AVL trees, but provide faster real-time bounded 26 There are a number of red-black trees in use in the kernel. 29 The high-resolution timer code uses an rbtree to organize outstanding 31 red-black tree. Virtual memory areas (VMAs) are tracked with red-black 38 Linux Weekly News article on red-black trees 41 Wikipedia entry on red-black trees [all …]
|