Searched refs:cpufreq (Results 1 – 15 of 15) sorted by relevance
| /drivers/cpufreq/ |
| A D | Makefile | 3 obj-$(CONFIG_CPU_FREQ) += cpufreq.o freq_table.o 17 obj-$(CONFIG_CPUFREQ_DT) += cpufreq-dt.o 20 obj-$(CONFIG_CPUFREQ_VIRT) += virtual-cpufreq.o 24 CFLAGS_powernv-cpufreq.o := -I$(src) 34 obj-$(CONFIG_X86_ACPI_CPUFREQ) += acpi-cpufreq.o 38 obj-$(CONFIG_X86_PCC_CPUFREQ) += pcc-cpufreq.o 71 obj-$(CONFIG_MACH_MVEBU_V7) += mvebu-cpufreq.o 74 obj-$(CONFIG_PXA3xx) += pxa3xx-cpufreq.o 84 obj-$(CONFIG_ARM_STI_CPUFREQ) += sti-cpufreq.o 90 obj-$(CONFIG_ARM_TI_CPUFREQ) += ti-cpufreq.o [all …]
|
| A D | davinci-cpufreq.c | 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() 85 policy->clk = cpufreq.armclk; in davinci_cpu_init() 116 cpufreq.dev = &pdev->dev; in davinci_cpufreq_probe() 119 if (IS_ERR(cpufreq.armclk)) { in davinci_cpufreq_probe() 121 return PTR_ERR(cpufreq.armclk); in davinci_cpufreq_probe() 126 cpufreq.asyncclk = asyncclk; in davinci_cpufreq_probe() 137 clk_put(cpufreq.armclk); in davinci_cpufreq_remove() 139 if (cpufreq.asyncclk) in davinci_cpufreq_remove() [all …]
|
| A D | rcpufreq_dt.rs | 8 cpu, cpufreq, 58 impl cpufreq::Driver for CPUFreqDTDriver { 60 const FLAGS: u16 = cpufreq::flags::NEED_INITIAL_FREQ_CHECK | cpufreq::flags::IS_COOLING_DEV; 126 transition_latency = cpufreq::ETERNAL_LATENCY_NS; in init() 159 fn online(_policy: &mut cpufreq::Policy) -> Result { in online() 164 fn offline(_policy: &mut cpufreq::Policy) -> Result { in offline() 170 fn suspend(policy: &mut cpufreq::Policy) -> Result { in suspend() 174 fn verify(data: &mut cpufreq::PolicyData) -> Result { in verify() 178 fn target_index(policy: &mut cpufreq::Policy, index: cpufreq::TableIndex) -> Result { in target_index() 187 fn get(policy: &mut cpufreq::Policy) -> Result<u32> { in get() [all …]
|
| A D | Kconfig | 16 <file:Documentation/admin-guide/pm/cpufreq.rst>. 80 loading your cpufreq low-level hardware driver. 146 tristate "'ondemand' cpufreq policy governor" 165 tristate "'conservative' cpufreq governor" 190 bool "'schedutil' cpufreq policy governor" 209 tristate "Generic DT based cpufreq driver" 233 tristate "Virtual cpufreq driver" 247 bool "Generic DT based cpufreq platdev driver" 257 source "drivers/cpufreq/Kconfig.x86" 260 source "drivers/cpufreq/Kconfig.arm" [all …]
|
| A D | Kconfig.arm | 16 module will be called sun50i-cpufreq-nvmem. 98 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" 113 This adds cpufreq driver support for Freescale i.MX7/i.MX8M 114 series SoCs, based on cpufreq-dt. 141 The driver implements the cpufreq interface for this HW engine. 169 The driver implements the cpufreq interface for this HW engine. 173 tristate "Raspberry Pi cpufreq support" 269 use the cpufreq-dt driver on all Texas Instruments platforms that [all …]
|
| A D | pxa3xx-cpufreq.c | 72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument 74 .cpufreq_mhz = cpufreq, \
|
| A D | Kconfig.x86 | 33 module will be called pcc-cpufreq. 84 disabled and set acpi-cpufreq enabled to run test cases, then compare 97 module will be called acpi-cpufreq. 174 Support for K10 and newer processors is now in acpi-cpufreq. 322 and is thus considered dangerous. Please use the regular ACPI cpufreq
|
| A D | cpufreq.c | 983 ATTRIBUTE_GROUPS(cpufreq);
|
| /drivers/clk/bcm/ |
| A D | clk-raspberrypi.c | 48 struct platform_device *cpufreq; member 453 rpi->cpufreq = platform_device_register_data(dev, "raspberrypi-cpufreq", in raspberrypi_clk_probe() 463 platform_device_unregister(rpi->cpufreq); in raspberrypi_clk_remove()
|
| /drivers/thermal/ |
| A D | Kconfig | 263 thermal framework. cpufreq is used as the cooling device to throttle 275 cpufreq is used as the cooling device to throttle CPUs when the 296 cpufreq is used as the cooling device to throttle CPUs when the passive 327 cpufreq is used as the cooling device to throttle CPUs when the
|
| /drivers/ |
| A D | Makefile | 131 obj-$(CONFIG_CPU_FREQ) += cpufreq/
|
| /drivers/soc/qcom/ |
| A D | Kconfig | 282 the fixed bandwidth votes from cpufreq (CPU nodes) thus achieve high
|
| /drivers/mailbox/ |
| A D | Kconfig | 92 Management Engine, primarily for cpufreq. Say Y here if you want
|
| /drivers/xen/ |
| A D | Kconfig | 290 SMM so that other drivers (such as ACPI cpufreq scaling driver) will
|
| /drivers/acpi/ |
| A D | Kconfig | 305 by several flavors of cpufreq performance-state, thermal, throttling and
|
Completed in 25 milliseconds