| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_vdpu1.c | 9 * http://www.apache.org/licenses/LICENSE-2.0 42 JpegdIocRegInfo *info = (JpegdIocRegInfo *)ctx->regs; in jpegd_write_code_word_number() 43 JpegRegSet *reg = &info->regs; in jpegd_write_code_word_number() 49 if (s->ac_index[0] == HUFFMAN_TABLE_ID_ZERO) { in jpegd_write_code_word_number() 51 ac_ptr0 = &(s->ac_table[HUFFMAN_TABLE_ID_ZERO]); in jpegd_write_code_word_number() 52 ac_ptr1 = &(s->ac_table[HUFFMAN_TABLE_ID_ONE]); in jpegd_write_code_word_number() 54 ac_ptr0 = &(s->ac_table[HUFFMAN_TABLE_ID_ONE]); in jpegd_write_code_word_number() 55 ac_ptr1 = &(s->ac_table[HUFFMAN_TABLE_ID_ZERO]); in jpegd_write_code_word_number() 59 reg->reg16.sw_ac1_code1_cnt = ac_ptr0->bits[0]; in jpegd_write_code_word_number() 60 reg->reg16.sw_ac1_code2_cnt = ac_ptr0->bits[1]; in jpegd_write_code_word_number() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | api.py | 6 # SPDX-License-Identifier: GPL-2.0-only 76 def post(self, request, *args, **kwargs): member in XhrBuildRequest 81 Method: POST 97 if 'buildCancel' in request.POST: 98 for i in request.POST['buildCancel'].strip().split(" "): 107 if 'buildDelete' in request.POST: 108 for i in request.POST['buildDelete'].strip().split(" "): 119 if 'targets' in request.POST: 121 s = str(request.POST['targets']) 145 def post(self, request, *args, **kwargs): member in XhrProjectUpdate [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.POST | 1 Power-On-Self-Test support in U-Boot 2 ------------------------------------ 4 This project is to support Power-On-Self-Test (POST) in U-Boot. 6 1. High-level requirements 11 and running Power-On-Self-Test in U-Boot. This framework shall 16 The framework shall allow adding/removing/replacing POST tests. 17 Also, standalone POST tests shall be supported. 21 The framework shall allow run-time configuration of the lists 22 of tests running on normal/power-fail booting. 26 The framework shall support manual running of the POST tests. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | callbacks.rst | 5 Livepatch (un)patch-callbacks provide a mechanism for livepatch modules 10 - Safe updates to global data 12 - "Patches" to init and probe functions 14 - Patching otherwise unpatchable code (i.e. assembly) 25 - Module init/exit code doesn't run when disabling and re-enabling a 28 - A module notifier can't stop a to-be-patched module from loading. 39 * Pre-patch 40 - before a klp_object is patched 42 * Post-patch 43 - after a klp_object has been patched and is active [all …]
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | customize-rootfs.txt | 1 // -*- mode:doc; -*- 4 [[rootfs-custom]] 10 The two recommended methods, which can co-exist, are root filesystem 11 overlay(s) and post build script(s). 19 multiple overlays, space-separated. If you specify a relative path, 31 As shown in xref:customize-dir-structure[], the recommended path for 32 this overlay is +board/<company>/<boardname>/rootfs-overlay+. 34 Post-build scripts (+BR2_ROOTFS_POST_BUILD_SCRIPT+):: 36 Post-build scripts are shell scripts called 'after' Buildroot builds 38 assembled. To enable this feature, specify a space-separated list of [all …]
|
| H A D | customize-post-image.txt | 1 // -*- mode:doc; -*- 6 While post-build scripts (xref:rootfs-custom[]) are run _before_ 7 building the filesystem image, kernel and bootloader, *post-image 11 Post-image scripts can for example be used to automatically extract your 16 To enable this feature, specify a space-separated list of post-image 21 Just like post-build scripts, post-image scripts are run with the main 29 Again just like for the post-build scripts, the scripts have access to 34 The post-image scripts will be executed as the user that executes
|
| /OK3568_Linux_fs/device/rockchip/common/post-hooks/ |
| H A D | example.sh.in | 1 #!/bin/bash -e 3 source "${POST_HELPER:-$(dirname "$(realpath "$0")")/../post-hooks/post-helper}" 8 # Post rootfs hook for "./build.sh post-rootfs <rootfs dir> [args]" 9 echo "post-rootfs $NAME: $@" 12 # ./build.sh post-rootfs /tmp/ A B C 15 # post-rootfs example: /tmp/ A B C
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/ |
| H A D | pbf_reader.hpp | 6 protozero - Minimalistic protocol buffer decoder and encoder in C++. 37 * This class represents a protobuf message. Either a top-level message or 38 * a nested sub-message. Top-level messages can be created from any buffer 47 * Sub-messages are created using get_message(): 78 std::memcpy(&result, m_data - sizeof(T), sizeof(T)); in get_fixed() 90 … return iterator_range<const_fixed_iterator<T>>{const_fixed_iterator<T>(m_data - len, m_data), in packed_fixed() 132 return iterator_range<T>{T{m_data - len, m_data}, in get_packed() 146 * @post There is no current field. 163 * @post There is no current field. 180 * @post There is no current field. [all …]
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | .tiny-printf.o.cmd | |
| H A D | .fdtdec.o.cmd | |
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | .iomux.o.cmd | |
| H A D | .autoboot.o.cmd | |
| H A D | .stdio.o.cmd | |
| H A D | .console.o.cmd | |
| /OK3568_Linux_fs/kernel/tools/testing/selftests/livepatch/ |
| H A D | test-callbacks.sh | 2 # SPDX-License-Identifier: GPL-2.0 19 # - On livepatch enable, before the livepatch transition starts, 20 # pre-patch callbacks are executed for vmlinux and $MOD_TARGET (those 22 # according to the klp_patch, their post-patch callbacks run and the 25 # - Similarly, on livepatch disable, pre-patch callbacks run before the 26 # unpatching transition starts. klp_objects are reverted, post-patch 43 $MOD_LIVEPATCH: pre_patch_callback: $MOD_TARGET -> [MODULE_STATE_LIVE] Normal state 47 $MOD_LIVEPATCH: post_patch_callback: $MOD_TARGET -> [MODULE_STATE_LIVE] Normal state 52 $MOD_LIVEPATCH: pre_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_LIVE] Normal state 56 $MOD_LIVEPATCH: post_unpatch_callback: $MOD_TARGET -> [MODULE_STATE_LIVE] Normal state [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | gm200.c | 34 struct nvkm_device *device = init->base.subdev.device; in pmu_code() 35 struct nvkm_bios *bios = device->bios; in pmu_code() 54 struct nvkm_device *device = init->base.subdev.device; in pmu_data() 55 struct nvkm_bios *bios = device->bios; in pmu_data() 66 struct nvkm_device *device = init->base.subdev.device; in pmu_args() 75 struct nvkm_device *device = init->base.subdev.device; in pmu_exec() 82 pmu_load(struct nv50_devinit *init, u8 type, bool post, in pmu_load() argument 85 struct nvkm_subdev *subdev = &init->base.subdev; in pmu_load() 86 struct nvkm_bios *bios = subdev->device->bios; in pmu_load() 90 return -EINVAL; in pmu_load() [all …]
|
| /OK3568_Linux_fs/u-boot/tpl/drivers/serial/ |
| H A D | .ns16550.o.cmd | |
| H A D | .serial-uclass.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | .stdio.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/drivers/serial/ |
| H A D | .ns16550.o.cmd | |
| H A D | .serial-uclass.o.cmd | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | .fdtdec.o.cmd | |
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | .ns16550.o.cmd | |
| H A D | .serial-uclass.o.cmd | |
| /OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/ |
| H A D | cx25840-audio.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 #include <media/v4l2-common.h> 9 #include <media/drv-intf/cx25840.h> 11 #include "cx25840-core.h" 35 if (state->aud_input != CX25840_AUDIO_SERIAL) { in cx25840_set_audclk_freq() 39 * VID_PLL Integer = 0x0f, VID_PLL Post Divider = 0x04 in cx25840_set_audclk_freq() 40 * AUX_PLL Integer = 0x06, AUX PLL Post Divider = 0x10 in cx25840_set_audclk_freq() 47 * 432 MHz pre-postdivide in cx25840_set_audclk_freq() 53 * 196.6 MHz pre-postdivide in cx25840_set_audclk_freq() 61 * SA_MCLK_DIV = 0x10 = 384/384 * AUX_PLL post dvivider in cx25840_set_audclk_freq() [all …]
|