Home
last modified time | relevance | path

Searched refs:get_min (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm.h30 s32 (*get_min)(struct wf_control *ct); member
69 s32 vmin = ct->ops->get_min(ct); in wf_control_set_min()
85 return ct->ops->get_min(ct); in wf_control_get_min()
H A Dwindfarm_pm112.c173 pid.min = main_fan->ops->get_min(main_fan); in create_cpu_loop()
366 backside_param.min = backside_fan->ops->get_min(backside_fan); in backside_fan_tick()
416 drive_bay_prm.min = drive_bay_fan->ops->get_min(drive_bay_fan); in drive_bay_fan_tick()
H A Dwindfarm_cpufreq_clamp.c60 .get_min = clamp_min,
H A Dwindfarm_fcu_controls.c269 .get_min = wf_fcu_fan_min,
278 .get_min = wf_fcu_fan_min,
H A Dwindfarm_pm121.c550 pid_param.min = control->ops->get_min(control); in pm121_create_sys_fans()
696 pid_param.min = fan_cpu->ops->get_min(fan_cpu); in pm121_create_cpu_fans()
H A Dwindfarm_smu_controls.c150 .get_min = smu_fan_min,
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm.h30 s32 (*get_min)(struct wf_control *ct); member
69 s32 vmin = ct->ops->get_min(ct); in wf_control_set_min()
85 return ct->ops->get_min(ct); in wf_control_get_min()
H A Dwindfarm_pm112.c175 pid.min = main_fan->ops->get_min(main_fan); in create_cpu_loop()
368 backside_param.min = backside_fan->ops->get_min(backside_fan); in backside_fan_tick()
418 drive_bay_prm.min = drive_bay_fan->ops->get_min(drive_bay_fan); in drive_bay_fan_tick()
H A Dwindfarm_cpufreq_clamp.c58 .get_min = clamp_min,
H A Dwindfarm_fcu_controls.c269 .get_min = wf_fcu_fan_min,
278 .get_min = wf_fcu_fan_min,
H A Dwindfarm_pm121.c551 pid_param.min = control->ops->get_min(control); in pm121_create_sys_fans()
697 pid_param.min = fan_cpu->ops->get_min(fan_cpu); in pm121_create_cpu_fans()
H A Dwindfarm_smu_controls.c151 .get_min = smu_fan_min,
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c275 * @get_min: Callback to get minimum P state
288 int (*get_min)(void); member
1714 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()
2029 .get_min = core_get_min_pstate,
2038 .get_min = atom_get_min_pstate,
2048 .get_min = atom_get_min_pstate,
2058 .get_min = core_get_min_pstate,
2838 !pstate_funcs.get_min() || in intel_pstate_msrs_not_valid()
2849 pstate_funcs.get_min = funcs->get_min; in copy_cpu_funcs()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c272 * @get_min: Callback to get minimum P state
286 int (*get_min)(int cpu); member
590 * Cast the min P-state value retrieved via pstate_funcs.get_min() to in intel_pstate_hybrid_hwp_adjust()
2048 cpu->pstate.min_pstate = pstate_funcs.get_min(cpu->cpu); in intel_pstate_get_cpu_pstates()
2372 .get_min = core_get_min_pstate,
2381 .get_min = atom_get_min_pstate,
2391 .get_min = atom_get_min_pstate,
2401 .get_min = core_get_min_pstate,
3230 !pstate_funcs.get_min(0) || in intel_pstate_msrs_not_valid()
3241 pstate_funcs.get_min in copy_cpu_funcs()
[all...]

Completed in 16 milliseconds