Lines Matching full:governor
18 /* DEVFREQ governor name */
54 * A device and a specific governor may have their
56 * this is governor-specific, a governor using this
150 * @governor: method how to choose frequency based on the usage.
160 * @data: devfreq driver pass to governors, governor should not change it.
178 * Note that when a governor accesses entries in struct devfreq in its
180 * devfreq_governor, the governor should protect its access with the
181 * struct mutex lock in struct devfreq. A governor may use this mutex
190 const struct devfreq_governor *governor; member
289 * the governor may consider slowing the frequency down.
293 * If the fed devfreq_simple_ondemand_data pointer is NULL to the governor,
294 * the governor uses the default values.
311 * for the device using passive governor. That is called
312 * when passive governor should decide the next frequency
314 * using governors except for passive governor.
324 * device with governors except for the passive governor. But, don't need to
338 /* For passive governor's internal use. Don't need to set them */