Searched defs:devfreq_governor (Results 1 – 1 of 1) sorted by relevance
97 struct devfreq_governor { struct98 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;