Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dthermal.h356 int thermal_zone_device_disable(struct thermal_zone_device *tz);
430 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() function
/Linux-v6.6/drivers/platform/x86/
Dacerhdf.c690 ret = thermal_zone_device_disable(thz_dev); in acerhdf_register_thermal()
/Linux-v6.6/drivers/thermal/
Dthermal_of.c444 thermal_zone_device_disable(tz); in thermal_of_zone_unregister()
Dsprd_thermal.c328 thermal_zone_device_disable(tzd); in sprd_thm_toggle_sensor()
Dhisi_thermal.c540 thermal_zone_device_disable(tzd); in hisi_thermal_toggle_sensor()
Dthermal_core.c479 int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() function
483 EXPORT_SYMBOL_GPL(thermal_zone_device_disable);
Dimx_thermal.c799 ret = thermal_zone_device_disable(data->tz); in imx_thermal_suspend()
Dthermal_sysfs.c71 result = thermal_zone_device_disable(tz); in mode_store()
Drockchip_thermal.c1360 thermal_zone_device_disable(tzd); in rockchip_thermal_toggle_sensor()
/Linux-v6.6/drivers/thermal/tegra/
Dtegra30-tsensor.c291 err = thermal_zone_device_disable(tzd); in tegra_tsensor_disable_hw_channel()