Searched refs:thermal_zone_device_is_enabled (Results 1 – 5 of 5) sorted by relevance
182 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz);
307 return !thermal_zone_device_is_enabled(tz); in should_stop_polling()533 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz) in thermal_zone_device_is_enabled() function1638 if (!thermal_zone_device_is_enabled(tz)) in thermal_pm_notify()
52 int enabled = thermal_zone_device_is_enabled(tz); in mode_show()
2613 +int thermal_zone_device_is_enabled(struct thermal_zone_device *tz);2623 +thermal_zone_device_is_enabled(struct thermal_zone_device *tz)
61390 @@ -542,6 +542,7 @@ int thermal_zone_device_is_enabled(struct thermal_zone_device *tz)61394 +EXPORT_SYMBOL_GPL(thermal_zone_device_is_enabled);61406 -int thermal_zone_device_is_enabled(struct thermal_zone_device *tz);