/Linux-v4.19/lib/ |
D | jedec_ddr_data.c | 38 .min_freq = 10000000, 59 .min_freq = 10000000, 80 .min_freq = 10000000, 101 .min_freq = 10000000,
|
/Linux-v4.19/tools/testing/selftests/intel_pstate/ |
D | run.sh | 90 min_freq=$(($_min_freq / 1000)) 95 [ $EVALUATE_ONLY -eq 0 ] && for freq in `seq $max_freq -100 $min_freq` 107 echo "The minimum frequency of the cpu is $min_freq MHz" 111 for freq in `seq $max_freq -100 $min_freq`
|
/Linux-v4.19/drivers/thermal/ti-soc-thermal/ |
D | dra752-thermal-data.c | 161 .min_freq = DRA752_MPU_MIN_FREQ, 169 .min_freq = DRA752_GPU_MIN_FREQ, 177 .min_freq = DRA752_CORE_MIN_FREQ, 185 .min_freq = DRA752_DSPEVE_MIN_FREQ, 193 .min_freq = DRA752_IVA_MIN_FREQ,
|
D | omap5-thermal-data.c | 144 .min_freq = OMAP5430_MPU_MIN_FREQ, 154 .min_freq = OMAP5430_GPU_MIN_FREQ, 164 .min_freq = OMAP5430_CORE_MIN_FREQ,
|
D | omap3-thermal-data.c | 49 .min_freq = 32768, 117 .min_freq = 32768,
|
D | omap4-thermal-data.c | 43 .min_freq = OMAP4430_MIN_FREQ, 133 .min_freq = OMAP4460_MIN_FREQ,
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 257 info->vco1.min_freq = nvbios_rd32(bios, data + 0); in nvbios_pll_parse() 259 info->vco2.min_freq = nvbios_rd32(bios, data + 8); in nvbios_pll_parse() 303 info->vco1.min_freq = nvbios_rd16(bios, data + 4) * 1000; in nvbios_pll_parse() 305 info->vco2.min_freq = nvbios_rd16(bios, data + 8) * 1000; in nvbios_pll_parse() 332 info->vco1.min_freq = nvbios_rd16(bios, data + 0) * 1000; in nvbios_pll_parse() 334 info->vco2.min_freq = nvbios_rd16(bios, data + 4) * 1000; in nvbios_pll_parse() 356 info->vco1.min_freq = nvbios_rd16(bios, data + 0) * 1000; in nvbios_pll_parse() 370 info->vco1.min_freq = nvbios_rd16(bios, data + 5) * 1000; in nvbios_pll_parse() 407 info->vco1.min_freq = nvbios_rd32(bios, bios->bmp_offset + 71); in nvbios_pll_parse() 410 info->vco1.min_freq = 128000; in nvbios_pll_parse()
|
/Linux-v4.19/drivers/devfreq/ |
D | governor_simpleondemand.c | 88 if (df->min_freq && *freq < df->min_freq) in devfreq_simple_ondemand_func() 89 *freq = df->min_freq; in devfreq_simple_ondemand_func()
|
D | governor_userspace.c | 35 if (df->min_freq && adjusted_freq < df->min_freq) in devfreq_userspace_func() 36 adjusted_freq = df->min_freq; in devfreq_userspace_func()
|
D | devfreq.c | 78 unsigned long min_freq = 0; in find_available_min_freq() local 80 opp = dev_pm_opp_find_freq_ceil(devfreq->dev.parent, &min_freq); in find_available_min_freq() 82 min_freq = 0; in find_available_min_freq() 86 return min_freq; in find_available_min_freq() 259 unsigned long freq, cur_freq, min_freq, max_freq; in update_devfreq() local 284 min_freq = MAX(devfreq->scaling_min_freq, devfreq->min_freq); in update_devfreq() 286 if (min_freq && freq < min_freq) { in update_devfreq() 287 freq = min_freq; in update_devfreq() 613 devfreq->min_freq = devfreq->scaling_min_freq; in devfreq_add_device() 1142 df->min_freq = value; in min_freq_store() [all …]
|
D | governor_powersave.c | 23 *freq = df->min_freq; in devfreq_powersave_func()
|
D | exynos-bus.c | 388 unsigned long min_freq, max_freq; in exynos_bus_probe() local 503 min_freq = (bus->devfreq->profile->freq_table[0] / 1000); in exynos_bus_probe() 506 dev_name(dev), min_freq, max_freq); in exynos_bus_probe()
|
/Linux-v4.19/drivers/cpufreq/ |
D | freq_table.c | 40 unsigned int min_freq = ~0; in cpufreq_frequency_table_cpuinfo() local 52 if (freq < min_freq) in cpufreq_frequency_table_cpuinfo() 53 min_freq = freq; in cpufreq_frequency_table_cpuinfo() 58 policy->min = policy->cpuinfo.min_freq = min_freq; in cpufreq_frequency_table_cpuinfo()
|
D | loongson1-cpufreq.c | 30 unsigned int min_freq; member 94 if ((freq < cpufreq->min_freq) || (freq > cpufreq->max_freq)) in ls1x_cpufreq_init() 189 cpufreq->min_freq = pdata->min_freq; in ls1x_cpufreq_probe()
|
D | pmac64-cpufreq.c | 485 u64 max_freq, min_freq, ih, il; in g5_pm72_cpufreq_init() local 591 min_freq = 0; in g5_pm72_cpufreq_init() 593 min_freq = (max_freq * il) / ih; in g5_pm72_cpufreq_init() 596 if (min_freq >= max_freq || min_freq < 1000) { in g5_pm72_cpufreq_init() 602 g5_cpu_freqs[1].frequency = min_freq; in g5_pm72_cpufreq_init()
|
D | arm_big_little.c | 257 uint32_t min_freq = ~0; in get_table_min() local 259 if (pos->frequency < min_freq) in get_table_min() 260 min_freq = pos->frequency; in get_table_min() 261 return min_freq; in get_table_min()
|
D | unicore2-cpufreq.c | 59 policy->min = policy->cpuinfo.min_freq = 250000; in ucv2_cpu_init()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 82 What: /sys/class/devfreq/.../min_freq 86 The /sys/class/devfreq/.../min_freq shows and stores 88 the user does not care. min_freq overrides the 98 frequency requested by governors and min_freq. 99 The max_freq overrides min_freq because max_freq may be
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | pllnv04.c | 41 int minvco = info->vco1.min_freq, maxvco = info->vco1.max_freq; in getMNP_single() 140 int minvco1 = info->vco1.min_freq, maxvco1 = info->vco1.max_freq; in getMNP_double() 141 int minvco2 = info->vco2.min_freq, maxvco2 = info->vco2.max_freq; in getMNP_double()
|
/Linux-v4.19/arch/mips/include/asm/mach-loongson32/ |
D | cpufreq.h | 19 unsigned int min_freq; /* in kHz */ member
|
/Linux-v4.19/include/linux/soc/ti/ |
D | ti_sci_protocol.h | 187 u8 cid, u64 min_freq, u64 target_freq, 190 u64 min_freq, u64 target_freq, u64 max_freq);
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | pll.h | 64 u32 min_freq; member
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | vega12_hwmgr.c | 1009 uint32_t min_freq; in vega12_upload_dpm_min_level() local 1013 min_freq = data->dpm_table.gfx_table.dpm_state.soft_min_level; in vega12_upload_dpm_min_level() 1016 (PPCLK_GFXCLK << 16) | (min_freq & 0xffff))), in vega12_upload_dpm_min_level() 1022 min_freq = data->dpm_table.mem_table.dpm_state.soft_min_level; in vega12_upload_dpm_min_level() 1025 (PPCLK_UCLK << 16) | (min_freq & 0xffff))), in vega12_upload_dpm_min_level() 1029 min_freq = data->dpm_table.mem_table.dpm_state.hard_min_level; in vega12_upload_dpm_min_level() 1032 (PPCLK_UCLK << 16) | (min_freq & 0xffff))), in vega12_upload_dpm_min_level() 1038 min_freq = data->dpm_table.vclk_table.dpm_state.soft_min_level; in vega12_upload_dpm_min_level() 1042 (PPCLK_VCLK << 16) | (min_freq & 0xffff))), in vega12_upload_dpm_min_level() 1046 min_freq = data->dpm_table.dclk_table.dpm_state.soft_min_level; in vega12_upload_dpm_min_level() [all …]
|
/Linux-v4.19/tools/power/cpupower/lib/ |
D | cpufreq.h | 193 int cpufreq_modify_policy_min(unsigned int cpu, unsigned long min_freq);
|
/Linux-v4.19/drivers/macintosh/ |
D | windfarm_cpufreq_clamp.c | 28 max_freq = clamped ? (p->cpuinfo.min_freq) : (p->cpuinfo.max_freq); in clamp_notifier_call()
|