| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_vdpu1.c | 249 post_processor_reg *post = ®s->post; in jpegd_setup_pp() local 267 post->reg61_dev_conf.sw_pp_axi_rd_id = 0; in jpegd_setup_pp() 268 post->reg61_dev_conf.sw_pp_axi_wr_id = 0; in jpegd_setup_pp() 269 post->reg61_dev_conf.sw_pp_scmd_dis = 1; in jpegd_setup_pp() 270 post->reg61_dev_conf.sw_pp_max_burst = 16; in jpegd_setup_pp() 271 post->reg61_dev_conf.sw_pp_in_a2_endsel = 1; in jpegd_setup_pp() 272 post->reg61_dev_conf.sw_pp_in_a1_swap32 = 1; in jpegd_setup_pp() 273 post->reg61_dev_conf.sw_pp_in_a1_endian = 1; in jpegd_setup_pp() 274 post->reg61_dev_conf.sw_pp_in_swap32_e = 1; in jpegd_setup_pp() 275 post->reg61_dev_conf.sw_pp_in_endian = 1; in jpegd_setup_pp() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | api.py | 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 150 Method: POST [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.POST | 4 This project is to support Power-On-Self-Test (POST) in U-Boot. 16 The framework shall allow adding/removing/replacing POST tests. 17 Also, standalone POST tests shall be supported. 26 The framework shall support manual running of the POST tests. 31 3) The following POST tests shall be developed for MPC823E-based 51 enhancing U-Boot/Linux to provide a common framework for running POST 54 2.1. Hardware-independent POST layer 56 A new optional module will be added to U-Boot, which will run POST 58 support running POST tests manually at any time by executing a 61 The list of available POST tests will be configured at U-Boot build [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | callbacks.rst | 42 * Post-patch 48 active), used to clean up post-patch callback 51 * Post-unpatch 61 symmetry: pre-patch callbacks have a post-unpatch counterpart and 62 post-patch callbacks have a pre-unpatch counterpart. An unpatch 90 No post-patch, pre-unpatch, or post-unpatch callbacks will be executed 96 will only occur if their corresponding post-patch callback executed). 100 only the post-unpatch callback will be called. 118 patch the data *after* patching is complete with a post-patch callback, 126 may be possible to implement similar updates via pre/post-patch [all …]
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | customize-rootfs.txt | 11 overlay(s) and post build script(s). 34 Post-build scripts (+BR2_ROOTFS_POST_BUILD_SCRIPT+):: 36 Post-build scripts are shell scripts called 'after' Buildroot builds 39 post-build scripts in config option +BR2_ROOTFS_POST_BUILD_SCRIPT+ (in 43 Using post-build scripts, you can remove or modify any file in your 47 post-build cleanup scripts. 52 The post-build scripts are run with the main Buildroot tree as current 90 overlay or a post-build script. 102 post-build script to adapt it. However, if the default skeleton is 125 Post-fakeroot scripts (+BR2_ROOTFS_POST_FAKEROOT_SCRIPT+):: [all …]
|
| H A D | customize-post-image.txt | 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 | 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 | 146 * @post There is no current field. 163 * @post There is no current field. 180 * @post There is no current field. 197 * @post There is no current field. 274 * @post If it returns `true` there is a current field now. 329 * @post If it returns `true` there is a current field now with the given tag. 368 * @post If it returns `true` there is a current field now with the given tag. 453 * @post The current field was consumed and there is no current field now. 485 * @post The current field was consumed and there is no current field now. 500 * @post The current field was consumed and there is no current field now. [all …]
|
| /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/u-boot/spl/lib/ |
| H A D | .tiny-printf.o.cmd | |
| H A D | .fdtdec.o.cmd | |
| /OK3568_Linux_fs/kernel/tools/testing/selftests/livepatch/ |
| H A D | test-callbacks.sh | 22 # according to the klp_patch, their post-patch callbacks run and the 26 # unpatching transition starts. klp_objects are reverted, post-patch 67 # - On livepatch enable, only pre/post-patch callbacks are executed for 71 # pre/post-patch callbacks are executed. 74 # $MOD_TARGET) pre/post-unpatch callbacks are executed. 119 # post-unpatch callbacks are executed when this occurs. 121 # - When the livepatch is disabled, pre and post-unpatch callbacks are 166 # pre/post-patch callbacks are executed. 170 # post-unpatch callbacks are executed when this occurs. 213 # - As expected, only pre/post-(un)patch handlers are executed for [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| H A D | gm200.c | 82 pmu_load(struct nv50_devinit *init, u8 type, bool post, in pmu_load() argument 92 if (!post) in pmu_load() 109 gm200_devinit_preos(struct nv50_devinit *init, bool post) in gm200_devinit_preos() argument 114 pmu_load(init, 0x01, post, NULL, NULL); in gm200_devinit_preos() 118 gm200_devinit_post(struct nvkm_devinit *base, bool post) in gm200_devinit_post() argument 135 ret = pmu_load(init, 0x04, post, &exec, &args); in gm200_devinit_post() 142 if (post) { in gm200_devinit_post() 150 if (post) { in gm200_devinit_post() 158 if (post) { in gm200_devinit_post() 168 gm200_devinit_preos(init, post); in gm200_devinit_post() [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/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/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/kernel/drivers/media/i2c/cx25840/ |
| H A D | cx25840-audio.c | 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() 61 * SA_MCLK_DIV = 0x10 = 384/384 * AUX_PLL post dvivider in cx25840_set_audclk_freq() 77 * VID_PLL Integer = 0x0f, VID_PLL Post Divider = 0x04 in cx25840_set_audclk_freq() 78 * AUX_PLL Integer = 0x09, AUX PLL Post Divider = 0x10 in cx25840_set_audclk_freq() 98 * SA_MCLK_DIV = 0x10 = 384/384 * AUX_PLL post dvivider in cx25840_set_audclk_freq() 114 * VID_PLL Integer = 0x0f, VID_PLL Post Divider = 0x04 in cx25840_set_audclk_freq() 115 * AUX_PLL Integer = 0x0a, AUX PLL Post Divider = 0x10 in cx25840_set_audclk_freq() 135 * SA_MCLK_DIV = 0x10 = 384/384 * AUX_PLL post dvivider in cx25840_set_audclk_freq() 153 * VID_PLL Integer = 0x0f, VID_PLL Post Divider = 0x04 in cx25840_set_audclk_freq() [all …]
|