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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm.h32 s32 (*get_max)(struct wf_control *ct); member in struct:wf_control_ops
65 s32 vmax = 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_pm91.c197 pid_param.max = fan_cpu_main->ops->get_max(fan_cpu_main);
317 param.max = fan_hd->ops->get_max(fan_hd);
398 param.max = fan_slots->ops->get_max(fan_slots);
H A Dwindfarm_pm81.c307 pid_param.max = fan_system->ops->get_max(fan_system);
312 min(pid_param.max,fan_hd->ops->get_max(fan_hd));
452 pid_param.max = fan_cpu_main->ops->get_max(fan_cpu_main);
H A Dwindfarm_pm121.c559 pid_param.max = control->ops->get_max(control);
697 pid_param.max = fan_cpu->ops->get_max(fan_cpu);
H A Dwindfarm_smu_controls.c153 .get_max = smu_fan_max,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_chipcommon.c120 /* Get maximum or minimum (depending on get_max flag) slowclock frequency. */
121 static int chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) argument
159 if (get_max)
165 if (get_max)
171 if (get_max)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dselect.c358 goto get_max;
372 get_max:

Completed in 78 milliseconds