| /linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
| H A D | int-attributes.c | 51 if (in_val < wmi_priv.integer_data[instance_id].min_value || in validate_integer_input() 84 attribute_n_property_show(min_value, integer); 86 __ATTR_RO(min_value); 167 wmi_priv.integer_data[instance_id].min_value = in populate_int_data()
|
| /linux/drivers/thermal/ |
| H A D | airoha_thermal.c | 234 int min_value, max_value, avg_value, value; in airoha_thermal_get_temp() local 238 min_value = INT_MAX; in airoha_thermal_get_temp() 243 min_value = min(value, min_value); in airoha_thermal_get_temp() 249 avg_value -= (min_value + max_value); in airoha_thermal_get_temp()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_7_ppt.c | 1060 int32_t min_value, max_value; in smu_v13_0_7_is_od_feature_supported() local 1068 &min_value, &max_value); in smu_v13_0_7_is_od_feature_supported() 1069 if (!min_value && !max_value) { in smu_v13_0_7_is_od_feature_supported() 1075 &min_value, &max_value); in smu_v13_0_7_is_od_feature_supported() 1076 if (!min_value && !max_value) { in smu_v13_0_7_is_od_feature_supported() 1222 int32_t min_value, max_value; in smu_v13_0_7_emit_clk_levels() local 1319 &min_value, in smu_v13_0_7_emit_clk_levels() 1322 min_value, max_value); in smu_v13_0_7_emit_clk_levels() 1326 &min_value, in smu_v13_0_7_emit_clk_levels() 1329 min_value, max_value); in smu_v13_0_7_emit_clk_levels() [all …]
|
| H A D | smu_v13_0_0_ppt.c | 1050 int32_t min_value, max_value; in smu_v13_0_0_is_od_feature_supported() local 1058 &min_value, &max_value); in smu_v13_0_0_is_od_feature_supported() 1059 if (!min_value && !max_value) { in smu_v13_0_0_is_od_feature_supported() 1065 &min_value, &max_value); in smu_v13_0_0_is_od_feature_supported() 1066 if (!min_value && !max_value) { in smu_v13_0_0_is_od_feature_supported() 1212 int32_t min_value, max_value; in smu_v13_0_0_emit_clk_levels() local 1309 &min_value, in smu_v13_0_0_emit_clk_levels() 1312 min_value, max_value); in smu_v13_0_0_emit_clk_levels() 1316 &min_value, in smu_v13_0_0_emit_clk_levels() 1319 min_value, max_value); in smu_v13_0_0_emit_clk_levels() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_2_ppt.c | 931 int32_t min_value, max_value; in smu_v14_0_2_is_od_feature_supported() local 939 &min_value, &max_value); in smu_v14_0_2_is_od_feature_supported() 940 if (!min_value && !max_value) { in smu_v14_0_2_is_od_feature_supported() 946 &min_value, &max_value); in smu_v14_0_2_is_od_feature_supported() 947 if (!min_value && !max_value) { in smu_v14_0_2_is_od_feature_supported() 1043 int32_t min_value, max_value; in smu_v14_0_2_emit_clk_levels() local 1140 &min_value, in smu_v14_0_2_emit_clk_levels() 1143 min_value, max_value); in smu_v14_0_2_emit_clk_levels() 1147 &min_value, in smu_v14_0_2_emit_clk_levels() 1150 min_value, max_value); in smu_v14_0_2_emit_clk_levels() [all …]
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | fixed31_32.h | 190 struct fixed31_32 min_value, in dc_fixpt_clamp() argument 193 if (dc_fixpt_le(arg, min_value)) in dc_fixpt_clamp() 194 return min_value; in dc_fixpt_clamp()
|
| /linux/fs/xfs/scrub/ |
| H A D | fscounters.c | 480 int64_t min_value, max_value; in xchk_fscount_within_range() local 498 min_value = min(old_value, curr_value); in xchk_fscount_within_range() 502 if (expected >= min_value && expected <= max_value) in xchk_fscount_within_range()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega20_hwmgr.c | 1376 od8_settings->od8_settings_array[i].min_value = in vega20_od8_initialize_default_settings() 1383 od8_settings->od8_settings_array[i].min_value = in vega20_od8_initialize_default_settings() 1421 if (value < od8_settings[OD8_SETTING_GFXCLK_FMAX].min_value || in vega20_od8_set_settings() 1446 if (value < od8_settings[OD8_SETTING_UCLK_FMAX].min_value || in vega20_od8_set_settings() 3008 if (input_clk < od8_settings[OD8_SETTING_GFXCLK_FMIN].min_value || in vega20_odn_edit_dpm_table() 3012 od8_settings[OD8_SETTING_GFXCLK_FMIN].min_value, in vega20_odn_edit_dpm_table() 3051 if (input_clk < od8_settings[OD8_SETTING_UCLK_FMAX].min_value || in vega20_odn_edit_dpm_table() 3055 od8_settings[OD8_SETTING_UCLK_FMAX].min_value, in vega20_odn_edit_dpm_table() 3098 if (input_clk < od8_settings[od8_id].min_value || in vega20_odn_edit_dpm_table() 3102 od8_settings[od8_id].min_value, in vega20_odn_edit_dpm_table() [all …]
|
| H A D | vega20_hwmgr.h | 423 int32_t min_value; member
|
| /linux/drivers/net/ethernet/sis/ |
| H A D | sis900.c | 1236 u16 reg14h, eq_value=0, max_value=0, min_value=0; in sis630_set_eq() local 1251 max_value=min_value=eq_value; in sis630_set_eq() 1254 min_value = (eq_value < min_value) ? in sis630_set_eq() 1255 eq_value : min_value; in sis630_set_eq() 1263 eq_value = (max_value == min_value) ? in sis630_set_eq() 1266 eq_value=(max_value == min_value) ? in sis630_set_eq() 1276 eq_value = (max_value + min_value + 1)/2; in sis630_set_eq()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_dpmm/ |
| H A D | dml2_dpmm_dcn4.c | 277 static bool round_up_and_copy_to_next_dpm(unsigned long min_value, unsigned long *rounded_value, co… in round_up_and_copy_to_next_dpm() argument 295 if (min_value == 0) { in round_up_and_copy_to_next_dpm() 303 while (index < clock_table->num_clk_values && clock_table->clk_values_khz[index] < min_value) in round_up_and_copy_to_next_dpm() 310 } else if (clock_table->clk_values_khz[clock_table->num_clk_values - 1] >= min_value) { in round_up_and_copy_to_next_dpm() 311 *rounded_value = min_value; in round_up_and_copy_to_next_dpm()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | wmi-other.c | 740 value = capdata.min_value; in attr_capdata01_show() 806 if (value < capdata.min_value || value > capdata.max_value) in attr_current_value_store() 927 __LWMI_TUNABLE_RO_CAP01(min_value, _attrname, MIN_VAL); \
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw-internal.h | 100 long min_value; /* lower limit */ member
|
| H A D | pvrusb2-ctrl.c | 23 lim = cptr->info->def.type_int.min_value; in pvr2_ctrl_range_check() 115 ret = cptr->info->def.type_int.min_value; in pvr2_ctrl_get_min()
|
| H A D | pvrusb2-hdw.c | 937 .def.type_int.min_value = vmin, \ 2478 ciptr->def.type_int.min_value = qctrl.minimum; in pvr2_hdw_create()
|
| /linux/include/sound/sof/ |
| H A D | topology.h | 157 uint32_t min_value; member
|
| /linux/arch/arm64/kernel/ |
| H A D | cpufeature.c | 164 #define __ARM64_CPUID_FIELDS(reg, field, min_value, max_value) \ argument 169 .min_field_value = min_value, \ 179 #define ARM64_CPUID_FIELDS(reg, field, min_value) \ argument 181 SYS_FIELD_VALUE(reg, field, min_value), \ 3194 #define HWCAP_CPUID_MATCH(reg, field, min_value) \ argument 3196 ARM64_CPUID_FIELDS(reg, field, min_value) 3204 #define HWCAP_CAP(reg, field, min_value, cap_type, cap) \ argument 3207 HWCAP_CPUID_MATCH(reg, field, min_value) \ 3223 #define HWCAP_CAP_MATCH_ID(match, reg, field, min_value, cap_type, cap) \ argument 3226 HWCAP_CPUID_MATCH(reg, field, min_value) \
|
| /linux/drivers/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 1061 static const int min_value = 0x11; in nanosec_to_fast_talker_bits() local 1065 if (bits < min_value) in nanosec_to_fast_talker_bits() 1066 bits = min_value; in nanosec_to_fast_talker_bits()
|
| /linux/include/uapi/drm/ |
| H A D | i915_drm.h | 1927 __u32 min_value; member
|
| /linux/tools/include/uapi/drm/ |
| H A D | i915_drm.h | |
| /linux/drivers/platform/x86/ |
| H A D | asus-armoury.h | 289 __ROG_TUNABLE_SHOW(min_value, _attrname, _attrname##_min); \
|
| /linux/sound/usb/ |
| H A D | mixer.c | 2501 int min_value; 2716 err = get_min_max(cval, valinfo->min_value); in build_audio_procunit() 2491 int min_value; global() member
|
| /linux/sound/soc/sof/ |
| H A D | ipc3-topology.c | 785 volume->min_value = scontrol->volume_table[min_step]; in sof_ipc3_widget_setup_comp_pga()
|