Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dintel_quark_dts_thermal.c134 aux_entry->mode = THERMAL_DEVICE_ENABLED; in soc_dts_enable()
145 aux_entry->mode = THERMAL_DEVICE_ENABLED; in soc_dts_enable()
181 aux_entry->mode = THERMAL_DEVICE_ENABLED; in soc_dts_disable()
329 if (mode == THERMAL_DEVICE_ENABLED) in sys_set_mode()
Dimx_thermal.c141 if (data->mode == THERMAL_DEVICE_ENABLED) { in imx_get_temp()
166 if (data->mode != THERMAL_DEVICE_ENABLED) { in imx_get_temp()
224 if (mode == THERMAL_DEVICE_ENABLED) { in imx_set_mode()
604 data->mode = THERMAL_DEVICE_ENABLED; in imx_thermal_probe()
654 data->mode = THERMAL_DEVICE_ENABLED; in imx_thermal_resume()
Ddb8500_thermal.c157 if (mode == THERMAL_DEVICE_ENABLED) in db8500_sys_set_mode()
465 pzone->mode = THERMAL_DEVICE_ENABLED; in db8500_thermal_probe()
Dof-thermal.c287 if (mode == THERMAL_DEVICE_ENABLED) in of_thermal_set_mode()
506 tzd->ops->set_mode(tzd, THERMAL_DEVICE_ENABLED); in thermal_zone_of_sensor_register()
Dhisi_thermal.c279 on ? THERMAL_DEVICE_ENABLED : THERMAL_DEVICE_DISABLED); in hisi_thermal_toggle_sensor()
Drockchip_thermal.c499 on ? THERMAL_DEVICE_ENABLED : THERMAL_DEVICE_DISABLED); in rockchip_thermal_toggle_sensor()
Dthermal_core.c626 return sprintf(buf, "%s\n", mode == THERMAL_DEVICE_ENABLED ? "enabled" in mode_show()
641 result = tz->ops->set_mode(tz, THERMAL_DEVICE_ENABLED); in mode_store()
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c198 if (mode == THERMAL_DEVICE_ENABLED) in ti_thermal_set_mode()
318 data->mode = THERMAL_DEVICE_ENABLED; in ti_thermal_build_data()
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c418 *mode = (kernelmode) ? THERMAL_DEVICE_ENABLED in acerhdf_get_mode()
435 else if (mode == THERMAL_DEVICE_ENABLED && !kernelmode) in acerhdf_set_mode()
/linux-4.4.14/include/linux/
Dthermal.h77 THERMAL_DEVICE_ENABLED, enumerator
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dint3400_thermal.c218 if (mode == THERMAL_DEVICE_ENABLED) in int3400_thermal_set_mode()
/linux-4.4.14/drivers/acpi/
Dthermal.c553 *mode = tz->tz_enabled ? THERMAL_DEVICE_ENABLED : in thermal_get_mode()
571 if (mode == THERMAL_DEVICE_ENABLED) in thermal_set_mode()