Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/intel/
Dintel_quark_dts_thermal.c147 aux_entry->mode = THERMAL_DEVICE_DISABLED; in soc_dts_enable()
167 aux_entry->mode = THERMAL_DEVICE_DISABLED; in soc_dts_disable()
179 aux_entry->mode = THERMAL_DEVICE_DISABLED; in soc_dts_disable()
/Linux-v5.4/drivers/platform/x86/
Dacerhdf.c418 : THERMAL_DEVICE_DISABLED; in acerhdf_get_mode()
432 if (mode == THERMAL_DEVICE_DISABLED && kernelmode) in acerhdf_set_mode()
/Linux-v5.4/drivers/thermal/st/
Dstm_thermal.c377 sensor->mode = THERMAL_DEVICE_DISABLED; in stm_thermal_update_threshold()
579 sensor->mode = THERMAL_DEVICE_DISABLED; in stm_thermal_suspend()
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c258 else if (mode == THERMAL_DEVICE_DISABLED) in int3400_thermal_set_mode()
/Linux-v5.4/include/linux/
Dthermal.h62 THERMAL_DEVICE_DISABLED = 0, enumerator
/Linux-v5.4/drivers/acpi/
Dthermal.c536 THERMAL_DEVICE_DISABLED; in thermal_get_mode()
555 else if (mode == THERMAL_DEVICE_DISABLED) { in thermal_set_mode()
/Linux-v5.4/drivers/thermal/
Dhisi_thermal.c553 on ? THERMAL_DEVICE_ENABLED : THERMAL_DEVICE_DISABLED); in hisi_thermal_toggle_sensor()
Dof-thermal.c952 tz->mode = THERMAL_DEVICE_DISABLED; in thermal_of_build_thermal_zone()
Dimx_thermal.c897 data->mode = THERMAL_DEVICE_DISABLED; in imx_thermal_suspend()
Dthermal_sysfs.c79 result = tz->ops->set_mode(tz, THERMAL_DEVICE_DISABLED); in mode_store()
Drockchip_thermal.c1061 on ? THERMAL_DEVICE_ENABLED : THERMAL_DEVICE_DISABLED); in rockchip_thermal_toggle_sensor()
Dthermal_core.c1579 if (tz_mode == THERMAL_DEVICE_DISABLED) in thermal_pm_notify()