Home
last modified time | relevance | path

Searched refs:stage (Results 176 – 200 of 926) sorted by relevance

12345678910>>...38

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.h35 unsigned int stage);
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Ddevelopment-process.rst19 3.Early-stage
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs-mediatek.c737 enum ufs_notify_change_status stage, in ufs_mtk_pwr_change_notify() argument
743 switch (stage) { in ufs_mtk_pwr_change_notify()
845 enum ufs_notify_change_status stage) in ufs_mtk_link_startup_notify() argument
849 switch (stage) { in ufs_mtk_link_startup_notify()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h31 enum dpu_sspp stage[DPU_STAGE_MAX][PIPES_PER_STAGE]; member
/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_video_eq.h160 unsigned char stage; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zstd/
H A Dzstd_1.5.2.bb4 It's backed by a very fast entropy stage, provided by Huff0 and FSE library."
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A DKconfig22 temperature based upon the over temperature stage value.
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmt6358.c338 int i = 0, stage = 0; in hp_main_output_ramp() local
343 stage = up ? i : target - i; in hp_main_output_ramp()
345 0x7 << 8, stage << 8); in hp_main_output_ramp()
347 0x7 << 11, stage << 11); in hp_main_output_ramp()
354 int i = 0, stage = 0; in hp_aux_feedback_loop_gain_ramp() local
358 stage = up ? i : 0xf - i; in hp_aux_feedback_loop_gain_ramp()
360 0xf << 12, stage << 12); in hp_aux_feedback_loop_gain_ramp()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2023-23916.patch4 Subject: [PATCH] content_encoding: do not reset stage counter for each header
44 /* Stack the unencoding stage. */
H A DCVE-2022-32206.patch49 /* Stack the unencoding stage. */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc/
H A D0003-Fix-non-x86-platforms-on-musl.patch9 This should fail compilation during the linking stage but for some reason
/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1214 switch (smmu_domain->stage) { in arm_smmu_write_strtab_ent()
1641 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_tlb_inv_context()
1669 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_tlb_inv_range()
1822 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_domain_free()
1938 smmu_domain->stage = ARM_SMMU_DOMAIN_BYPASS; in arm_smmu_domain_finalise()
1944 smmu_domain->stage = ARM_SMMU_DOMAIN_S2; in arm_smmu_domain_finalise()
1946 smmu_domain->stage = ARM_SMMU_DOMAIN_S1; in arm_smmu_domain_finalise()
1948 switch (smmu_domain->stage) { in arm_smmu_domain_finalise()
2201 } else if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1 && in arm_smmu_attach_dev()
2212 if (smmu_domain->stage != ARM_SMMU_DOMAIN_BYPASS) in arm_smmu_attach_dev()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Drelocation.c146 unsigned int stage:8; member
1063 if (rc->stage != UPDATE_DATA_PTRS) in replace_file_extents()
1797 if (replaced && rc->stage == UPDATE_DATA_PTRS) in merge_reloc_root()
1823 if (replaced && rc->stage == UPDATE_DATA_PTRS) in merge_reloc_root()
3351 } else if (rc->stage == UPDATE_DATA_PTRS && in relocate_block_group()
3379 if (rc->stage == MOVE_DATA_EXTENTS && in relocate_block_group()
3575 static const char *stage_to_string(int stage) in stage_to_string() argument
3577 if (stage == MOVE_DATA_EXTENTS) in stage_to_string()
3579 if (stage == UPDATE_DATA_PTRS) in stage_to_string()
3666 finishes_stage = rc->stage; in btrfs_relocate_block_group()
[all …]
H A Dextent-tree.c4733 int stage; member
4786 if (wc->stage == UPDATE_BACKREF && in reada_walk_down()
4799 if (wc->stage == DROP_REFERENCE) { in reada_walk_down()
4845 if (wc->stage == UPDATE_BACKREF && in walk_down_proc()
4854 ((wc->stage == DROP_REFERENCE && wc->refs[level] != 1) || in walk_down_proc()
4855 (wc->stage == UPDATE_BACKREF && !(wc->flags[level] & flag)))) { in walk_down_proc()
4867 if (wc->stage == DROP_REFERENCE) { in walk_down_proc()
4967 if (wc->stage == UPDATE_BACKREF && in do_walk_down()
5003 if (wc->stage == DROP_REFERENCE) { in do_walk_down()
5020 wc->stage = UPDATE_BACKREF; in do_walk_down()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A DKconfig734 first stage in segments and enter multiple times. E.g. on
735 the RK3188, the first 1KB of the first stage are loaded
737 remainder of the first stage is loaded, but the BROM
740 This enables support code in the BOOT0 hook for the SPL stage
748 first stage in segments and enter multiple times. E.g. on
749 the RK3188, the first 1KB of the first stage are loaded
751 remainder of the first stage is loaded, but the BROM
754 This enables support code in the BOOT0 hook for the TPL stage
896 is set. This makes U-Boot stage more stable but not flexible any more to
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training.c2380 u32 if_id, stage, ret; in ddr3_tip_ddr3_auto_tune() local
2386 for (stage = 0; stage < MAX_STAGE_LIMIT; stage++) in ddr3_tip_ddr3_auto_tune()
2387 training_result[stage][if_id] = NO_TEST_DONE; in ddr3_tip_ddr3_auto_tune()
2410 for (stage = 0; stage < MAX_STAGE_LIMIT; stage++) { in ddr3_tip_ddr3_auto_tune()
2411 if (training_result[stage][if_id] == TEST_FAILED) in ddr3_tip_ddr3_auto_tune()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr819xU_phy.c1185 u8 *stage, u8 *step, u32 *delay) in rtl8192_phy_SwChnlStepByStep() argument
1198 __func__, *stage, *step, channel); in rtl8192_phy_SwChnlStepByStep()
1269 switch (*stage) { in rtl8192_phy_SwChnlStepByStep()
1282 if ((*stage) == 2) { in rtl8192_phy_SwChnlStepByStep()
1286 (*stage)++; in rtl8192_phy_SwChnlStepByStep()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtb_msgs.h427 u8 stage; member
467 u8 stage; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D857.patch54 env['BOOST_LIBS'] = os.path.join(os.environ['BOOST_ROOT'], 'stage', 'lib')
122 env_cpp11['BOOST_LIBS'] = os.path.join(os.environ['BOOST_ROOT_CPP11'], 'stage', 'lib')
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/firmware/
H A Dcoreboot.txt6 second-stage bootloader (a coreboot "payload").
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.N12139 - 8-stage pipeline.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dsched_policy.c98 int stage = stage_check++ % GVT_TS_BALANCE_STAGE_NUM; in gvt_balance_timeslice() local
103 if (stage == 0) { in gvt_balance_timeslice()
/OK3568_Linux_fs/kernel/drivers/media/radio/wl128x/
H A Dfmdrv.h100 u8 stage; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/blueman/
H A Dblueman_2.2.4.bb46 # during the configure stage, e.g ../recipe-sysroot-native/usr/bin/python3-native/python3.
/OK3568_Linux_fs/buildroot/package/apache/
H A D0003-server-Makefile.in-handle-separate-APR_INCLUDE_DIR-A.patch32 # If export_files is a dependency here, but we remove it during this stage,

12345678910>>...38