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

/linux-4.1.27/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); wf_control_set_max()
93 return ct->ops->get_max(ct); wf_control_get_max()
H A Dwindfarm_cpufreq_clamp.c70 .get_max = clamp_max,
H A Dwindfarm_pm112.c173 pid.max = main_fan->ops->get_max(main_fan); create_cpu_loop()
363 backside_param.max = backside_fan->ops->get_max(backside_fan); backside_fan_tick()
413 drive_bay_prm.max = drive_bay_fan->ops->get_max(drive_bay_fan); drive_bay_fan_tick()
588 max_exhaust = cpu_fans[0]->ops->get_max(cpu_fans[0]); pm112_new_control()
592 ct->ops->get_max(ct) * 100 / max_exhaust; pm112_new_control()
H A Dwindfarm_fcu_controls.c271 .get_max = wf_fcu_fan_max,
280 .get_max = wf_fcu_fan_max,
H A Dwindfarm_smu_controls.c152 .get_max = smu_fan_max,
H A Dwindfarm_pm121.c561 pid_param.max = control->ops->get_max(control); pm121_create_sys_fans()
707 pid_param.max = fan_cpu->ops->get_max(fan_cpu); pm121_create_cpu_fans()
/linux-4.1.27/drivers/input/mouse/
H A Delan_i2c.h65 int (*get_max)(struct i2c_client *client, member in struct:elan_transport_ops
H A Delan_i2c_smbus.c509 .get_max = elan_smbus_get_max,
H A Delan_i2c_i2c.c629 .get_max = elan_i2c_get_max,
H A Delan_i2c_core.c258 error = data->ops->get_max(data->client, &data->max_x, &data->max_y); elan_query_device_parameters()
/linux-4.1.27/drivers/ssb/
H A Ddriver_chipcommon.c149 /* Get maximum or minimum (depending on get_max flag) slowclock frequency. */ chipco_pctl_clockfreqlimit()
150 static int chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) chipco_pctl_clockfreqlimit() argument
188 if (get_max) chipco_pctl_clockfreqlimit()
194 if (get_max) chipco_pctl_clockfreqlimit()
200 if (get_max) chipco_pctl_clockfreqlimit()
/linux-4.1.27/drivers/cpufreq/
H A Dintel_pstate.c126 int (*get_max)(void); member in struct:pstate_funcs
641 .get_max = core_get_max_pstate,
659 .get_max = byt_get_max_pstate,
678 .get_max = core_get_max_pstate,
731 cpu->pstate.max_pstate = pstate_funcs.get_max(); intel_pstate_get_cpu_pstates()
1068 if (!pstate_funcs.get_max() || intel_pstate_msrs_not_valid()
1088 pstate_funcs.get_max = funcs->get_max; copy_cpu_funcs()
/linux-4.1.27/fs/
H A Dselect.c359 goto get_max; max_select_fd()
373 get_max: max_select_fd()

Completed in 195 milliseconds