Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
cpufreq_performance.c File Reference
#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
 

Function Documentation

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"  )

Variable Documentation

struct cpufreq_governor cpufreq_gov_performance
Initial value:
= {
.name = "performance",
.governor = cpufreq_governor_performance,
.owner = THIS_MODULE,
}

Definition at line 39 of file cpufreq_performance.c.