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

/linux-master/drivers/macintosh/
H A Dwindfarm.h31 s32 (*get_max)(struct wf_control *ct); member in struct:wf_control_ops
63 s32 vmax = ct->ops->get_max(ct);
90 return ct->ops->get_max(ct);
H A Dwindfarm_cpufreq_clamp.c59 .get_max = clamp_max,
H A Dwindfarm_pm112.c176 pid.max = main_fan->ops->get_max(main_fan);
369 backside_param.max = backside_fan->ops->get_max(backside_fan);
419 drive_bay_prm.max = drive_bay_fan->ops->get_max(drive_bay_fan);
594 max_exhaust = cpu_fans[0]->ops->get_max(cpu_fans[0]);
598 ct->ops->get_max(ct) * 100 / max_exhaust;
H A Dwindfarm_fcu_controls.c270 .get_max = wf_fcu_fan_max,
279 .get_max = wf_fcu_fan_max,
H A Dwindfarm_pm121.c552 pid_param.max = control->ops->get_max(control);
698 pid_param.max = fan_cpu->ops->get_max(fan_cpu);
H A Dwindfarm_smu_controls.c152 .get_max = smu_fan_max,
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dethtool_lanes.sh84 max_values+=($(get_max "${speeds_arr[@]}"))
85 max_values+=($(get_max "${lanes_arr[@]}"))
/linux-master/drivers/input/mouse/
H A Delan_i2c.h91 int (*get_max)(struct i2c_client *client, member in struct:elan_transport_ops
H A Delan_i2c_smbus.c544 .get_max = elan_smbus_get_max,
H A Delan_i2c_i2c.c766 .get_max = elan_i2c_get_max,
H A Delan_i2c_core.c405 error = data->ops->get_max(data->client,
/linux-master/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)
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c268 * @get_max: Callback to get maximum non turbo effective P state
282 int (*get_max)(int cpu); member in struct:pstate_funcs
2061 cpu->pstate.max_pstate = pstate_funcs.get_max(cpu->cpu);
2367 .get_max = core_get_max_pstate,
2376 .get_max = atom_get_max_pstate,
2386 .get_max = atom_get_max_pstate,
2396 .get_max = core_get_max_pstate,
3227 if (!pstate_funcs.get_max(0) ||
3237 pstate_funcs.get_max = funcs->get_max;
[all...]
/linux-master/fs/
H A Dselect.c437 goto get_max;
451 get_max:

Completed in 171 milliseconds