Home
last modified time | relevance | path

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

/drivers/cpufreq/
DKconfig.arm2 # ARM CPU Frequency scaling drivers
172 CPU Frequency scaling support for S3C2410
180 CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
183 bool "S3C2416 CPU Frequency scaling support"
189 voltage scaling mode in which it is possible to reduce the
195 bool "Allow voltage scaling for S3C2416 arm core"
198 Enable CPU voltage scaling when entering the dvs mode.
205 bool "S3C2440/S3C2442 CPU Frequency scaling support"
210 CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
DKconfig.powerpc2 tristate "CBE frequency scaling"
11 bool "CBE frequency scaling using PMI interface"
27 tristate "CPU frequency scaling driver for Freescale E500MC SoCs"
59 tristate "CPU frequency scaling for IBM POWERNV platform"
DKconfig1 menu "CPU Frequency scaling"
4 bool "CPU Frequency scaling"
6 CPU Frequency scaling allows you to change the clock speed of
147 tristate "'userspace' governor for userspace frequency scaling"
233 comment "CPU frequency scaling drivers"
248 menu "x86 CPU frequency scaling drivers"
253 menu "ARM CPU frequency scaling drivers"
258 menu "AVR32 CPU frequency scaling drivers"
304 menu "PowerPC CPU frequency scaling drivers"
309 menu "SPARC CPU frequency scaling drivers"
[all …]
Dintel_pstate.c78 int scaling; member
593 trace_cpu_frequency(pstate * cpu->pstate.scaling, cpu->cpu); in intel_pstate_set_pstate()
605 cpu->pstate.scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()
622 cpu->pstate.max_pstate * cpu->pstate.scaling / 100), in intel_pstate_calc_busy()
845 policy->min = cpu->pstate.min_pstate * cpu->pstate.scaling; in intel_pstate_cpu_init()
846 policy->max = cpu->pstate.turbo_pstate * cpu->pstate.scaling; in intel_pstate_cpu_init()
849 policy->cpuinfo.min_freq = cpu->pstate.min_pstate * cpu->pstate.scaling; in intel_pstate_cpu_init()
853 policy->cpuinfo.max_freq *= cpu->pstate.scaling; in intel_pstate_cpu_init()
DKconfig.x862 # x86 CPU Frequency scaling drivers
11 the scaling driver and governor for Sandy bridge processors.
14 scaling driver for Sandy bridge processors.
/drivers/scsi/ufs/
Dufshcd.c766 struct ufs_clk_scaling *scaling = &hba->clk_scaling; in ufshcd_clk_scaling_update_busy() local
771 if (!hba->outstanding_reqs && scaling->is_busy_started) { in ufshcd_clk_scaling_update_busy()
772 scaling->tot_busy_t += ktime_to_us(ktime_sub(ktime_get(), in ufshcd_clk_scaling_update_busy()
773 scaling->busy_start_t)); in ufshcd_clk_scaling_update_busy()
774 scaling->busy_start_t = ktime_set(0, 0); in ufshcd_clk_scaling_update_busy()
775 scaling->is_busy_started = false; in ufshcd_clk_scaling_update_busy()
5477 struct ufs_clk_scaling *scaling = &hba->clk_scaling; in ufshcd_devfreq_get_dev_status() local
5486 if (!scaling->window_start_t) in ufshcd_devfreq_get_dev_status()
5489 if (scaling->is_busy_started) in ufshcd_devfreq_get_dev_status()
5490 scaling->tot_busy_t += ktime_to_us(ktime_sub(ktime_get(), in ufshcd_devfreq_get_dev_status()
[all …]
/drivers/video/fbdev/omap2/dss/
DKconfig114 int "Minimum FCK/PCK ratio (for scaling)"
121 n x PCK. Video plane scaling requires higher FCK than
/drivers/staging/iio/Documentation/dac/
Dmax51735 Via out1_scale (and where appropriate, out2_scale), the current scaling factor
/drivers/media/i2c/soc_camera/
Dov9740.c567 bool scaling = false; in ov9740_set_res() local
573 scaling = true; in ov9740_set_res()
661 (scaling << 4)); in ov9740_set_res()
/drivers/gpu/drm/sti/
DNOTES5 video decoder and does high quality video processing, including scaling.
/drivers/xen/
DKconfig234 SMM so that other drivers (such as ACPI cpufreq scaling driver) will
/drivers/acpi/
DKconfig284 voltage scaling, unlike the commonly used Time Stamp Counter
/drivers/media/i2c/
Dadv7842.c1638 sdp_io_write_and_or(sd, 0xe0, 0x7f, c->scaling == 2 ? 0x80 : 0x00); in sdp_csc_coeff()
/drivers/video/fbdev/
DKconfig1295 and it performs no scaling, so picture must have 525 or 625 lines.