Home
last modified time | relevance | path

Searched refs:get_min (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dbounded_view.hpp48 inline coordinate_type get_min() const in get_min() function
79 inline coordinate_type get_min() const in get_min() function
107 inline coordinate_type get_min() const in get_min() function
137 inline coordinate_type get_min() const in get_min() function
183 return b.template get_min<Dimension>(); in get()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dlimits.hpp22 get_min(const boost::mpl::true_&, const boost::mpl::true_&) in get_min() function
33 get_min(const boost::mpl::true_&, const boost::mpl::false_&) in get_min() function
42 get_min(const boost::mpl::false_&, const boost::mpl::true_&) in get_min() function
52 get_min(const boost::mpl::false_&, const boost::mpl::false_&) in get_min() function
129 …return detail::get_min<MinBits, MaxBits, SignType, Checked, Allocator, ExpressionTemplates>(boost:… in number_type()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c288 int (*get_min)(void); member
1726 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()
2041 .get_min = core_get_min_pstate,
2050 .get_min = atom_get_min_pstate,
2060 .get_min = atom_get_min_pstate,
2070 .get_min = core_get_min_pstate,
2850 !pstate_funcs.get_min() || in intel_pstate_msrs_not_valid()
2861 pstate_funcs.get_min = funcs->get_min; in copy_cpu_funcs()