Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dthermal.h276 int thermal_zone_device_disable(struct thermal_zone_device *tz);
349 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() function
/linux/drivers/platform/x86/
H A Dacerhdf.c669 ret = thermal_zone_device_disable(thz_dev); in acerhdf_register_thermal()
/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c291 err = thermal_zone_device_disable(tzd); in tegra_tsensor_disable_hw_channel()
/linux/drivers/thermal/
H A Dthermal_core.c687 int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable() function
691 EXPORT_SYMBOL_GPL(thermal_zone_device_disable);
H A Dthermal_sysfs.c72 result = thermal_zone_device_disable(tz); in mode_store()
/linux/drivers/acpi/
H A Dthermal.c660 thermal_zone_device_disable(tz->thermal_zone); in acpi_thermal_unregister_thermal_zone()