Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dthermal.h9 THERMAL_DEVICE_ENABLED, enumerator
/linux-6.12.1/drivers/thermal/st/
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-6.12.1/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c154 data->mode = THERMAL_DEVICE_ENABLED; in ti_thermal_build_data()
/linux-6.12.1/drivers/thermal/intel/
Dintel_quark_dts_thermal.c298 if (mode == THERMAL_DEVICE_ENABLED) in sys_change_mode()
/linux-6.12.1/drivers/platform/x86/
Dacerhdf.c415 else if (mode == THERMAL_DEVICE_ENABLED && !kernelmode) in acerhdf_change_mode()
/linux-6.12.1/drivers/thermal/
Dthermal_core.c550 if (tz->suspended || tz->mode != THERMAL_DEVICE_ENABLED) in __thermal_zone_device_update()
632 if (mode == THERMAL_DEVICE_ENABLED) in thermal_zone_device_set_mode()
642 return thermal_zone_device_set_mode(tz, THERMAL_DEVICE_ENABLED); in thermal_zone_device_enable()
Dimx_thermal.c315 if (mode == THERMAL_DEVICE_ENABLED) { in imx_change_mode()
Dthermal_sysfs.c56 enabled = tz->mode == THERMAL_DEVICE_ENABLED; in mode_show()
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c504 enabled = mode == THERMAL_DEVICE_ENABLED; in int3400_thermal_change_mode()