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 D | bounded_view.hpp | 48 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 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,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | limits.hpp | 22 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 D | intel_pstate.c | 288 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()
|