Home
last modified time | relevance | path

Searched refs:THERMAL_DEVICE_DISABLED (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/thermal/renesas/
H A Drzg3s_thermal.c112 if (mode == THERMAL_DEVICE_DISABLED) { in rzg3s_thermal_set_mode()
202 priv->mode = THERMAL_DEVICE_DISABLED; in rzg3s_thermal_probe()
230 rzg3s_thermal_set_mode(priv, THERMAL_DEVICE_DISABLED); in rzg3s_thermal_suspend()
244 if (priv->mode != THERMAL_DEVICE_DISABLED) in rzg3s_thermal_resume()
/linux/include/uapi/linux/
H A Dthermal.h10 THERMAL_DEVICE_DISABLED = 0, enumerator
/linux/drivers/platform/x86/
H A Dacerhdf.c413 if (mode == THERMAL_DEVICE_DISABLED && kernelmode) in acerhdf_change_mode()
/linux/drivers/thermal/st/
H A Dstm_thermal.c176 sensor->mode = THERMAL_DEVICE_DISABLED; in stm_sensor_power_off()
/linux/drivers/thermal/
H A Dthermal_core.c289 __thermal_zone_device_set_mode(tz, THERMAL_DEVICE_DISABLED); in thermal_zone_broken_disable()
694 return thermal_zone_device_set_mode(tz, THERMAL_DEVICE_DISABLED); in thermal_zone_device_disable()