Lines Matching refs:thermal
3 * Broadcom STB AVS TMON thermal sensor driver
22 #include <linux/thermal.h>
114 struct thermal_zone_device *thermal;
115 /* Process specific thermal parameters used for calculations */
258 thermal_zone_device_update(priv->thermal, intr);
270 * Disable low-temp if "low" is too small. As per thermal framework
322 struct thermal_zone_device *thermal;
344 thermal = devm_thermal_zone_of_sensor_register(&pdev->dev, 0, priv,
346 if (IS_ERR(thermal)) {
347 ret = PTR_ERR(thermal);
352 priv->thermal = thermal;
382 MODULE_DESCRIPTION("Broadcom STB AVS TMON thermal driver");