Home
last modified time | relevance | path

Searched refs:cpufreq (Results 1 – 15 of 15) sorted by relevance

/drivers/cpufreq/
Dtegra20-cpufreq.c42 struct tegra20_cpufreq *cpufreq = cpufreq_get_driver_data(); in tegra_get_intermediate() local
43 unsigned int ifreq = clk_get_rate(cpufreq->pll_p_clk) / 1000; in tegra_get_intermediate()
59 struct tegra20_cpufreq *cpufreq = cpufreq_get_driver_data(); in tegra_target_intermediate() local
72 clk_prepare_enable(cpufreq->pll_x_clk); in tegra_target_intermediate()
74 ret = clk_set_parent(cpufreq->cpu_clk, cpufreq->pll_p_clk); in tegra_target_intermediate()
76 clk_disable_unprepare(cpufreq->pll_x_clk); in tegra_target_intermediate()
78 cpufreq->pll_x_prepared = true; in tegra_target_intermediate()
85 struct tegra20_cpufreq *cpufreq = cpufreq_get_driver_data(); in tegra_target() local
87 unsigned int ifreq = clk_get_rate(cpufreq->pll_p_clk) / 1000; in tegra_target()
95 return clk_set_parent(cpufreq->cpu_clk, cpufreq->pll_p_clk); in tegra_target()
[all …]
DMakefile3 obj-$(CONFIG_CPU_FREQ) += cpufreq.o freq_table.o
20 obj-$(CONFIG_CPUFREQ_DT) += cpufreq-dt.o
21 obj-$(CONFIG_CPUFREQ_DT_PLATDEV) += cpufreq-dt-platdev.o
23 obj-$(CONFIG_CPUFREQ_DUMMY) += dummy-cpufreq.o
32 obj-$(CONFIG_X86_ACPI_CPUFREQ) += acpi-cpufreq.o
34 obj-$(CONFIG_X86_PCC_CPUFREQ) += pcc-cpufreq.o
48 obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o
51 obj-$(CONFIG_X86_SFI_CPUFREQ) += sfi-cpufreq.o
57 obj-$(CONFIG_ARM_ARMADA_37XX_CPUFREQ) += armada-37xx-cpufreq.o
58 obj-$(CONFIG_ARM_ARMADA_8K_CPUFREQ) += armada-8k-cpufreq.o
[all …]
Ddavinci-cpufreq.c33 static struct davinci_cpufreq cpufreq; variable
37 struct davinci_cpufreq_config *pdata = cpufreq.dev->platform_data; in davinci_target()
38 struct clk *armclk = cpufreq.armclk; in davinci_target()
56 if (cpufreq.asyncclk) { in davinci_target()
57 ret = clk_set_rate(cpufreq.asyncclk, cpufreq.asyncrate); in davinci_target()
72 struct davinci_cpufreq_config *pdata = cpufreq.dev->platform_data; in davinci_cpu_init()
85 policy->clk = cpufreq.armclk; in davinci_cpu_init()
117 cpufreq.dev = &pdev->dev; in davinci_cpufreq_probe()
119 cpufreq.armclk = clk_get(NULL, "arm"); in davinci_cpufreq_probe()
120 if (IS_ERR(cpufreq.armclk)) { in davinci_cpufreq_probe()
[all …]
Dloongson1-cpufreq.c34 static struct ls1x_cpufreq *cpufreq; variable
67 clk_set_parent(policy->clk, cpufreq->osc_clk); in ls1x_cpufreq_target()
72 clk_set_rate(cpufreq->mux_clk, new_freq * 1000); in ls1x_cpufreq_target()
73 clk_set_parent(policy->clk, cpufreq->mux_clk); in ls1x_cpufreq_target()
86 pll_freq = clk_get_rate(cpufreq->pll_clk) / 1000; in ls1x_cpufreq_init()
95 if ((freq < cpufreq->min_freq) || (freq > cpufreq->max_freq)) in ls1x_cpufreq_init()
105 policy->clk = cpufreq->clk; in ls1x_cpufreq_init()
148 cpufreq = in ls1x_cpufreq_probe()
150 if (!cpufreq) in ls1x_cpufreq_probe()
153 cpufreq->dev = &pdev->dev; in ls1x_cpufreq_probe()
[all …]
DKconfig13 clock speed, you need to either enable a dynamic cpufreq governor
84 loading your cpufreq low-level hardware driver.
85 Be aware that not all cpufreq drivers support the ondemand
96 loading your cpufreq low-level hardware driver.
97 Be aware that not all cpufreq drivers support the conservative
116 This cpufreq governor sets the frequency statically to the
127 This cpufreq governor sets the frequency statically to the
138 Enable this cpufreq governor when you either want to set the
151 tristate "'ondemand' cpufreq policy governor"
154 'ondemand' - This driver adds a dynamic cpufreq policy governor.
[all …]
DKconfig.arm32 module will be called sun50i-cpufreq-nvmem.
99 tristate "Freescale i.MX6 cpufreq support"
104 This adds cpufreq driver support for Freescale i.MX6 series SoCs.
109 tristate "Freescale i.MX8M cpufreq support"
112 This adds cpufreq driver support for Freescale i.MX8M series SoCs,
113 based on cpufreq-dt.
154 The driver implements the cpufreq interface for this HW engine.
158 tristate "Raspberry Pi cpufreq support"
168 Internal configuration node for common cpufreq on Samsung SoC
329 use the cpufreq-dt driver on all Texas Instruments platforms that
[all …]
Dpxa3xx-cpufreq.c51 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument
53 .cpufreq_mhz = cpufreq, \
DKconfig.x8628 <file:Documentation/cpu-freq/pcc-cpufreq.txt>.
31 module will be called pcc-cpufreq.
45 module will be called acpi-cpufreq.
132 Support for K10 and newer processors is now in acpi-cpufreq.
280 and is thus considered dangerous. Please use the regular ACPI cpufreq
DKconfig.powerpc7 This adds the cpufreq driver for Cell BE processors.
/drivers/clk/bcm/
Dclk-raspberrypi.c37 struct platform_device *cpufreq; member
288 rpi->cpufreq = platform_device_register_data(dev, "raspberrypi-cpufreq", in raspberrypi_clk_probe()
298 platform_device_unregister(rpi->cpufreq); in raspberrypi_clk_remove()
/drivers/
DMakefile128 obj-$(CONFIG_CPU_FREQ) += cpufreq/
/drivers/thermal/
DKconfig221 thermal framework. cpufreq is used as the cooling device to throttle
233 cpufreq is used as the cooling device to throttle CPUs when the
253 cpufreq is used as the cooling device to throttle CPUs when the
/drivers/mailbox/
DKconfig42 Management Engine, primarily for cpufreq. Say Y here if you want
/drivers/xen/
DKconfig280 SMM so that other drivers (such as ACPI cpufreq scaling driver) will
/drivers/acpi/
DKconfig274 by several flavors of cpufreq performance-state, thermal, throttling and