Searched refs:scaling (Results 1 – 17 of 17) sorted by relevance
/drivers/cpufreq/ |
D | Kconfig.arm | 2 # ARM CPU Frequency scaling drivers 131 CPU Frequency scaling support for S3C2410 139 CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs. 142 bool "S3C2416 CPU Frequency scaling support" 148 voltage scaling mode in which it is possible to reduce the 154 bool "Allow voltage scaling for S3C2416 arm core" 157 Enable CPU voltage scaling when entering the dvs mode. 164 bool "S3C2440/S3C2442 CPU Frequency scaling support" 169 CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.
|
D | Kconfig.powerpc | 2 tristate "CBE frequency scaling" 11 bool "CBE frequency scaling using PMI interface" 50 tristate "CPU frequency scaling for IBM POWERNV platform"
|
D | intel_pstate.c | 133 int scaling; member 1169 trace_cpu_frequency(pstate * cpu->pstate.scaling, cpu->cpu); in intel_pstate_set_pstate() 1200 cpu->pstate.scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates() 1256 cpu->pstate.max_pstate_physical * cpu->pstate.scaling); in get_avg_frequency() 1347 trace_cpu_frequency(pstate * cpu->pstate.scaling, cpu->cpu); in intel_pstate_update_pstate() 1545 policy->max > cpu->pstate.max_pstate * cpu->pstate.scaling) { in intel_pstate_set_policy() 1644 policy->min = cpu->pstate.min_pstate * cpu->pstate.scaling; in intel_pstate_cpu_init() 1645 policy->max = cpu->pstate.turbo_pstate * cpu->pstate.scaling; in intel_pstate_cpu_init() 1648 policy->cpuinfo.min_freq = cpu->pstate.min_pstate * cpu->pstate.scaling; in intel_pstate_cpu_init() 1652 policy->cpuinfo.max_freq *= cpu->pstate.scaling; in intel_pstate_cpu_init()
|
D | Kconfig | 1 menu "CPU Frequency scaling" 4 bool "CPU Frequency scaling" 7 CPU Frequency scaling allows you to change the clock speed of 159 tristate "'userspace' governor for userspace frequency scaling" 252 comment "CPU frequency scaling drivers" 375 tristate "CPU frequency scaling driver for Freescale QorIQ SoCs"
|
D | Kconfig.x86 | 2 # x86 CPU Frequency scaling drivers 12 the scaling driver and governor for Sandy bridge processors. 15 scaling driver for Sandy bridge processors.
|
/drivers/clk/meson/ |
D | Kconfig | 12 want peripherals and CPU frequency scaling to work. 20 Say Y if you want peripherals and CPU frequency scaling to work.
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | Kconfig | 103 int "Minimum FCK/PCK ratio (for scaling)" 110 n x PCK. Video plane scaling requires higher FCK than
|
/drivers/gpu/drm/omapdrm/dss/ |
D | Kconfig | 107 int "Minimum FCK/PCK ratio (for scaling)" 114 n x PCK. Video plane scaling requires higher FCK than
|
/drivers/scsi/ufs/ |
D | ufshcd.c | 884 struct ufs_clk_scaling *scaling = &hba->clk_scaling; in ufshcd_clk_scaling_update_busy() local 889 if (!hba->outstanding_reqs && scaling->is_busy_started) { in ufshcd_clk_scaling_update_busy() 890 scaling->tot_busy_t += ktime_to_us(ktime_sub(ktime_get(), in ufshcd_clk_scaling_update_busy() 891 scaling->busy_start_t)); in ufshcd_clk_scaling_update_busy() 892 scaling->busy_start_t = ktime_set(0, 0); in ufshcd_clk_scaling_update_busy() 893 scaling->is_busy_started = false; in ufshcd_clk_scaling_update_busy() 6572 struct ufs_clk_scaling *scaling = &hba->clk_scaling; in ufshcd_devfreq_get_dev_status() local 6581 if (!scaling->window_start_t) in ufshcd_devfreq_get_dev_status() 6584 if (scaling->is_busy_started) in ufshcd_devfreq_get_dev_status() 6585 scaling->tot_busy_t += ktime_to_us(ktime_sub(ktime_get(), in ufshcd_devfreq_get_dev_status() [all …]
|
/drivers/staging/iio/Documentation/dac/ |
D | max517 | 35 Via out1_scale (and where appropriate, out2_scale), the current scaling factor
|
/drivers/media/i2c/soc_camera/ |
D | ov9740.c | 567 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/msm/mdp/mdp5/ |
D | mdp5_plane.c | 552 bool scaling = format->is_yuv ? true : (src != dst); in get_scale_config() local 557 if (!scaling) in get_scale_config() 585 bool scaling = format->is_yuv ? true : (src != dst); in calc_pixel_ext() local 598 pix_ext_edge2[i] = scaling ? 1 : 0; in calc_pixel_ext()
|
/drivers/gpu/drm/sti/ |
D | NOTES | 5 video decoder and does high quality video processing, including scaling.
|
/drivers/xen/ |
D | Kconfig | 258 SMM so that other drivers (such as ACPI cpufreq scaling driver) will
|
/drivers/acpi/ |
D | Kconfig | 368 voltage scaling, unlike the commonly used Time Stamp Counter
|
/drivers/media/i2c/ |
D | adv7842.c | 1758 sdp_io_write_and_or(sd, 0xe0, 0x7f, c->scaling == 2 ? 0x80 : 0x00); in sdp_csc_coeff()
|
/drivers/video/fbdev/ |
D | Kconfig | 1286 and it performs no scaling, so picture must have 525 or 625 lines.
|