Home
last modified time | relevance | path

Searched refs:get_max (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/macintosh/
A Dwindfarm.h31 s32 (*get_max)(struct wf_control *ct); member
63 s32 vmax = ct->ops->get_max(ct); in wf_control_set_max()
90 return ct->ops->get_max(ct); in wf_control_get_max()
A Dwindfarm_pm112.c174 pid.max = main_fan->ops->get_max(main_fan); in create_cpu_loop()
367 backside_param.max = backside_fan->ops->get_max(backside_fan); in backside_fan_tick()
417 drive_bay_prm.max = drive_bay_fan->ops->get_max(drive_bay_fan); in drive_bay_fan_tick()
592 max_exhaust = cpu_fans[0]->ops->get_max(cpu_fans[0]); in pm112_new_control()
596 ct->ops->get_max(ct) * 100 / max_exhaust; in pm112_new_control()
A Dwindfarm_cpufreq_clamp.c61 .get_max = clamp_max,
A Dwindfarm_fcu_controls.c270 .get_max = wf_fcu_fan_max,
279 .get_max = wf_fcu_fan_max,
A Dwindfarm_pm121.c551 pid_param.max = control->ops->get_max(control); in pm121_create_sys_fans()
697 pid_param.max = fan_cpu->ops->get_max(fan_cpu); in pm121_create_cpu_fans()
A Dwindfarm_smu_controls.c151 .get_max = smu_fan_max,
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dethtool_lanes.sh84 max_values+=($(get_max "${speeds_arr[@]}"))
85 max_values+=($(get_max "${lanes_arr[@]}"))
/linux/drivers/ssb/
A Ddriver_chipcommon.c150 static int chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) in chipco_pctl_clockfreqlimit() argument
188 if (get_max) in chipco_pctl_clockfreqlimit()
194 if (get_max) in chipco_pctl_clockfreqlimit()
200 if (get_max) in chipco_pctl_clockfreqlimit()
/linux/drivers/input/mouse/
A Delan_i2c.h91 int (*get_max)(struct i2c_client *client, member
A Delan_i2c_smbus.c544 .get_max = elan_smbus_get_max,
A Delan_i2c_i2c.c766 .get_max = elan_i2c_get_max,
A Delan_i2c_core.c440 error = data->ops->get_max(data->client, in elan_query_device_parameters()
/linux/drivers/cpufreq/
A Dintel_pstate.c283 int (*get_max)(void); member
539 pr_debug("CPU%d: perf_ctl_max = %d\n", cpu->cpu, pstate_funcs.get_max()); in intel_pstate_hybrid_hwp_adjust()
1992 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates()
2298 .get_max = core_get_max_pstate,
2307 .get_max = atom_get_max_pstate,
2317 .get_max = atom_get_max_pstate,
2327 .get_max = core_get_max_pstate,
3171 if (!pstate_funcs.get_max() || in intel_pstate_msrs_not_valid()
3181 pstate_funcs.get_max = funcs->get_max; in copy_cpu_funcs()
/linux/fs/
A Dselect.c436 goto get_max; in max_select_fd()
450 get_max: in max_select_fd()
/linux/tools/testing/selftests/net/forwarding/
A Dlib.sh334 get_max() function

Completed in 33 milliseconds