| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_isp_params.c | 63 const struct ia_css_pipeline_stage *stage, in ia_css_process_aa() argument 83 const struct ia_css_pipeline_stage *stage, in ia_css_process_anr() argument 118 const struct ia_css_pipeline_stage *stage, in ia_css_process_anr2() argument 153 const struct ia_css_pipeline_stage *stage, in ia_css_process_bh() argument 200 const struct ia_css_pipeline_stage *stage, in ia_css_process_cnr() argument 235 const struct ia_css_pipeline_stage *stage, in ia_css_process_crop() argument 270 const struct ia_css_pipeline_stage *stage, in ia_css_process_csc() argument 305 const struct ia_css_pipeline_stage *stage, in ia_css_process_dp() argument 338 const struct ia_css_pipeline_stage *stage, in ia_css_process_bnr() argument 373 const struct ia_css_pipeline_stage *stage, in ia_css_process_de() argument [all …]
|
| H A D | sh_css_sp.c | 108 unsigned int stage) in store_sp_stage_data() argument 763 assert(stage); in is_sp_stage() 869 unsigned int stage, in sh_css_sp_init_stage() argument 1072 assert(stage); in sp_init_stage() 1074 binary = stage->binary; in sp_init_stage() 1076 args = &stage->args; in sp_init_stage() 1138 assert(stage); in sp_init_sp_stage() 1139 switch (stage->sp_func) { in sp_init_sp_stage() 1207 for (stage = me->stages, num = 0; stage; stage = stage->next, num++) { in sh_css_sp_init_pipeline() 1208 stage->stage_num = num; in sh_css_sp_init_pipeline() [all …]
|
| /linux-6.15/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
| H A D | pipeline.c | 318 if (stage) in ia_css_pipeline_create_and_add_stage() 333 for (stage = pipeline->stages; stage; stage = stage->next) { in ia_css_pipeline_finalize_stages() 350 assert(stage); in ia_css_pipeline_get_stage() 355 *stage = s; in ia_css_pipeline_get_stage() 374 *stage = s; in ia_css_pipeline_get_stage_from_fw() 418 *stage = s; in ia_css_pipeline_get_output_stage() 420 if (*stage) in ia_css_pipeline_get_output_stage() 583 stage = kvzalloc(sizeof(*stage), GFP_KERNEL); in pipeline_stage_create() 584 if (!stage) { in pipeline_stage_create() 649 if (stage) in pipeline_stage_create() [all …]
|
| /linux-6.15/arch/riscv/errata/thead/ |
| H A D | errata.c | 27 static bool errata_probe_mae(unsigned int stage, in errata_probe_mae() argument 36 if (stage != RISCV_ALTERNATIVES_EARLY_BOOT && in errata_probe_mae() 37 stage != RISCV_ALTERNATIVES_MODULE) in errata_probe_mae() 118 if (stage == RISCV_ALTERNATIVES_EARLY_BOOT) in errata_probe_cmo() 121 if (stage == RISCV_ALTERNATIVES_BOOT) { in errata_probe_cmo() 140 if (stage == RISCV_ALTERNATIVES_EARLY_BOOT) in errata_probe_pmu() 163 if (stage != RISCV_ALTERNATIVES_EARLY_BOOT) in errata_probe_ghostwrite() 176 if (errata_probe_mae(stage, archid, impid)) in thead_errata_probe() 179 errata_probe_cmo(stage, archid, impid); in thead_errata_probe() 181 if (errata_probe_pmu(stage, archid, impid)) in thead_errata_probe() [all …]
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | aesp10-ppc.pl | 207 stvx $stage,0,$out 227 stvx $stage,0,$out 244 stvx $stage,0,$out 256 stvx $stage,0,$out 271 stvx $stage,0,$out 297 vsldoi $stage,$stage,$in0,8 301 vperm $outtail,$stage,$stage,$outperm # rotate 305 stvx $stage,0,$out 311 vperm $outtail,$stage,$stage,$outperm # rotate 317 stvx $stage,0,$out [all …]
|
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | tprot.c | 63 enum stage { enum 73 enum stage stage; member 139 static enum stage perform_next_stage(int *i, bool mapped_0) in perform_next_stage() 141 enum stage stage = tests[*i].stage; in perform_next_stage() local 145 for (; tests[*i].stage == stage; (*i)++) { in perform_next_stage() 163 return stage; in perform_next_stage() 185 #define HOST_SYNC_NO_TAP(vcpup, stage) \ argument 189 int __stage = (stage); \ 199 #define HOST_SYNC(vcpu, stage) \ argument 201 HOST_SYNC_NO_TAP(vcpu, stage); \ [all …]
|
| /linux-6.15/drivers/watchdog/ |
| H A D | kempld_wdt.c | 103 struct kempld_wdt_stage *stage, in kempld_wdt_set_stage_action() argument 109 if (!stage || !stage->mask) in kempld_wdt_set_stage_action() 129 struct kempld_wdt_stage *stage, in kempld_wdt_set_stage_timeout() argument 141 if (!stage) in kempld_wdt_set_stage_timeout() 149 if (stage_timeout64 > stage->mask) in kempld_wdt_set_stage_timeout() 152 stage_timeout = stage_timeout64 & stage->mask; in kempld_wdt_set_stage_timeout() 170 struct kempld_wdt_stage *stage) in kempld_wdt_get_timeout() argument 179 if (!stage->mask) in kempld_wdt_get_timeout() 205 timeout_stage = &wdt_data->stage[STAGE_TIMEOUT]; in kempld_wdt_set_timeout() 264 timeout_stage = &wdt_data->stage[STAGE_TIMEOUT]; in kempld_wdt_update_timeouts() [all …]
|
| /linux-6.15/drivers/thermal/qcom/ |
| H A D | qcom-spmi-temp-alarm.c | 76 unsigned int stage; member 118 stage > STAGE_COUNT) in qpnp_tm_decode_temp() 161 stage = ret; in qpnp_tm_update_temp_no_adc() 164 stage_new = stage; in qpnp_tm_update_temp_no_adc() 165 stage_old = chip->stage; in qpnp_tm_update_temp_no_adc() 167 stage_new = alarm_state_map[stage]; in qpnp_tm_update_temp_no_adc() 181 chip->stage = stage; in qpnp_tm_update_temp_no_adc() 301 unsigned int stage; in qpnp_tm_init() local 318 chip->stage = ret; in qpnp_tm_init() 321 ? chip->stage : alarm_state_map[chip->stage]; in qpnp_tm_init() [all …]
|
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | hyperv_ipi.c | 95 GUEST_SYNC(stage++); in sender_guest_code() 109 GUEST_SYNC(stage++); in sender_guest_code() 116 GUEST_SYNC(stage++); in sender_guest_code() 129 GUEST_SYNC(stage++); in sender_guest_code() 138 GUEST_SYNC(stage++); in sender_guest_code() 151 GUEST_SYNC(stage++); in sender_guest_code() 160 GUEST_SYNC(stage++); in sender_guest_code() 174 GUEST_SYNC(stage++); in sender_guest_code() 183 GUEST_SYNC(stage++); in sender_guest_code() 248 int stage = 1, r; in main() local [all …]
|
| H A D | set_boot_cpu_id.c | 61 int stage; in run_vcpu() local 63 for (stage = 0; stage < 2; stage++) { in run_vcpu() 70 uc.args[1] == stage + 1, in run_vcpu() 72 stage + 1, (ulong)uc.args[1]); in run_vcpu() 76 TEST_ASSERT(stage == 1, in run_vcpu() 78 stage); in run_vcpu()
|
| H A D | vmx_preemption_timer_test.c | 162 int stage; in main() local 180 for (stage = 1;; stage++) { in main() 198 uc.args[1] == stage, "Stage %d: Unexpected register values vmexit, got %lx", in main() 199 stage, (ulong)uc.args[1]); in main() 208 if (stage == 2) { in main() 211 stage, uc.args[2], uc.args[3]); in main() 214 stage, uc.args[4], uc.args[5]); in main() 218 stage, uc.args[2], uc.args[3]); in main() 222 stage, uc.args[4], uc.args[5]); in main()
|
| H A D | hyperv_tlb_flush.c | 205 int i, stage = 1; in sender_guest_code() local 212 GUEST_SYNC(stage++); in sender_guest_code() 224 GUEST_SYNC(stage++); in sender_guest_code() 238 GUEST_SYNC(stage++); in sender_guest_code() 251 GUEST_SYNC(stage++); in sender_guest_code() 266 GUEST_SYNC(stage++); in sender_guest_code() 281 GUEST_SYNC(stage++); in sender_guest_code() 299 GUEST_SYNC(stage++); in sender_guest_code() 317 GUEST_SYNC(stage++); in sender_guest_code() 338 GUEST_SYNC(stage++); in sender_guest_code() [all …]
|
| H A D | smm_test.c | 136 int stage, stage_reported; in main() local 166 for (stage = 1;; stage++) { in main() 178 TEST_ASSERT(stage_reported == stage || in main() 181 stage, stage_reported); in main() 187 if (stage == 8) { in main() 196 if (stage == 10) in main()
|
| H A D | hyperv_clock.c | 212 int stage; in main() local 229 for (stage = 1;; stage++) { in main() 241 TEST_ASSERT(stage == 11, "Testing ended prematurely, stage %d", in main() 242 stage); in main() 249 uc.args[1] == stage, in main() 251 stage, (ulong)uc.args[1]); in main() 254 if (stage == 7 || stage == 8 || stage == 10) { in main()
|
| H A D | cpuid_test.c | 120 static void run_vcpu(struct kvm_vcpu *vcpu, int stage) in run_vcpu() argument 129 uc.args[1] == stage + 1, in run_vcpu() 131 stage + 1, (ulong)uc.args[1]); in run_vcpu() 207 int stage; in main() local 217 for (stage = 0; stage < 3; stage++) in main() 218 run_vcpu(vcpu, stage); in main()
|
| /linux-6.15/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_lm.c | 41 static inline int _stage_offset(struct dpu_hw_mixer *ctx, enum dpu_stage stage) in _stage_offset() argument 44 if (stage != DPU_STAGE_BASE && stage <= sblk->maxblendstages) in _stage_offset() 45 return sblk->blendstage_base[stage - DPU_STAGE_0]; in _stage_offset() 97 u32 stage, u32 fg_alpha, u32 bg_alpha, u32 blend_op) in dpu_hw_lm_setup_blend_config_combined_alpha() argument 103 if (stage == DPU_STAGE_BASE) in dpu_hw_lm_setup_blend_config_combined_alpha() 106 stage_off = _stage_offset(ctx, stage); in dpu_hw_lm_setup_blend_config_combined_alpha() 116 u32 stage, u32 fg_alpha, u32 bg_alpha, u32 blend_op) in dpu_hw_lm_setup_blend_config() argument 121 if (stage == DPU_STAGE_BASE) in dpu_hw_lm_setup_blend_config() 124 stage_off = _stage_offset(ctx, stage); in dpu_hw_lm_setup_blend_config()
|
| /linux-6.15/Documentation/leds/ |
| H A D | leds-sc27xx.rst | 16 for the high stage. To be compatible with the hardware pattern 17 format, we should set brightness as 0 for rise stage, fall 18 stage and low stage. 20 - Min stage duration: 125 ms 21 - Max stage duration: 31875 ms 23 Since the stage duration step is 125 ms, the duration should be
|
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | hypercalls.c | 59 static int stage = TEST_STAGE_REG_IFACE; variable 113 switch (stage) { in guest_test_hvc() 118 res.a0, hc_info->func_id, hc_info->arg1, stage); in guest_test_hvc() 126 GUEST_FAIL("Unexpected stage = %u", stage); in guest_test_hvc() 133 while (stage != TEST_STAGE_END) { in guest_code() 134 switch (stage) { in guest_code() 145 GUEST_FAIL("Unexpected stage = %u", stage); in guest_code() 148 GUEST_SYNC(stage); in guest_code() 273 int prev_stage = stage; in test_guest_stage() 278 stage++; in test_guest_stage() [all …]
|
| /linux-6.15/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_ctl.c | 290 enum mdp_mixer_stage_id stage) in mdp_ctl_blend_mask() argument 293 case SSPP_VIG0: return MDP5_CTL_LAYER_REG_VIG0(stage); in mdp_ctl_blend_mask() 294 case SSPP_VIG1: return MDP5_CTL_LAYER_REG_VIG1(stage); in mdp_ctl_blend_mask() 295 case SSPP_VIG2: return MDP5_CTL_LAYER_REG_VIG2(stage); in mdp_ctl_blend_mask() 296 case SSPP_RGB0: return MDP5_CTL_LAYER_REG_RGB0(stage); in mdp_ctl_blend_mask() 310 enum mdp_mixer_stage_id stage) in mdp_ctl_blend_ext_mask() argument 351 enum mdp5_pipe stage[][MAX_PIPE_STAGE], in mdp5_ctl_blend() 375 mdp_ctl_blend_mask(stage[i][PIPE_LEFT], i) | in mdp5_ctl_blend() 376 mdp_ctl_blend_mask(stage[i][PIPE_RIGHT], i); in mdp5_ctl_blend() 378 mdp_ctl_blend_ext_mask(stage[i][PIPE_LEFT], i) | in mdp5_ctl_blend() [all …]
|
| /linux-6.15/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | nsPlugin.py | 86 def adjust_command(self, stage, command): argument 87 super().adjust_command(stage, command) 99 if stage == 'setup' or stage == 'execute' or stage == 'verify' or stage == 'teardown': 101 …nd: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist)) 221 def _exec_cmd(self, stage, command): argument 240 def _exec_cmd_batched(self, stage, commands): argument 242 self._exec_cmd(stage, cmd)
|
| /linux-6.15/drivers/gpu/drm/msm/disp/mdp4/ |
| H A D | mdp4_kms.h | 96 enum mdp4_pipe pipe, enum mdp_mixer_stage_id stage) in mixercfg() argument 102 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE0(stage) | in mixercfg() 108 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE1(stage) | in mixercfg() 114 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE2(stage) | in mixercfg() 120 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE3(stage) | in mixercfg() 126 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE4(stage) | in mixercfg() 132 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE5(stage) | in mixercfg() 138 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE6(stage) | in mixercfg()
|
| /linux-6.15/arch/riscv/errata/andes/ |
| H A D | errata.c | 42 static void errata_probe_iocp(unsigned int stage, unsigned long arch_id, unsigned long impid) in errata_probe_iocp() argument 67 unsigned int stage) in andes_errata_patch_func() argument 71 if (stage == RISCV_ALTERNATIVES_BOOT) in andes_errata_patch_func() 72 errata_probe_iocp(stage, archid, impid); in andes_errata_patch_func()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | alternative.h | 50 unsigned int stage); 53 unsigned int stage); 56 unsigned int stage); 59 unsigned int stage);
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-health-afe440x | 7 specific stage number corresponding to datasheet stage names 19 calculated difference in the value of stage 1 - 2 and 3 - 4. 21 The LED current for the stage is controlled via 39 Transimpedance Amplifier during the associated stage.
|
| /linux-6.15/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 58 def stage(self): member in DamosAccessPattern 104 def stage(self): member in DamosQuotaGoal 138 def stage(self): member in DamosQuota 159 err = goal.stage() 210 def stage(self): member in Damos 222 err = self.quota.stage() 251 def stage(self): member in DamonTarget 283 def stage(self): member in DamonAttrs 337 def stage(self): member in DamonCtx 356 err = target.stage() [all …]
|