Home
last modified time | relevance | path

Searched refs:stage (Results 151 – 175 of 926) sorted by relevance

12345678910>>...38

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A D..install.cmd1stage-include/include/linux/.install := /bin/sh scripts/headers_install.sh /data/jenkins/workspace…
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmt6359.c132 int i = 0, stage = 0; in hp_main_output_ramp() local
137 stage = up ? i : target - i; in hp_main_output_ramp()
140 stage << RG_HPLOUTSTGCTRL_VAUDP32_SFT); in hp_main_output_ramp()
143 stage << RG_HPROUTSTGCTRL_VAUDP32_SFT); in hp_main_output_ramp()
150 int i = 0, stage = 0; in hp_aux_feedback_loop_gain_ramp() local
155 stage = up ? i : target - i; in hp_aux_feedback_loop_gain_ramp()
157 0xf << 12, stage << 12); in hp_aux_feedback_loop_gain_ramp()
164 int i = 0, stage = 0; in hp_in_pair_current() local
171 stage = increase ? i : target - i; in hp_in_pair_current()
174 0x3 << 3, stage << 3); in hp_in_pair_current()
/OK3568_Linux_fs/buildroot/board/qemu/arm-vexpress-tz/
H A Dreadme.txt22 The boot stage traces (if any) followed by the login prompt will appear
35 this image loads the OP-TEE secure world (ARMv7-A BL32 stage) and the U-boot as
36 non-secure bootloader (BL33 stage).
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust_1.59.0.bb8 rust_runx build --stage 2
/OK3568_Linux_fs/buildroot/boot/binaries-marvell/
H A DConfig.in7 reset and system control. ATF Boot Loader stage 2 (BL2) loads
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A D3.Early-stage.rst3 :Original: :ref:`Documentation/process/3.Early-stage.rst <development_early_stage>`
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgf100.c421 } stage[] = { in gf100_clk_prog() local
430 for (i = 0; i < ARRAY_SIZE(stage); i++) { in gf100_clk_prog()
434 stage[i].exec(clk, j); in gf100_clk_prog()
/OK3568_Linux_fs/kernel/arch/mips/
H A DKconfig.debug36 For most systems, it is firmware or second stage bootloader that
50 the command line from the firmware or the second-stage bootloader.
72 command line arguments from firmware or second stage bootloader.
/OK3568_Linux_fs/buildroot/boot/arm-trusted-firmware/
H A DConfig.in85 platforms were ATF encapsulates the second stage bootloader
107 Select BL32 stage for the trusted firmware
112 With this option selected, ATF will not use any BL32 stage,
/OK3568_Linux_fs/u-boot/include/
H A Dandroid_bootloader_message.h71 char stage[32]; member
H A Dboot_rkimg.h37 char stage[32]; member
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dsleep.c1185 static int acpi_hibernation_begin(pm_message_t stage) in acpi_hibernation_begin() argument
1193 if (stage.event == PM_EVENT_HIBERNATE) in acpi_hibernation_begin()
1257 static int acpi_hibernation_begin_old(pm_message_t stage) in acpi_hibernation_begin_old() argument
1277 if (stage.event == PM_EVENT_HIBERNATE) in acpi_hibernation_begin_old()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css.c109 #define STATS_ENABLED(stage) (stage && stage->binary && stage->binary->info && \ argument
110 (stage->binary->info->sp.enable.s3a || stage->binary->info->sp.enable.dis))
1473 struct ia_css_pipeline_stage *stage; in start_pipe() local
1475 stage = me->pipeline.stages; in start_pipe()
1476 if (stage) { in start_pipe()
1477 me->pipeline.current_stage = stage; in start_pipe()
1478 start_binary(me, stage->binary); in start_pipe()
2360 struct ia_css_pipeline_stage *stage; in sh_css_pipe_free_acc_binaries() local
2370 for (stage = pipeline->stages; stage; stage = stage->next) { in sh_css_pipe_free_acc_binaries()
2372 stage->firmware; in sh_css_pipe_free_acc_binaries()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_lm.h42 void (*setup_blend_config)(struct dpu_hw_mixer *ctx, uint32_t stage,
H A Ddpu_plane.h34 enum dpu_stage stage; member
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.multi-dtb-fit31 The compression stage is optional but reduces the impact on the size of the
39 during the early initialization stage of the SPL (spl_early_init() or
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/
H A Dlibtool_2.4.7.bb8 # We want the results of libtool-cross preserved - don't stage anything ourselves.
/OK3568_Linux_fs/u-boot/doc/SPL/
H A DREADME.spl-secure-boot13 The SPL image is responsible for loading the next stage boot loader, which is
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/openipmi/files/
H A Dfix-symlink-install-error-in-cmdlang.patch6 This patch fixes the error during the install stage when
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.h56 enum mdp5_pipe stage[][MAX_PIPE_STAGE],
/OK3568_Linux_fs/kernel/Documentation/process/
H A Ddevelopment-process.rst14 3.Early-stage
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dcompress.c65 ZSTD_compressionStage_e stage; member
225 cctx->stage = ZSTDcs_init; in ZSTD_continueCCtx()
325 zc->stage = ZSTDcs_init; in ZSTD_resetCCtx_advanced()
350 if (srcCCtx->stage != ZSTDcs_init) in ZSTD_copyCCtx()
2427 cctx->stage = ZSTDcs_ending; in ZSTD_compress_generic()
2495 if (cctx->stage == ZSTDcs_created) in ZSTD_compressContinue_internal()
2498 if (frame && (cctx->stage == ZSTDcs_init)) { in ZSTD_compressContinue_internal()
2504 cctx->stage = ZSTDcs_ongoing; in ZSTD_compressContinue_internal()
2771 if (cctx->stage == ZSTDcs_created) in ZSTD_writeEpilogue()
2775 if (cctx->stage == ZSTDcs_init) { in ZSTD_writeEpilogue()
[all …]
/OK3568_Linux_fs/buildroot/board/raspberrypi/
H A Dreadme.txt139 Second stage boot server
142 Second stage boot server done
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dkomeda-kms.rst24 Layer is the first pipeline stage, which prepares the pixel data for the next
25 stage. It fetches the pixel from memory, decodes it if it's AFBC, rotates the
58 Final stage of display pipeline, Timing controller is not for the pixel
454 put the data flow into next stage.
462 Setup 4: adjust the input_dflow and prepare it for the next stage.
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dsmu.c776 cmd->stage, scmd->status, cmd->pdata[0], scmd->reply_len); in smu_i2c_low_completion()
782 if (cmd->stage == 0) in smu_i2c_low_completion()
805 if (fail || cmd->stage != 0) { in smu_i2c_low_completion()
818 cmd->stage = 1; in smu_i2c_low_completion()
839 cmd->stage = 0; in smu_queue_i2c()

12345678910>>...38