| /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 56 output channels and up to 8 phases per channel. 60 ----------- [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 output, vbi capture and output, metadata capture and output, radio receivers and 9 simple framebuffer device is available for testing capture and output overlays. 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 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 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | cmipci.rst | 2 Brief Notes on C-Media 8338/8738/8768/8770 Driver 8 Front/Rear Multi-channel Playback 9 --------------------------------- 13 DACs, both streams are handled independently unlike the 4/6ch multi- 22 - The first DAC supports U8 and S16LE formats, while the second DAC 23 supports only S16LE. 24 - The second DAC supports only two channel stereo. 27 rate but only fixed rates: 5512, 8000, 11025, 16000, 22050, 32000, 30 The rear output can be heard only when "Four Channel Mode" switch is 35 When "Four Channel Mode" switch is off, the output from rear speakers [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| 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 61 * output space is required to continue. This 62 * return code is possible only in multi-call mode [all …]
|
| 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 53 The 'zlib' compression library provides in-memory compression and 55 data. This version of the library supports only one compression method 62 application must provide more input and/or consume the output 63 (providing more output space) before each call. 65 The compressed data format used by default by the in-memory functions is 73 and on communications channels. The gzip format was designed for single- [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | systemd.py | 2 # SPDX-License-Identifier: MIT 18 status, output = self.target.run(command) 19 message = '\n'.join([command, output]) 21 cmd = 'SYSTEMD_BUS_TIMEOUT=240s systemctl status --full %s' % target 24 return output 29 Request for the journalctl output to the current target system 32 -args, an optional argument pass through argument 33 -l_match_units, an optional list of units to filter the output 35 -string output of the journalctl command 37 -AssertionError, on remote commands that fail [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/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | dev-decoder.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Memory-to-Memory Stateful Video Decoder Interface 9 A stateful video decoder takes complete chunks of the bytestream (e.g. Annex-B 34 5. Single-planar API (see :ref:`planar-apis`) and applicable structures may be 35 used interchangeably with multi-planar API, unless specified otherwise, 41 7. Given an ``OUTPUT`` buffer A, then A’ represents a buffer on the ``CAPTURE`` 44 .. _decoder-glossary: 78 ``OUTPUT`` buffers must be queued by the client in decode order; for 85 the order in which frames must be displayed; for encoders, ``OUTPUT`` 97 Instantaneous Decoder Refresh; a type of a keyframe in an H.264/HEVC-encoded [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | incompatible_lic.py | 12 result = bitbake('%s --dry-run' % (pn), ignore_status=True) 13 if error_msg not in result.output: 14 raise AssertionError(result.output) 20 …self.lic_test('incompatible-license', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, please use… 26 …self.lic_test('incompatible-license', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid license wild… 31 …self.lic_test('incompatible-license-alias', 'GPL-3.0-only', 'GPLv3', "is an obsolete license, plea… 37 …self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPL-3.0', "*GPL-3.0 is an invalid li… 43 …self.lic_test('incompatible-license-alias', 'GPL-3.0-only', '*GPLv3', "*GPLv3 is an invalid licens… 49 …self.lic_test('incompatible-licenses', 'GPL-3.0-only LGPL-3.0-only', '*GPL-3.0-only', "*GPL-3.0-on… 55 …self.lic_test('incompatible-licenses', 'GPL-2.0-only GPL-3.0-only LGPL-3.0-only', '*', "* is an in… [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | ld.info | 3 This file documents the GNU linker LD (GNU Toolchain for the A-profile 4 Architecture 10.3-2021.07 (arm-10.29)) version 2.36.1. 6 Copyright (C) 1991-2021 Free Software Foundation, Inc. 11 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover 14 INFO-DIR-SECTION Software development 15 START-INFO-DIR-ENTRY 17 END-INFO-DIR-ENTRY 25 This file documents the GNU linker ld (GNU Toolchain for the A-profile 26 Architecture 10.3-2021.07 (arm-10.29)) version 2.36.1. 62 object files in many different formats--for example, COFF or 'a.out'. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | ld.info | 3 This file documents the GNU linker LD (GNU Toolchain for the A-profile 4 Architecture 10.3-2021.07 (arm-10.29)) version 2.36.1. 6 Copyright (C) 1991-2021 Free Software Foundation, Inc. 11 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover 14 INFO-DIR-SECTION Software development 15 START-INFO-DIR-ENTRY 17 END-INFO-DIR-ENTRY 25 This file documents the GNU linker ld (GNU Toolchain for the A-profile 26 Architecture 10.3-2021.07 (arm-10.29)) version 2.36.1. 62 object files in many different formats--for example, COFF or 'a.out'. [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/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-ld.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\| 52 .\" output yourself in some meaningful fashion. 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 …]
|
| H A D | arm-none-linux-gnueabihf-objcopy.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\| 52 .\" output yourself in some meaningful fashion. 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/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/ |
| H A D | aarch64-none-linux-gnu-ld.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\| 52 .\" output yourself in some meaningful fashion. 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 …]
|
| H A D | aarch64-none-linux-gnu-objcopy.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\| 52 .\" output yourself in some meaningful fashion. 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/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 57 (providing more output space) before each call. 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- [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 57 (providing more output space) before each call. 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- [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 57 (providing more output space) before each call. 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- [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 57 (providing more output space) before each call. 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- [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_pipe_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 49 IA_CSS_PIPE_MODE_COPY, /** Copy pipe, only used for embedded/image data copying */ 88 /** For IPU3 only: use output_system_in_res to specify what input resolution 89 will OSYS receive, this resolution is equal to the output resolution of GDC 90 if not determined CSS will set output_system_in_res with main osys output pin resolution 93 /** dvs crop, video only, not in use yet. Use dvs_envelope below. */ 95 /** output of YUV scaling */ 97 /** output of VF YUV scaling */ 110 /** For acceleration pipes only: determine how many times the pipe 111 should be run. Setting this to -1 means it will run until [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | debug.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 5 * \brief Functions for controlling and providing debug output from the library. 8 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 14 * http://www.apache.org/licenses/LICENSE-2.0 90 * \brief Set the threshold error level to handle globally all debug output. 97 * - Debug levels 98 * - 0 No debug 99 * - 1 Error 100 * - 2 State change 101 * - 3 Informational [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | debug.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 5 * \brief Functions for controlling and providing debug output from the library. 8 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 14 * http://www.apache.org/licenses/LICENSE-2.0 90 * \brief Set the threshold error level to handle globally all debug output. 97 * - Debug levels 98 * - 0 No debug 99 * - 1 Error 100 * - 2 State change 101 * - 3 Informational [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | debug.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 5 * \brief Functions for controlling and providing debug output from the library. 8 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 14 * http://www.apache.org/licenses/LICENSE-2.0 90 * \brief Set the threshold error level to handle globally all debug output. 97 * - Debug levels 98 * - 0 No debug 99 * - 1 Error 100 * - 2 State change 101 * - 3 Informational [all …]
|