• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpufreq/

Lines Matching refs:cpufreq

2  *  linux/drivers/cpufreq/cpufreq.c
22 #include <linux/cpufreq.h>
35 "cpufreq-core", msg)
38 * The "cpufreq driver" - the arch- or hardware-dependent low
52 * all cpufreq/hotplug/workqueue/etc related lock issues.
64 * - Governor routines that can be called in cpufreq hotplug path should not
142 /* get the cpufreq driver */
196 * loading of a cpufreq driver, temporarily disabled when a new policy
197 * is set, and disabled upon cpufreq driver removal
336 * which is not equal to what the cpufreq core thinks is
343 " %u, cpufreq assumed %u kHz.\n",
443 * print out cpufreq information
558 * show_scaling_driver - show the cpufreq driver currently loaded
652 * show_scaling_driver - show the current cpufreq HW/BIOS limitation
828 "cpufreq");
870 "cpufreq");
891 &sys_dev->kobj, "cpufreq");
958 * Adds the cpufreq interface for a CPU device.
960 * The Oracle says: try running cpufreq registration/unregistration concurrently
1033 /* call driver. From then on the cpufreq must be able
1097 * Removes the cpufreq interface for a CPU device.
1140 sysfs_remove_link(kobj, "cpufreq");
1179 sysfs_remove_link(kobj, "cpufreq");
1258 dprintk("Warning: CPU frequency out of sync: cpufreq and timing "
1375 printk(KERN_ERR "cpufreq: suspend failed in ->suspend "
1422 printk(KERN_ERR "cpufreq: resume failed in ->resume "
1448 * cpufreq_register_notifier - register a driver with cpufreq
1455 * changes in cpufreq policy.
1485 * cpufreq_unregister_notifier - unregister a driver with cpufreq
1685 * Reads the current cpufreq policy.
1796 * cpufreq_update_policy - re-evaluate an existing cpufreq policy
1998 cpufreq_global_kobject = kobject_create_and_add("cpufreq",