/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm.h | 30 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 D | windfarm_pm112.c | 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()
|
H A D | windfarm_cpufreq_clamp.c | 60 .get_min = clamp_min,
|
H A D | windfarm_fcu_controls.c | 269 .get_min = wf_fcu_fan_min, 278 .get_min = wf_fcu_fan_min,
|
H A D | windfarm_pm121.c | 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()
|
H A D | windfarm_smu_controls.c | 150 .get_min = smu_fan_min,
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm.h | 30 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 D | windfarm_pm112.c | 175 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 D | windfarm_cpufreq_clamp.c | 58 .get_min = clamp_min,
|
H A D | windfarm_fcu_controls.c | 269 .get_min = wf_fcu_fan_min, 278 .get_min = wf_fcu_fan_min,
|
H A D | windfarm_pm121.c | 551 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 D | windfarm_smu_controls.c | 151 .get_min = smu_fan_min,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-set.hh | 143 hb_codepoint_t get_min () const { return s.get_min (); } in get_min() function
|
H A D | hb-bit-set.hh | 590 *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 D | hb-set.cc | 486 return set->get_min (); in hb_set_get_min()
|
H A D | hb-bit-page.hh | 162 hb_codepoint_t get_min () const
|
H A D | hb-ot-os2-table.hh | 223 *min_cp = hb_min (0xFFFFu, codepoints->get_min ()); in find_min_and_max_codepoint()
|
H A D | hb-bit-set-invertible.hh | 82 hb_codepoint_t get_min () const in get_min() function
|
H A D | hb-ot-layout-gdef-table.hh | 620 unsigned last_major = (layout_variation_indices->get_min ()) >> 16; in remap_layout_variation_indices()
|
H A D | hb-ot-color-colr-table.hh | 980 hb_codepoint_t start_gid= gids.get_min (); in serialize_clip_records()
|
H A D | hb-ot-layout-common.hh | 2088 if (glyphs->get_min () < startGlyph || in intersected_classes()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | intel_pstate.c | 275 * @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 D | intel_pstate.c | 272 * @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...] |