Home
last modified time | relevance | path

Searched refs:get_min (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm.h30 s32 (*get_min)(struct wf_control *ct); member
69 s32 vmin = ct->ops->get_min(ct); in wf_control_set_min()
85 return ct->ops->get_min(ct); in wf_control_get_min()
H A Dwindfarm_pm112.c173 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()
H A Dwindfarm_cpufreq_clamp.c60 .get_min = clamp_min,
H A Dwindfarm_fcu_controls.c269 .get_min = wf_fcu_fan_min,
278 .get_min = wf_fcu_fan_min,
H A Dwindfarm_pm121.c550 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()
H A Dwindfarm_smu_controls.c150 .get_min = smu_fan_min,
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm.h30 s32 (*get_min)(struct wf_control *ct); member
69 s32 vmin = ct->ops->get_min(ct); in wf_control_set_min()
85 return ct->ops->get_min(ct); in wf_control_get_min()
H A Dwindfarm_pm112.c175 pid.min = main_fan->ops->get_min(main_fan); in create_cpu_loop()
368 backside_param.min = backside_fan->ops->get_min(backside_fan); in backside_fan_tick()
418 drive_bay_prm.min = drive_bay_fan->ops->get_min(drive_bay_fan); in drive_bay_fan_tick()
H A Dwindfarm_cpufreq_clamp.c58 .get_min = clamp_min,
H A Dwindfarm_fcu_controls.c269 .get_min = wf_fcu_fan_min,
278 .get_min = wf_fcu_fan_min,
H A Dwindfarm_pm121.c551 pid_param.min = control->ops->get_min(control); in pm121_create_sys_fans()
697 pid_param.min = fan_cpu->ops->get_min(fan_cpu); in pm121_create_cpu_fans()
H A Dwindfarm_smu_controls.c151 .get_min = smu_fan_min,
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-set.hh143 hb_codepoint_t get_min () const { return s.get_min (); } in get_min() function
H A Dhb-bit-set.hh590 *codepoint = get_min (); in next()
623 hb_codepoint_t m = pages_array[current.index].get_min (); in next()
717 hb_codepoint_t get_min () const in get_min() function
726 return map.major * page_t::PAGE_BITS + page.get_min (); in get_min()
H A Dhb-set.cc486 return set->get_min (); in hb_set_get_min()
H A Dhb-bit-page.hh162 hb_codepoint_t get_min () const
H A Dhb-ot-os2-table.hh223 *min_cp = hb_min (0xFFFFu, codepoints->get_min ()); in find_min_and_max_codepoint()
H A Dhb-bit-set-invertible.hh82 hb_codepoint_t get_min () const in get_min() function
H A Dhb-ot-layout-gdef-table.hh620 unsigned last_major = (layout_variation_indices->get_min ()) >> 16; in remap_layout_variation_indices()
H A Dhb-ot-color-colr-table.hh980 hb_codepoint_t start_gid= gids.get_min (); in serialize_clip_records()
H A Dhb-ot-layout-common.hh2088 if (glyphs->get_min () < startGlyph || in intersected_classes()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c275 * @get_min: Callback to get minimum P state
288 int (*get_min)(void); member
1714 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()
2029 .get_min = core_get_min_pstate,
2038 .get_min = atom_get_min_pstate,
2048 .get_min = atom_get_min_pstate,
2058 .get_min = core_get_min_pstate,
2838 !pstate_funcs.get_min() || in intel_pstate_msrs_not_valid()
2849 pstate_funcs.get_min = funcs->get_min; in copy_cpu_funcs()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c272 * @get_min: Callback to get minimum P state
286 int (*get_min)(int cpu); member
590 * Cast the min P-state value retrieved via pstate_funcs.get_min() to in intel_pstate_hybrid_hwp_adjust()
2048 cpu->pstate.min_pstate = pstate_funcs.get_min(cpu->cpu); in intel_pstate_get_cpu_pstates()
2372 .get_min = core_get_min_pstate,
2381 .get_min = atom_get_min_pstate,
2391 .get_min = atom_get_min_pstate,
2401 .get_min = core_get_min_pstate,
3230 !pstate_funcs.get_min(0) || in intel_pstate_msrs_not_valid()
3241 pstate_funcs.get_min in copy_cpu_funcs()
[all...]

Completed in 28 milliseconds