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

Go to the source code of this file.

Macros

#define DFSO_UPTHRESHOLD   (90)
 
#define DFSO_DOWNDIFFERENCTIAL   (5)
 

Variables

struct devfreq_governor devfreq_simple_ondemand
 

Macro Definition Documentation

#define DFSO_DOWNDIFFERENCTIAL   (5)

Definition at line 18 of file governor_simpleondemand.c.

#define DFSO_UPTHRESHOLD   (90)

Definition at line 17 of file governor_simpleondemand.c.

Variable Documentation

struct devfreq_governor devfreq_simple_ondemand
Initial value:
= {
.name = "simple_ondemand",
.get_target_freq = devfreq_simple_ondemand_func,
}

Definition at line 91 of file governor_simpleondemand.c.