Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/intel/
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()
/Linux-v5.4/drivers/thermal/st/
Dstm_thermal.c399 sensor->mode = THERMAL_DEVICE_ENABLED; in stm_thermal_update_threshold()
411 if (sensor->mode != THERMAL_DEVICE_ENABLED) in stm_thermal_get_temp()
593 sensor->mode = THERMAL_DEVICE_ENABLED; in stm_thermal_resume()
721 sensor->mode = THERMAL_DEVICE_ENABLED; in stm_thermal_probe()
/Linux-v5.4/drivers/thermal/
Dimx_thermal.c266 if (data->mode == THERMAL_DEVICE_ENABLED) { in imx_get_temp()
293 if (data->mode != THERMAL_DEVICE_ENABLED) { in imx_get_temp()
358 if (mode == THERMAL_DEVICE_ENABLED) { in imx_set_mode()
841 data->mode = THERMAL_DEVICE_ENABLED; in imx_thermal_probe()
917 data->mode = THERMAL_DEVICE_ENABLED; in imx_thermal_resume()
Dda9062-thermal.c236 thermal->mode = THERMAL_DEVICE_ENABLED; in da9062_thermal_probe()
Dof-thermal.c289 if (mode == THERMAL_DEVICE_ENABLED) { in of_thermal_set_mode()
525 tzd->ops->set_mode(tzd, THERMAL_DEVICE_ENABLED); in thermal_zone_of_sensor_register()
Dthermal_sysfs.c62 return sprintf(buf, "%s\n", mode == THERMAL_DEVICE_ENABLED ? "enabled" in mode_show()
77 result = tz->ops->set_mode(tz, THERMAL_DEVICE_ENABLED); in mode_store()
Dhisi_thermal.c553 on ? THERMAL_DEVICE_ENABLED : THERMAL_DEVICE_DISABLED); in hisi_thermal_toggle_sensor()
Drockchip_thermal.c1061 on ? THERMAL_DEVICE_ENABLED : THERMAL_DEVICE_DISABLED); in rockchip_thermal_toggle_sensor()
Dthermal_core.c1575 tz_mode = THERMAL_DEVICE_ENABLED; in thermal_pm_notify()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c296 if (mode == THERMAL_DEVICE_ENABLED) in mlxsw_thermal_set_mode()
486 if (mode == THERMAL_DEVICE_ENABLED) in mlxsw_thermal_module_mode_set()
767 module_tz->mode = THERMAL_DEVICE_ENABLED; in mlxsw_thermal_module_tz_init()
889 gearbox_tz->mode = THERMAL_DEVICE_ENABLED; in mlxsw_thermal_gearbox_tz_init()
1053 thermal->mode = THERMAL_DEVICE_ENABLED; in mlxsw_thermal_init()
/Linux-v5.4/drivers/platform/x86/
Dacerhdf.c417 *mode = (kernelmode) ? THERMAL_DEVICE_ENABLED in acerhdf_get_mode()
434 else if (mode == THERMAL_DEVICE_ENABLED && !kernelmode) in acerhdf_set_mode()
/Linux-v5.4/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c157 data->mode = THERMAL_DEVICE_ENABLED; in ti_thermal_build_data()
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c256 if (mode == THERMAL_DEVICE_ENABLED) in int3400_thermal_set_mode()
/Linux-v5.4/include/linux/
Dthermal.h63 THERMAL_DEVICE_ENABLED, enumerator
/Linux-v5.4/drivers/acpi/
Dthermal.c535 *mode = tz->tz_enabled ? THERMAL_DEVICE_ENABLED : in thermal_get_mode()
553 if (mode == THERMAL_DEVICE_ENABLED) in thermal_set_mode()