Home
last modified time | relevance | path

Searched refs:THERMAL_DEVICE_ENABLED (Results 1 – 11 of 11) sorted by relevance

/linux/include/uapi/linux/
H A Dthermal.h11 THERMAL_DEVICE_ENABLED, enumerator
/linux/drivers/thermal/st/
H A Dstm_thermal.c167 sensor->mode = THERMAL_DEVICE_ENABLED; in stm_sensor_power_on()
356 if (sensor->mode != THERMAL_DEVICE_ENABLED) in stm_thermal_get_temp()
/linux/drivers/thermal/renesas/
H A Drzg3s_thermal.c63 if (priv->mode != THERMAL_DEVICE_ENABLED) in rzg3s_thermal_get_temp()
/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c154 data->mode = THERMAL_DEVICE_ENABLED; in ti_thermal_build_data()
/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c298 if (mode == THERMAL_DEVICE_ENABLED) in sys_change_mode()
/linux/drivers/thermal/
H A Dimx91_thermal.c208 if (mode == THERMAL_DEVICE_ENABLED) { in imx91_tmu_change_mode()
H A Dthermal_core.c618 if (tz->state != TZ_STATE_READY || tz->mode != THERMAL_DEVICE_ENABLED) in __thermal_zone_device_update()
678 if (mode == THERMAL_DEVICE_ENABLED) in thermal_zone_device_set_mode()
688 return thermal_zone_device_set_mode(tz, THERMAL_DEVICE_ENABLED); in thermal_zone_device_enable()
H A Dimx_thermal.c315 if (mode == THERMAL_DEVICE_ENABLED) { in imx_change_mode()
H A Dthermal_sysfs.c61 str_enabled_disabled(tz->mode == THERMAL_DEVICE_ENABLED)); in mode_show()
/linux/drivers/platform/x86/
H A Dacerhdf.c415 else if (mode == THERMAL_DEVICE_ENABLED && !kernelmode) in acerhdf_change_mode()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c495 enabled = mode == THERMAL_DEVICE_ENABLED; in int3400_thermal_change_mode()