[go: nahoru, domu]

Searched refs:get_max (Results 1 - 8 of 8) sorted by relevance

/drivers/macintosh/
H A Dwindfarm.h32 s32 (*get_max)(struct wf_control *ct); member in struct:wf_control_ops
66 s32 vmax = ct->ops->get_max(ct);
93 return ct->ops->get_max(ct);
H A Dwindfarm_cpufreq_clamp.c70 .get_max = clamp_max,
H A Dwindfarm_pm112.c173 pid.max = main_fan->ops->get_max(main_fan);
363 backside_param.max = backside_fan->ops->get_max(backside_fan);
413 drive_bay_prm.max = drive_bay_fan->ops->get_max(drive_bay_fan);
588 max_exhaust = cpu_fans[0]->ops->get_max(cpu_fans[0]);
592 ct->ops->get_max(ct) * 100 / max_exhaust;
H A Dwindfarm_fcu_controls.c271 .get_max = wf_fcu_fan_max,
280 .get_max = wf_fcu_fan_max,
H A Dwindfarm_pm121.c561 pid_param.max = control->ops->get_max(control);
707 pid_param.max = fan_cpu->ops->get_max(fan_cpu);
H A Dwindfarm_smu_controls.c152 .get_max = smu_fan_max,
/drivers/cpufreq/
H A Dintel_pstate.c125 int (*get_max)(void); member in struct:pstate_funcs
536 .get_max = core_get_max_pstate,
554 .get_max = byt_get_max_pstate,
603 cpu->pstate.max_pstate = pstate_funcs.get_max();
878 if (!pstate_funcs.get_max() ||
906 pstate_funcs.get_max = funcs->get_max;
/drivers/ssb/
H A Ddriver_chipcommon.c149 /* Get maximum or minimum (depending on get_max flag) slowclock frequency. */
150 static int chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) argument
188 if (get_max)
194 if (get_max)
200 if (get_max)

Completed in 262 milliseconds