/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm.h | 31 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()
|
H A D | windfarm_pm112.c | 174 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()
|
H A D | windfarm_cpufreq_clamp.c | 61 .get_max = clamp_max,
|
H A D | windfarm_fcu_controls.c | 270 .get_max = wf_fcu_fan_max, 279 .get_max = wf_fcu_fan_max,
|
H A D | windfarm_pm121.c | 551 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()
|
H A D | windfarm_smu_controls.c | 151 .get_max = smu_fan_max,
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm.h | 31 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()
|
H A D | windfarm_pm112.c | 176 pid.max = main_fan->ops->get_max(main_fan); in create_cpu_loop() 369 backside_param.max = backside_fan->ops->get_max(backside_fan); in backside_fan_tick() 419 drive_bay_prm.max = drive_bay_fan->ops->get_max(drive_bay_fan); in drive_bay_fan_tick() 594 max_exhaust = cpu_fans[0]->ops->get_max(cpu_fans[0]); in pm112_new_control() 598 ct->ops->get_max(ct) * 100 / max_exhaust; in pm112_new_control()
|
H A D | windfarm_cpufreq_clamp.c | 59 .get_max = clamp_max,
|
H A D | windfarm_fcu_controls.c | 270 .get_max = wf_fcu_fan_max, 279 .get_max = wf_fcu_fan_max,
|
H A D | windfarm_pm121.c | 552 pid_param.max = control->ops->get_max(control); in pm121_create_sys_fans() 698 pid_param.max = fan_cpu->ops->get_max(fan_cpu); in pm121_create_cpu_fans()
|
H A D | windfarm_smu_controls.c | 152 .get_max = smu_fan_max,
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | ethtool_lanes.sh | 84 max_values+=($(get_max "${speeds_arr[@]}")) 85 max_values+=($(get_max "${lanes_arr[@]}"))
|
/kernel/linux/linux-5.10/drivers/ssb/ |
H A D | driver_chipcommon.c | 149 /* Get maximum or minimum (depending on get_max flag) slowclock frequency. */ 150 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()
|
/kernel/linux/linux-6.6/drivers/ssb/ |
H A D | driver_chipcommon.c | 149 /* Get maximum or minimum (depending on get_max flag) slowclock frequency. */ 150 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()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | elan_i2c.h | 85 int (*get_max)(struct i2c_client *client, member
|
H A D | elan_i2c_smbus.c | 544 .get_max = elan_smbus_get_max,
|
H A D | elan_i2c_i2c.c | 766 .get_max = elan_i2c_get_max,
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | elan_i2c.h | 91 int (*get_max)(struct i2c_client *client, member
|
H A D | elan_i2c_smbus.c | 544 .get_max = elan_smbus_get_max,
|
H A D | elan_i2c_i2c.c | 766 .get_max = elan_i2c_get_max,
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | intel_pstate.c | 273 * @get_max: Callback to get maximum non turbo effective P state 286 int (*get_max)(void); member 1728 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates() 2027 .get_max = core_get_max_pstate, 2036 .get_max = atom_get_max_pstate, 2046 .get_max = atom_get_max_pstate, 2056 .get_max = core_get_max_pstate, 2837 if (!pstate_funcs.get_max() || in intel_pstate_msrs_not_valid() 2847 pstate_funcs.get_max = funcs->get_max; in copy_cpu_funcs() [all...] |
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | intel_pstate.c | 270 * @get_max: Callback to get maximum non turbo effective P state 284 int (*get_max)(int cpu); member 2064 cpu->pstate.max_pstate = pstate_funcs.get_max(cpu->cpu); in intel_pstate_get_cpu_pstates() 2370 .get_max = core_get_max_pstate, 2379 .get_max = atom_get_max_pstate, 2389 .get_max = atom_get_max_pstate, 2399 .get_max = core_get_max_pstate, 3229 if (!pstate_funcs.get_max(0) || in intel_pstate_msrs_not_valid() 3239 pstate_funcs.get_max = funcs->get_max; in copy_cpu_funcs() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | select.c | 436 goto get_max; in max_select_fd() 450 get_max: in max_select_fd()
|
/kernel/linux/linux-6.6/fs/ |
H A D | select.c | 437 goto get_max; in max_select_fd() 451 get_max: in max_select_fd()
|