/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() 237 if (cpufreq_driver) { in cpufreq_cpu_get() 320 freqs->flags = cpufreq_driver->flags; in cpufreq_notify_transition() 384 WARN_ON(!(cpufreq_driver->flags & CPUFREQ_ASYNC_NOTIFICATION) in cpufreq_freq_transition_begin() 567 return sysfs_emit(buf, "%d\n", cpufreq_driver in show_boost() [all...] |
H A D | p4-clockmod.c | 49 static struct cpufreq_driver p4clockmod_driver; 224 static struct cpufreq_driver p4clockmod_driver = {
|
H A D | longrun.c | 18 static struct cpufreq_driver longrun_driver; 69 * has to be called with cpufreq_driver locked. 123 * cpufreq_driver locked. 274 static struct cpufreq_driver longrun_driver = {
|
H A D | loongson3_cpufreq.c | 173 static struct cpufreq_driver loongson3_cpufreq_driver; 322 static struct cpufreq_driver loongson3_cpufreq_driver = {
|
H A D | sc520_freq.c | 88 static struct cpufreq_driver sc520_freq_driver = {
|
H A D | elanfreq.c | 189 static struct cpufreq_driver elanfreq_driver = {
|
H A D | apple-soc-cpufreq.c | 78 static struct cpufreq_driver apple_soc_cpufreq_driver; 342 static struct cpufreq_driver apple_soc_cpufreq_driver = {
|
H A D | loongson2_cpufreq.c | 88 static struct cpufreq_driver loongson2_cpufreq_driver = {
|
H A D | davinci-cpufreq.c | 97 static struct cpufreq_driver davinci_driver = {
|
H A D | speedstep-centrino.c | 78 static struct cpufreq_driver centrino_driver; 502 static struct cpufreq_driver centrino_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 | omap-cpufreq.c | 141 static struct cpufreq_driver omap_driver = {
|
H A D | s3c64xx-cpufreq.c | 198 static struct cpufreq_driver s3c64xx_cpufreq_driver = {
|
H A D | sh-cpufreq.c | 146 static struct cpufreq_driver sh_cpufreq_driver = {
|
H A D | spear-cpufreq.c | 161 static struct cpufreq_driver spear_cpufreq_driver = {
|
H A D | kirkwood-cpufreq.c | 92 static struct cpufreq_driver kirkwood_cpufreq_driver = {
|
/linux/Documentation/translations/zh_TW/cpu-freq/ |
H A D | cpu-drivers.rst | 124 |policy->policy and, if necessary, | cpufreq_driver.verify和下面函數 | 125 |policy->governor | 之一:cpufreq_driver.setpolicy或 | 126 | | cpufreq_driver.target/target_index |
|
H A D | cpufreq-stats.rst |
|
/linux/Documentation/translations/zh_CN/cpu-freq/ |
H A D | cpu-drivers.rst | 124 |policy->policy and, if necessary, | cpufreq_driver.verify和下面函数 | 125 |policy->governor | 之一:cpufreq_driver.setpolicy或 | 126 | | cpufreq_driver.target/target_index |
|
H A D | cpufreq-stats.rst |
|
/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 = {
|
/linux/Documentation/cpu-freq/ |
H A D | cpu-drivers.rst | 41 chipset. If so, register a struct cpufreq_driver with the CPUfreq core 44 What shall this struct cpufreq_driver contain? 95 cpufreq_driver.init is called if no cpufreq policy existed for the CPU. 123 | | cpufreq_driver.verify and either | 124 | | cpufreq_driver.setpolicy or | 125 | | cpufreq_driver.target/target_index is|
|
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/include/linux/ |
H A D | cpufreq.h | 197 u8 flags; /* flags of cpufreq_driver, see below. */ 345 struct cpufreq_driver { struct 457 * routine and so must set cpufreq_driver->flags with this flag, so that core 477 int cpufreq_register_driver(struct cpufreq_driver *driver_data); 478 void cpufreq_unregister_driver(struct cpufreq_driver *driver_data); 484 static inline int cpufreq_thermal_control_enabled(struct cpufreq_driver *drv) in cpufreq_thermal_control_enabled() 582 * If (cpufreq_driver->target) exists, the ->governor decides what frequency 583 * within the limits is used. If (cpufreq_driver->setpolicy> exists, these 346 namecpufreq_driver global() argument 347 flagscpufreq_driver global() argument 348 driver_datacpufreq_driver global() argument 351 initcpufreq_driver global() argument 352 verifycpufreq_driver global() argument 355 setpolicycpufreq_driver global() argument 357 targetcpufreq_driver global() argument 360 target_indexcpufreq_driver global() argument 362 fast_switchcpufreq_driver global() argument 372 adjust_perfcpufreq_driver global() argument 392 get_intermediatecpufreq_driver global() argument 394 target_intermediatecpufreq_driver global() argument 398 getcpufreq_driver global() argument 401 update_limitscpufreq_driver global() argument 404 bios_limitcpufreq_driver global() argument 406 onlinecpufreq_driver global() argument 407 offlinecpufreq_driver global() argument 408 exitcpufreq_driver global() argument 409 suspendcpufreq_driver global() argument 410 resumecpufreq_driver global() argument 413 readycpufreq_driver global() argument 415 attrcpufreq_driver global() argument 418 boost_enabledcpufreq_driver global() argument 419 set_boostcpufreq_driver global() argument 425 register_emcpufreq_driver global() argument
|