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

#include <cpufreq.h>

Data Fields

char name [CPUFREQ_NAME_LEN]
 
int(* governor )(struct cpufreq_policy *policy, unsigned int event)
 
ssize_t(* show_setspeed )(struct cpufreq_policy *policy, char *buf)
 
int(* store_setspeed )(struct cpufreq_policy *policy, unsigned int freq)
 
unsigned int max_transition_latency
 
struct list_head governor_list
 
struct moduleowner
 

Detailed Description

Definition at line 171 of file cpufreq.h.

Field Documentation

int(* governor)(struct cpufreq_policy *policy, unsigned int event)

Definition at line 173 of file cpufreq.h.

struct list_head governor_list

Definition at line 182 of file cpufreq.h.

unsigned int max_transition_latency

Definition at line 179 of file cpufreq.h.

Definition at line 172 of file cpufreq.h.

struct module* owner

Definition at line 183 of file cpufreq.h.

ssize_t(* show_setspeed)(struct cpufreq_policy *policy, char *buf)

Definition at line 175 of file cpufreq.h.

int(* store_setspeed)(struct cpufreq_policy *policy, unsigned int freq)

Definition at line 177 of file cpufreq.h.


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