Lines Matching full:governor
3 * governor.h - internal header for devfreq governors.
31 * Definition of the governor feature flags
33 * : This governor is never changeable to other governors.
35 * : The devfreq won't schedule the work for this governor.
41 * Definition of governor attribute flags except for common sysfs attributes
61 * This is auto-populated by the governor.
76 * struct devfreq_governor - Devfreq policy governor
78 * @name: Governor's name
79 * @attrs: Governor's sysfs attribute flags
80 * @flags: Governor's feature flags
86 * to governors. Events include per device governor
109 int devfreq_add_governor(struct devfreq_governor *governor);
110 int devfreq_remove_governor(struct devfreq_governor *governor);
113 struct devfreq_governor *governor);