Lines Matching defs:thermal
3 * OMAP thermal driver interface
16 #include <linux/thermal.h>
22 #include "ti-thermal.h"
45 dev_dbg(&data->ti_thermal->device, "updated thermal zone %s\n",
65 /* thermal zone ops */
66 /* Get temperature callback function for thermal zone */
109 static inline int ti_thermal_get_temp(struct thermal_zone_device *thermal,
112 struct ti_thermal_data *data = thermal->devdata;
182 dev_err(bgp->dev, "thermal zone device is NULL\n");
228 if (of_find_property(np, "#thermal-sensor-cells", NULL))