Linux Kernel
3.7.1
|
#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 module * | owner |
int(* governor)(struct cpufreq_policy *policy, unsigned int event) |
char name[CPUFREQ_NAME_LEN] |
ssize_t(* show_setspeed)(struct cpufreq_policy *policy, char *buf) |
int(* store_setspeed)(struct cpufreq_policy *policy, unsigned int freq) |