Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dthermal.h374 int thermal_zone_device_disable(struct thermal_zone_device *tz);
422 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() function
/Linux-v6.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_device_pci.c184 thermal_zone_device_disable(tzd); in sys_set_trip_temp()
/Linux-v6.1/drivers/platform/x86/
Dacerhdf.c723 ret = thermal_zone_device_disable(thz_dev); in acerhdf_register_thermal()
/Linux-v6.1/drivers/thermal/
Dsprd_thermal.c328 thermal_zone_device_disable(tzd); in sprd_thm_toggle_sensor()
Dthermal_of.c559 thermal_zone_device_disable(tz); in thermal_of_zone_unregister()
Dhisi_thermal.c547 thermal_zone_device_disable(tzd); in hisi_thermal_toggle_sensor()
Dthermal_core.c444 int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() function
448 EXPORT_SYMBOL_GPL(thermal_zone_device_disable);
Dimx_thermal.c845 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.c1195 thermal_zone_device_disable(tzd); in rockchip_thermal_toggle_sensor()
/Linux-v6.1/drivers/thermal/tegra/
Dtegra30-tsensor.c292 err = thermal_zone_device_disable(tzd); in tegra_tsensor_disable_hw_channel()