Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/cpufreq.h>
#include <linux/init.h>
Go to the source code of this file.
Functions | |
MODULE_AUTHOR ("Dominik Brodowski <[email protected]>") | |
MODULE_DESCRIPTION ("CPUfreq policy governor 'performance'") | |
MODULE_LICENSE ("GPL") | |
fs_initcall (cpufreq_gov_performance_init) | |
module_exit (cpufreq_gov_performance_exit) | |
Variables | |
struct cpufreq_governor | cpufreq_gov_performance |
fs_initcall | ( | cpufreq_gov_performance_init | ) |
MODULE_AUTHOR | ( | "Dominik Brodowski <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "CPUfreq policy governor 'performance'" | ) |
module_exit | ( | cpufreq_gov_performance_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
struct cpufreq_governor cpufreq_gov_performance |
Definition at line 39 of file cpufreq_performance.c.