Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
devfreq_governor Struct Reference

#include <devfreq.h>

Data Fields

const char name [DEVFREQ_NAME_LEN]
 
int(* get_target_freq )(struct devfreq *this, unsigned long *freq)
 
int(* init )(struct devfreq *this)
 
void(* exit )(struct devfreq *this)
 
const bool no_central_polling
 

Detailed Description

Definition at line 107 of file devfreq.h.

Field Documentation

void(* exit)(struct devfreq *this)

Definition at line 111 of file devfreq.h.

int(* get_target_freq)(struct devfreq *this, unsigned long *freq)

Definition at line 109 of file devfreq.h.

int(* init)(struct devfreq *this)

Definition at line 110 of file devfreq.h.

Definition at line 108 of file devfreq.h.

const bool no_central_polling

Definition at line 112 of file devfreq.h.


The documentation for this struct was generated from the following file: