Home
last modified time | relevance | path

Searched defs:devfreq_governor (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Ddevfreq.h97 struct devfreq_governor { struct
98 const char name[DEVFREQ_NAME_LEN];
99 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
100 int (*init)(struct devfreq *this);
101 void (*exit)(struct devfreq *this);
102 const bool no_central_polling;