Home
last modified time | relevance | path

Searched refs:thermal_zone_device_is_enabled (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/thermal/
Dthermal_core.h176 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz);
Dthermal_core.c300 return !thermal_zone_device_is_enabled(tz); in should_stop_polling()
470 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz) in thermal_zone_device_is_enabled() function
1432 if (!thermal_zone_device_is_enabled(tz)) in thermal_pm_notify()
Dthermal_sysfs.c52 int enabled = thermal_zone_device_is_enabled(tz); in mode_show()