Searched refs:cpufreq_driver (Results 1 – 25 of 29) sorted by relevance
12
| /linux/drivers/cpufreq/ |
| H A D | cpufreq.c | 59 static struct cpufreq_driver *cpufreq_driver; variable 74 return cpufreq_driver->target_index || cpufreq_driver->target; in has_target() 79 return !!cpufreq_driver->target_index; in has_target_index() 118 return !!(cpufreq_driver->flags & CPUFREQ_HAVE_GOVERNOR_PER_POLICY); in have_governor_per_policy() 216 if (cpufreq_driver) { in cpufreq_cpu_get() 299 freqs->flags = cpufreq_driver->flags; in cpufreq_notify_transition() 363 WARN_ON(!(cpufreq_driver->flags & CPUFREQ_ASYNC_NOTIFICATION) in cpufreq_freq_transition_begin() 546 return sysfs_emit(buf, "%d\n", cpufreq_driver->boost_enabled); in show_boost() 584 ret = cpufreq_driver->set_boost(policy, enable); in policy_set_boost() 593 cpufreq_driver->set_boost(policy, policy->boost_enabled); in policy_set_boost() [all …]
|
| H A D | scmi-cpufreq.c | 37 static struct cpufreq_driver scmi_cpufreq_driver; 383 static struct cpufreq_driver scmi_cpufreq_driver = {
|
| H A D | sparc-us3-cpufreq.c | 148 static struct cpufreq_driver cpufreq_us3_driver = {
|
| H A D | bmips-cpufreq.c | 146 static struct cpufreq_driver bmips_cpufreq_driver = {
|
| H A D | s3c64xx-cpufreq.c | 198 static struct cpufreq_driver s3c64xx_cpufreq_driver = {
|
| H A D | scpi-cpufreq.c | 188 static struct cpufreq_driver scpi_cpufreq_driver = {
|
| H A D | pxa2xx-cpufreq.c | 288 static struct cpufreq_driver pxa_cpufreq_driver = {
|
| H A D | sa1110-cpufreq.c | 312 static struct cpufreq_driver sa1110_driver __refdata = {
|
| H A D | sparc-us2e-cpufreq.c | 304 static struct cpufreq_driver cpufreq_us2e_driver = {
|
| H A D | cpufreq-dt.c | 140 static struct cpufreq_driver dt_cpufreq_driver = {
|
| H A D | qoriq-cpufreq.c | 248 static struct cpufreq_driver qoriq_cpufreq_driver = {
|
| H A D | amd-pstate.c | 85 static struct cpufreq_driver *current_pstate_driver; 86 static struct cpufreq_driver amd_pstate_driver; 87 static struct cpufreq_driver amd_pstate_epp_driver; 2157 static struct cpufreq_driver amd_pstate_driver = { 2173 static struct cpufreq_driver amd_pstate_epp_driver = {
|
| H A D | cppc_cpufreq.c | 29 static struct cpufreq_driver cppc_cpufreq_driver; 1042 static struct cpufreq_driver cppc_cpufreq_driver = {
|
| H A D | mediatek-cpufreq-hw.c | 355 static struct cpufreq_driver cpufreq_mtk_hw_driver = {
|
| H A D | tegra186-cpufreq.c | 249 static struct cpufreq_driver tegra186_cpufreq_driver = {
|
| H A D | intel_pstate.c | 308 static struct cpufreq_driver *intel_pstate_driver __read_mostly; 744 static struct cpufreq_driver intel_pstate; 3080 static struct cpufreq_driver intel_pstate = { 3402 static struct cpufreq_driver intel_cpufreq = { 3417 static struct cpufreq_driver *default_driver; 3438 static int intel_pstate_register_driver(struct cpufreq_driver *driver) in intel_pstate_register_driver()
|
| H A D | vexpress-spc-cpufreq.c | 464 static struct cpufreq_driver ve_spc_cpufreq_driver = {
|
| /linux/Documentation/translations/zh_CN/cpu-freq/ |
| H A D | cpu-drivers.rst | 52 CPUfreq核心层注册一个cpufreq_driver结构体。 54 结构体cpufreq_driver应该包含什么成员? 101 略不存在,则会调用per-policy的初始化函数cpufreq_driver.init。请注意,.init()和.exit()例程 123 |policy->policy and, if necessary, | cpufreq_driver.verify和下面函数 | 124 |policy->governor | 之一:cpufreq_driver.setpolicy或 | 125 | | cpufreq_driver.target/target_index |
|
| H A D | cpufreq-stats.rst | 39 此驱动是以独立于任何可能运行在你所用CPU上的特定cpufreq_driver的方式设计的。因此,它将能和任何 40 cpufreq_driver协同工作。
|
| /linux/Documentation/translations/zh_TW/cpu-freq/ |
| H A D | cpu-drivers.rst | 52 CPUfreq核心層註冊一個cpufreq_driver結構體。 54 結構體cpufreq_driver應該包含什麼成員? 101 略不存在,則會調用per-policy的初始化函數cpufreq_driver.init。請注意,.init()和.exit()例程 123 |policy->policy and, if necessary, | cpufreq_driver.verify和下面函數 | 124 |policy->governor | 之一:cpufreq_driver.setpolicy或 | 125 | | cpufreq_driver.target/target_index |
|
| H A D | cpufreq-stats.rst | 39 此驅動是以獨立於任何可能運行在你所用CPU上的特定cpufreq_driver的方式設計的。因此,它將能和任何 40 cpufreq_driver協同工作。
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | energy-model.rst | 163 cpufreq_driver::register_em()。这个回调必须为每个特定的驱动程序正确实现, 208 39 static struct cpufreq_driver foo_cpufreq_driver = {
|
| H A D | opp.rst | 163 例: 一个SoC的cpufreq_driver->target的简易实现::
|
| /linux/Documentation/cpu-freq/ |
| H A D | cpufreq-stats.rst | 28 This driver is designed to be independent of any particular cpufreq_driver 29 that may be running on your CPU. So, it will work with any cpufreq_driver.
|
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 917 pub struct Registration<T: Driver>(KBox<UnsafeCell<bindings::cpufreq_driver>>, PhantomData<T>); 929 const VTABLE: bindings::cpufreq_driver = bindings::cpufreq_driver { 1052 // the C `struct cpufreq_driver`, which requires a mutable reference. in new_foreign_owned()
|
12