Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_core.h161 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz);
Dthermal_core.c450 int thermal_zone_device_is_enabled(struct thermal_zone_device *tz) in thermal_zone_device_is_enabled() function
471 if (!thermal_zone_device_is_enabled(tz)) in thermal_zone_device_update()
Dthermal_sysfs.c55 enabled = thermal_zone_device_is_enabled(tz); in mode_show()