| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | ltc2978.rst | 10 Addresses scanned: - 18 Addresses scanned: - 26 Addresses scanned: - 34 Addresses scanned: - 42 Addresses scanned: - 52 Addresses scanned: - 60 Addresses scanned: - 68 Addresses scanned: - 76 Addresses scanned: - 84 Addresses scanned: - [all …]
|
| H A D | tps53679.rst | 10 Addresses scanned: - 18 Addresses scanned: - 26 Addresses scanned: - 34 Addresses scanned: - 42 Addresses scanned: - 49 Guenter Roeck <linux@roeck-us.net> 53 ----------- 55 Chips in this series are multi-phase step-down converters with one or two 60 ----------- 69 # echo tps53681 0x60 > /sys/bus/i2c/devices/i2c-1/new_device [all …]
|
| H A D | lm25066.rst | 10 Addresses scanned: - 22 Addresses scanned: - 34 Addresses scanned: - 44 Addresses scanned: - 54 Addresses scanned: - 61 Author: Guenter Roeck <linux@roeck-us.net> 65 ----------- 76 ----------- 78 This driver does not auto-detect devices. You will have to instantiate the 79 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for [all …]
|
| H A D | lineage-pem.rst | 1 Kernel driver lineage-pem 8 Prefix: 'lineage-pem' 10 Addresses scanned: - 16 Author: Guenter Roeck <linux@roeck-us.net> 20 ----------- 27 and status reporting commands are non-standard. For this reason, a standard 32 ----------- 41 $ modprobe lineage-pem 42 $ echo lineage-pem 0x40 > /sys/bus/i2c/devices/i2c-1/new_device 44 All Lineage CPL power entry modules have a built-in I2C bus master selector [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 Each input can be a webcam, TV capture device, S-Video capture device or an HDMI 14 capture device. Each output can be an S-Video output device or an HDMI output 18 allows you to use this driver as a test input for application development, since 23 - Support for read()/write(), MMAP, USERPTR and DMABUF streaming I/O. 24 - A large list of test patterns and variations thereof 25 - Working brightness, contrast, saturation and hue controls 26 - Support for the alpha color component 27 - Full colorspace support, including limited/full RGB range 28 - All possible control types are present [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sparc/oradax/ |
| H A D | dax-hv-api.txt | 3 Publication date 2017-09-25 08:21 5 Extracted via "pdftotext -f 547 -l 572 -layout sun4v_20170925.pdf" 14 …These APIs may only be provided by certain platforms, and may not be available to all virtual mach… 16 live-migration and other system management activities. 20 …high speed processoring of database-centric operations. The coprocessors may support one or more of 28 …e Completion Area and, unless execution order is specifically restricted through the use of serial- 45 …device node in the guest MD (Section 8.24.17, “Database Analytics Accelerators (DAX) virtual-device 51 36.1.1.1. "ORCL,sun4v-dax" Device Compatibility 54 • No-op/Sync 77 …See Section 36.2.1, “Query CCB Command Formats” for the corresponding CCB input and output formats. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Input device configuration 6 menu "Input device support" 9 config INPUT config 10 tristate "Generic input layer (needed for keyboard, mouse, ...)" if EXPERT 13 Say Y here if you have any input device (mouse, keyboard, tablet, 20 More information is available: <file:Documentation/input/input.rst> 25 module will be called input. 27 if INPUT 30 tristate "Export input device LEDs in sysfs" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dfl-fme | 1 What: /sys/bus/platform/devices/dfl-fme.0/ports_num 5 Description: Read-only. One DFL FPGA device may have more than 1 9 What: /sys/bus/platform/devices/dfl-fme.0/bitstream_id 13 Description: Read-only. It returns Bitstream (static FPGA region) 17 What: /sys/bus/platform/devices/dfl-fme.0/bitstream_metadata 21 Description: Read-only. It returns Bitstream (static FPGA region) meta 25 What: /sys/bus/platform/devices/dfl-fme.0/cache_size 29 Description: Read-only. It returns cache size of this FPGA device. 31 What: /sys/bus/platform/devices/dfl-fme.0/fabric_version 35 Description: Read-only. It returns fabric version of this FPGA device. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | max77802.txt | 3 This is a part of device tree bindings of MAX77802 multi-function device. 6 The MAX77802 PMIC has 10 high-efficiency Buck and 32 Low-dropout (LDO) 12 - inb1-supply: The input supply for BUCK1 13 - inb2-supply: The input supply for BUCK2 14 - inb3-supply: The input supply for BUCK3 15 - inb4-supply: The input supply for BUCK4 16 - inb5-supply: The input supply for BUCK5 17 - inb6-supply: The input supply for BUCK6 18 - inb7-supply: The input supply for BUCK7 19 - inb8-supply: The input supply for BUCK8 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | input-programming.rst | 2 Creating an input device driver 8 Here comes a very simple example of an input device driver. The device has 12 #include <linux/input.h> 34 return -EBUSY; 40 error = -ENOMEM; 44 button_dev->evbit[0] = BIT_MASK(EV_KEY); 45 button_dev->keybit[BIT_WORD(BTN_0)] = BIT_MASK(BTN_0); 74 First it has to include the <linux/input.h> file, which interfaces to the 75 input subsystem. This provides all the definitions needed. 81 Then it allocates a new input device structure with input_allocate_device() [all …]
|
| H A D | event-codes.rst | 1 .. _input-event-codes: 4 Input event codes 8 The input protocol uses a map of types and codes to express input device values 12 A single hardware event generates multiple input events. Each input event 14 used to separate input events into packets of input data changes occurring at 16 input event encompassing a type, code, and value. 18 The input protocol is a stateful protocol. Events are emitted only when values 20 input subsystem; drivers do not need to maintain the state and may attempt to 22 event code values using the EVIOCG* ioctls defined in linux/input.h. The event 24 class/input/event*/device/capabilities/, and the properties of a device are [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | rsa.h | 4 * \brief The RSA public-key cryptosystem 6 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 7 * SPDX-License-Identifier: Apache-2.0 13 * http://www.apache.org/licenses/LICENSE-2.0 57 #define MBEDTLS_ERR_RSA_BAD_INPUT_DATA -0x4080 /**< Bad input parameters to fun… 58 #define MBEDTLS_ERR_RSA_INVALID_PADDING -0x4100 /**< Input data contains invalid… 59 #define MBEDTLS_ERR_RSA_KEY_GEN_FAILED -0x4180 /**< Something failed during gen… 60 #define MBEDTLS_ERR_RSA_KEY_CHECK_FAILED -0x4200 /**< Key failed to pass the libr… 61 #define MBEDTLS_ERR_RSA_PUBLIC_FAILED -0x4280 /**< The public key operation fa… 62 #define MBEDTLS_ERR_RSA_PRIVATE_FAILED -0x4300 /**< The private key operation f… [all …]
|
| /OK3568_Linux_fs/external/rknpu2/runtime/RK3588/Android/librknn_api/include/ |
| H A D | rknn_api.h | 3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved. 37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of 39 in multi-threaded mode you do not need to turn this mode on. */ 59 /* dummy init flag: could only get total_weight_size and total_internal_size by rknn_query*/ 66 #define RKNN_ERR_FAIL -1 /* execute failed. */ 67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */ 68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */ 69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */ 70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */ 71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/runtime/RK356X/Linux/librknn_api/include/ |
| H A D | rknn_api.h | 3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved. 37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of 39 in multi-threaded mode you do not need to turn this mode on. */ 59 /* dummy init flag: could only get total_weight_size and total_internal_size by rknn_query*/ 66 #define RKNN_ERR_FAIL -1 /* execute failed. */ 67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */ 68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */ 69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */ 70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */ 71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/runtime/RK3588/Linux/librknn_api/include/ |
| H A D | rknn_api.h | 3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved. 37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of 39 in multi-threaded mode you do not need to turn this mode on. */ 59 /* dummy init flag: could only get total_weight_size and total_internal_size by rknn_query*/ 66 #define RKNN_ERR_FAIL -1 /* execute failed. */ 67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */ 68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */ 69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */ 70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */ 71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/runtime/RK356X/Android/librknn_api/include/ |
| H A D | rknn_api.h | 3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved. 37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of 39 in multi-threaded mode you do not need to turn this mode on. */ 59 /* dummy init flag: could only get total_weight_size and total_internal_size by rknn_query*/ 66 #define RKNN_ERR_FAIL -1 /* execute failed. */ 67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */ 68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */ 69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */ 70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */ 71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/runtime/RV1106/Linux/librknn_api/include/ |
| H A D | rknn_api.h | 3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved. 37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of 39 in multi-threaded mode you do not need to turn this mode on. */ 59 /* dummy init flag: could only get total_weight_size and total_internal_size by rknn_query*/ 66 #define RKNN_ERR_FAIL -1 /* execute failed. */ 67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */ 68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */ 69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */ 70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */ 71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | rknn_api.h | 3 * Copyright (c) 2017 - 2022 by Rockchip Corp. All rights reserved. 37 the previous frame which can increase the frame rate on single-threaded mode, but at the cost of 39 in multi-threaded mode you do not need to turn this mode on. */ 59 /* dummy init flag: could only get total_weight_size and total_internal_size by rknn_query*/ 66 #define RKNN_ERR_FAIL -1 /* execute failed. */ 67 #define RKNN_ERR_TIMEOUT -2 /* execute timeout. */ 68 #define RKNN_ERR_DEVICE_UNAVAILABLE -3 /* device is unavailable. */ 69 #define RKNN_ERR_MALLOC_FAIL -4 /* memory malloc fail. */ 70 #define RKNN_ERR_PARAM_INVALID -5 /* parameter is invalid. */ 71 #define RKNN_ERR_MODEL_INVALID -6 /* model is invalid. */ [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zlib.h | 1 /* zlib.h -- interface of the 'zlib' general purpose compression library 3 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler 5 This software is provided 'as-is', without any express or implied 21 Jean-loup Gailly Mark Adler 44 this checks there is no more input data available and the next data 53 The 'zlib' compression library provides in-memory compression and 55 data. This version of the library supports only one compression method 60 enough (for example if an input file is mmap'ed), or can be done by 62 application must provide more input and/or consume the output 65 The compressed data format used by default by the in-memory functions is [all …]
|
| H A D | xz.h | 5 * Igor Pavlov <https://7-zip.org/> 28 * enum xz_mode - Operation mode 30 * @XZ_SINGLE: Single-call mode. This uses less RAM than 31 * multi-call modes, because the LZMA2 36 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2 40 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is 46 * It is possible to enable support only for a subset of the above 59 * enum xz_ret - Return codes 60 * @XZ_OK: Everything is OK so far. More input or more 62 * return code is possible only in multi-call mode [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | hdspm.rst | 2 Software Interface ALSA-DSP MADI Driver 5 (translated from German, so no good English ;-), 7 2004 - winfried ritsch 11 the Controls and startup-options are ALSA-Standard and only the 19 ------------------ 21 * number of channels -- depends on transmission mode 24 use for a lower number of channels is only resource allocation, 27 scaled. (Only important for low performance boards). 29 * Single Speed -- 1..64 channels 33 receiver, only 56 are transmitted/received over the MADI, but [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zlib.h | 1 /* zlib.h -- interface of the 'zlib' general purpose compression library 4 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler 6 This software is provided 'as-is', without any express or implied 22 Jean-loup Gailly Mark Adler 48 The 'zlib' compression library provides in-memory compression and 50 This version of the library supports only one compression method (deflation) 56 case, the application must provide more input and/or consume the output 59 The compressed data format used by default by the in-memory functions is 71 and on communications channels. The gzip format was designed for single- 77 even in case of corrupted input. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zlib.h | 1 /* zlib.h -- interface of the 'zlib' general purpose compression library 4 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler 6 This software is provided 'as-is', without any express or implied 22 Jean-loup Gailly Mark Adler 48 The 'zlib' compression library provides in-memory compression and 50 This version of the library supports only one compression method (deflation) 56 case, the application must provide more input and/or consume the output 59 The compressed data format used by default by the in-memory functions is 71 and on communications channels. The gzip format was designed for single- 77 even in case of corrupted input. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zlib.h | 1 /* zlib.h -- interface of the 'zlib' general purpose compression library 4 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler 6 This software is provided 'as-is', without any express or implied 22 Jean-loup Gailly Mark Adler 48 The 'zlib' compression library provides in-memory compression and 50 This version of the library supports only one compression method (deflation) 56 case, the application must provide more input and/or consume the output 59 The compressed data format used by default by the in-memory functions is 71 and on communications channels. The gzip format was designed for single- 77 even in case of corrupted input. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zlib.h | 1 /* zlib.h -- interface of the 'zlib' general purpose compression library 4 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler 6 This software is provided 'as-is', without any express or implied 22 Jean-loup Gailly Mark Adler 48 The 'zlib' compression library provides in-memory compression and 50 This version of the library supports only one compression method (deflation) 56 case, the application must provide more input and/or consume the output 59 The compressed data format used by default by the in-memory functions is 71 and on communications channels. The gzip format was designed for single- 77 even in case of corrupted input. [all …]
|