Home
last modified time | relevance | path

Searched refs:get_min (Results 1 – 7 of 7) sorted by relevance

/drivers/macintosh/
Dwindfarm.h31 s32 (*get_min)(struct wf_control *ct); member
72 s32 vmin = ct->ops->get_min(ct); in wf_control_set_min()
88 return ct->ops->get_min(ct); in wf_control_get_min()
Dwindfarm_cpufreq_clamp.c69 .get_min = clamp_min,
Dwindfarm_pm112.c172 pid.min = main_fan->ops->get_min(main_fan); in create_cpu_loop()
362 backside_param.min = backside_fan->ops->get_min(backside_fan); in backside_fan_tick()
412 drive_bay_prm.min = drive_bay_fan->ops->get_min(drive_bay_fan); in drive_bay_fan_tick()
Dwindfarm_fcu_controls.c270 .get_min = wf_fcu_fan_min,
279 .get_min = wf_fcu_fan_min,
Dwindfarm_pm121.c560 pid_param.min = control->ops->get_min(control); in pm121_create_sys_fans()
706 pid_param.min = fan_cpu->ops->get_min(fan_cpu); in pm121_create_cpu_fans()
Dwindfarm_smu_controls.c151 .get_min = smu_fan_min,
/drivers/cpufreq/
Dintel_pstate.c126 int (*get_min)(void); member
537 .get_min = core_get_min_pstate,
555 .get_min = byt_get_min_pstate,
602 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()
882 !pstate_funcs.get_min() || in intel_pstate_msrs_not_valid()
910 pstate_funcs.get_min = funcs->get_min; in copy_cpu_funcs()