Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dthermal.h394 int thermal_zone_device_disable(struct thermal_zone_device *tz);
442 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() function
/Linux-v5.15/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_device_pci.c184 thermal_zone_device_disable(tzd); in sys_set_trip_temp()
/Linux-v5.15/drivers/platform/x86/
Dacerhdf.c738 ret = thermal_zone_device_disable(thz_dev); in acerhdf_register_thermal()
/Linux-v5.15/drivers/thermal/
Dsprd_thermal.c328 thermal_zone_device_disable(tzd); in sprd_thm_toggle_sensor()
Dhisi_thermal.c555 thermal_zone_device_disable(tzd); in hisi_thermal_toggle_sensor()
Dthermal_core.c464 int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() function
468 EXPORT_SYMBOL_GPL(thermal_zone_device_disable);
Dthermal_of.c563 thermal_zone_device_disable(tzd); in thermal_zone_of_sensor_unregister()
Dimx_thermal.c858 ret = thermal_zone_device_disable(data->tz); in imx_thermal_suspend()
Dthermal_sysfs.c67 result = thermal_zone_device_disable(tz); in mode_store()
Drockchip_thermal.c1195 thermal_zone_device_disable(tzd); in rockchip_thermal_toggle_sensor()
/Linux-v5.15/drivers/thermal/tegra/
Dtegra30-tsensor.c292 err = thermal_zone_device_disable(tzd); in tegra_tsensor_disable_hw_channel()