Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dimx_thermal.c144 if (data->mode == THERMAL_DEVICE_ENABLED) { in imx_get_temp()
169 if (data->mode != THERMAL_DEVICE_ENABLED) { in imx_get_temp()
227 if (mode == THERMAL_DEVICE_ENABLED) { in imx_set_mode()
575 data->mode = THERMAL_DEVICE_ENABLED; in imx_thermal_probe()
625 data->mode = THERMAL_DEVICE_ENABLED; in imx_thermal_resume()
Ddb8500_thermal.c158 if (mode == THERMAL_DEVICE_ENABLED) in db8500_sys_set_mode()
466 pzone->mode = THERMAL_DEVICE_ENABLED; in db8500_thermal_probe()
Dof-thermal.c282 if (mode == THERMAL_DEVICE_ENABLED) in of_thermal_set_mode()
501 tzd->ops->set_mode(tzd, THERMAL_DEVICE_ENABLED); in thermal_zone_of_sensor_register()
Drockchip_thermal.c351 on ? THERMAL_DEVICE_ENABLED : THERMAL_DEVICE_DISABLED); in rockchip_thermal_toggle_sensor()
Dthermal_core.c566 return sprintf(buf, "%s\n", mode == THERMAL_DEVICE_ENABLED ? "enabled" in mode_show()
581 result = tz->ops->set_mode(tz, THERMAL_DEVICE_ENABLED); in mode_store()
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c197 if (mode == THERMAL_DEVICE_ENABLED) in ti_thermal_set_mode()
317 data->mode = THERMAL_DEVICE_ENABLED; in ti_thermal_build_data()
/linux-4.1.27/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.1.27/include/linux/
Dthermal.h69 THERMAL_DEVICE_ENABLED, enumerator
/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint3400_thermal.c218 if (mode == THERMAL_DEVICE_ENABLED) in int3400_thermal_set_mode()
/linux-4.1.27/drivers/acpi/
Dthermal.c558 *mode = tz->tz_enabled ? THERMAL_DEVICE_ENABLED : in thermal_get_mode()
576 if (mode == THERMAL_DEVICE_ENABLED) in thermal_set_mode()