Home
last modified time | relevance | path

Searched refs:up_threshold (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh27 for up_threshold in $UP_THRESHOLD;do
30 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
32 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold)
36 if [ ${up_threshold_set} -eq ${up_threshold} ];then
37 echo "up_threshold: $up_threshold, set in sysfs: ${up_threshold_set}"
39 echo "WARNING: Tried to set up_threshold: $up_threshold, set in sysfs: ${up_threshold_set}"
48 …cpufreq-bench -o /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}
57 for up_threshold in $UP_THRESHOLD;do
58 …ING_RATE}_up_threshold_${up_threshold}\" -t \"Ondemand sampling_rate: ${SAMPLING_RATE} comparison …
60 …command="${command} /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_r…
[all …]
H A DREADME-BENCH77 won't ever switch up (as long as up_threshold is above).
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dadc_key.c14 int t, down_threshold = -1, up_threshold; in adc_key_ofdata_to_platdata() local
33 up_threshold = dev_read_u32_default(dev_get_parent(dev), in adc_key_ofdata_to_platdata()
35 if (up_threshold < 0) in adc_key_ofdata_to_platdata()
51 if (t > voltage && t < up_threshold) in adc_key_ofdata_to_platdata()
52 up_threshold = t; in adc_key_ofdata_to_platdata()
61 up_threshold = voltage + volt_margin; in adc_key_ofdata_to_platdata()
76 uc_key->max = voltage + (up_threshold - voltage) / 2; in adc_key_ofdata_to_platdata()
H A Dspl_adc_key.c37 int t, down_threshold = -1, up_threshold; in key_read() local
62 up_threshold = fdtdec_get_int(fdt_blob, adc_node, in key_read()
64 if (up_threshold < 0) { in key_read()
103 if (t > voltage && t < up_threshold) in key_read()
104 up_threshold = t; in key_read()
113 up_threshold = voltage + volt_margin; in key_read()
125 max = voltage + (up_threshold - voltage) / 2; in key_read()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq_conservative.c103 if (load > dbs_data->up_threshold) { in cs_dbs_update()
174 dbs_data->up_threshold = input; in store_up_threshold()
189 input >= dbs_data->up_threshold) in store_down_threshold()
246 gov_show_one_common(up_threshold);
253 gov_attr_rw(up_threshold);
261 &up_threshold.attr,
293 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in cs_init()
H A Dcpufreq_ondemand.c145 if (load > dbs_data->up_threshold) { in od_update()
234 dbs_data->up_threshold = input; in store_up_threshold()
316 gov_show_one_common(up_threshold);
324 gov_attr_rw(up_threshold);
331 &up_threshold.attr,
369 dbs_data->up_threshold = MICRO_FREQUENCY_UP_THRESHOLD; in od_init()
371 dbs_data->up_threshold = DEF_FREQUENCY_UP_THRESHOLD; in od_init()
H A Dcpufreq_governor.h44 unsigned int up_threshold; member
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dcpr.c174 unsigned int up_threshold; member
485 error_steps < desc->up_threshold) { in cpr_scale()
491 error_steps = max(desc->up_threshold, in cpr_scale()
574 val = desc->up_threshold; in cpr_scale()
724 val = desc->up_threshold << RBCPR_CTL_UP_THRESHOLD_SHIFT; in cpr_config()
1320 desc->up_threshold > RBCPR_CTL_UP_THRESHOLD_MASK || in cpr_init_parameters()
1327 desc->up_threshold, desc->down_threshold); in cpr_init_parameters()
1387 .up_threshold = 1,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_rps_types.h91 u8 up_threshold; /* Current %busy required to uplock */ member
H A Ddebugfs_gt_pm.c414 rps->power.up_threshold); in frequency_show()
596 rps->power.up_threshold); in rps_boost_show()
H A Dintel_rps.c110 if (100 * busy > rps->power.up_threshold * dt && in rps_timer()
685 rps->power.up_threshold = threshold_up; in rps_set_power()
1609 if (c0 > time * rps->power.up_threshold) in vlv_wa_c0_ei()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_debugfs.c950 rps->power.up_threshold); in i915_frequency_info()
1252 rps->power.up_threshold); in i915_rps_boost_info()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dcpufreq.rst485 ``up_threshold``
503 the ``sampling_rate`` value if the CPU load goes above ``up_threshold``.
515 governor (including the maximum value used when the ``up_threshold``
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dmlx5_ifc.h8656 u8 up_threshold[0x8]; member