Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
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()
Ddb8500_thermal.c306 if (cur_mode == THERMAL_DEVICE_DISABLED) in db8500_thermal_work()
413 pzone->mode = THERMAL_DEVICE_DISABLED; in db8500_thermal_probe()
Dhisi_thermal.c279 on ? THERMAL_DEVICE_ENABLED : THERMAL_DEVICE_DISABLED); in hisi_thermal_toggle_sensor()
Dimx_thermal.c639 data->mode = THERMAL_DEVICE_DISABLED; in imx_thermal_suspend()
Dof-thermal.c827 tz->mode = THERMAL_DEVICE_DISABLED; in thermal_of_build_thermal_zone()
Drockchip_thermal.c499 on ? THERMAL_DEVICE_ENABLED : THERMAL_DEVICE_DISABLED); in rockchip_thermal_toggle_sensor()
Dthermal_core.c643 result = tz->ops->set_mode(tz, THERMAL_DEVICE_DISABLED); in mode_store()
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c419 : THERMAL_DEVICE_DISABLED; in acerhdf_get_mode()
433 if (mode == THERMAL_DEVICE_DISABLED && kernelmode) in acerhdf_set_mode()
/linux-4.4.14/include/linux/
Dthermal.h76 THERMAL_DEVICE_DISABLED = 0, enumerator
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint3400_thermal.c220 else if (mode == THERMAL_DEVICE_DISABLED) in int3400_thermal_set_mode()
/linux-4.4.14/drivers/acpi/
Dthermal.c554 THERMAL_DEVICE_DISABLED; in thermal_get_mode()
573 else if (mode == THERMAL_DEVICE_DISABLED) { in thermal_set_mode()