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

Go to the source code of this file.

Data Structures

struct  userspace_data
 

Variables

struct devfreq_governor devfreq_userspace
 

Variable Documentation

struct devfreq_governor devfreq_userspace
Initial value:
= {
.name = "userspace",
.get_target_freq = devfreq_userspace_func,
.init = userspace_init,
.exit = userspace_exit,
.no_central_polling = true,
}

Definition at line 119 of file governor_userspace.c.