Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dthermal.h9 THERMAL_DEVICE_ENABLED, enumerator
/linux-5.19.10/drivers/thermal/st/
Dstm_thermal.c170 sensor->mode = THERMAL_DEVICE_ENABLED; in stm_sensor_power_on()
359 if (sensor->mode != THERMAL_DEVICE_ENABLED) in stm_thermal_get_temp()
/linux-5.19.10/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c150 data->mode = THERMAL_DEVICE_ENABLED; in ti_thermal_build_data()
/linux-5.19.10/drivers/thermal/intel/
Dintel_quark_dts_thermal.c307 if (mode == THERMAL_DEVICE_ENABLED) in sys_change_mode()
/linux-5.19.10/drivers/thermal/
Dthermal_core.c454 if (mode == THERMAL_DEVICE_ENABLED) in thermal_zone_device_set_mode()
464 return thermal_zone_device_set_mode(tz, THERMAL_DEVICE_ENABLED); in thermal_zone_device_enable()
484 return mode == THERMAL_DEVICE_ENABLED; in thermal_zone_device_is_enabled()
Dimx_thermal.c314 if (mode == THERMAL_DEVICE_ENABLED) { in imx_change_mode()
/linux-5.19.10/drivers/platform/x86/
Dacerhdf.c421 else if (mode == THERMAL_DEVICE_ENABLED && !kernelmode) in acerhdf_change_mode()
/linux-5.19.10/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c476 enabled = mode == THERMAL_DEVICE_ENABLED; in int3400_thermal_change_mode()