Searched refs:get_min (Results 1 – 7 of 7) sorted by relevance
30 s32 (*get_min)(struct wf_control *ct); member69 s32 vmin = ct->ops->get_min(ct); in wf_control_set_min()85 return ct->ops->get_min(ct); in wf_control_get_min()
173 pid.min = main_fan->ops->get_min(main_fan); in create_cpu_loop()366 backside_param.min = backside_fan->ops->get_min(backside_fan); in backside_fan_tick()416 drive_bay_prm.min = drive_bay_fan->ops->get_min(drive_bay_fan); in drive_bay_fan_tick()
60 .get_min = clamp_min,
269 .get_min = wf_fcu_fan_min,278 .get_min = wf_fcu_fan_min,
550 pid_param.min = control->ops->get_min(control); in pm121_create_sys_fans()696 pid_param.min = fan_cpu->ops->get_min(fan_cpu); in pm121_create_cpu_fans()
150 .get_min = smu_fan_min,
285 int (*get_min)(void); member1976 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()2300 .get_min = core_get_min_pstate,2309 .get_min = atom_get_min_pstate,2319 .get_min = atom_get_min_pstate,2329 .get_min = core_get_min_pstate,3172 !pstate_funcs.get_min() || in intel_pstate_msrs_not_valid()3183 pstate_funcs.get_min = funcs->get_min; in copy_cpu_funcs()
Completed in 15 milliseconds