Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
governor_performance.c File Reference
#include <linux/devfreq.h>
#include "governor.h"

Go to the source code of this file.

Variables

struct devfreq_governor devfreq_performance
 

Variable Documentation

struct devfreq_governor devfreq_performance
Initial value:
= {
.name = "performance",
.init = performance_init,
.get_target_freq = devfreq_performance_func,
.no_central_polling = true,
}

Definition at line 34 of file governor_performance.c.