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 */
256 thermal_zone_device_update(priv->thermal, intr);
268 * Disable low-temp if "low" is too small. As per thermal framework
320 struct thermal_zone_device *thermal;
339 thermal = devm_thermal_of_zone_register(&pdev->dev, 0, priv,
341 if (IS_ERR(thermal)) {
342 ret = PTR_ERR(thermal);
347 priv->thermal = thermal;
377 MODULE_DESCRIPTION("Broadcom STB AVS TMON thermal driver");