Lines Matching refs:gov
194 struct thermal_governor *gov;
200 gov = __find_governor(strim(policy));
201 if (gov)
202 ret = thermal_set_governor(tz, gov);
250 struct thermal_governor **gov;
252 for_each_governor_table(gov) {
253 if (gov == governor)
255 thermal_unregister_governor(*gov);
711 struct thermal_governor *gov;
715 list_for_each_entry(gov, &thermal_governor_list, governor_list) {
718 ret = cb(gov, data);