Lines Matching refs:thermal
34 struct thermal_zone_device *thermal; member
188 static int int3400_thermal_get_temp(struct thermal_zone_device *thermal, in int3400_thermal_get_temp() argument
195 static int int3400_thermal_get_mode(struct thermal_zone_device *thermal, in int3400_thermal_get_mode() argument
198 struct int3400_thermal_priv *priv = thermal->devdata; in int3400_thermal_get_mode()
208 static int int3400_thermal_set_mode(struct thermal_zone_device *thermal, in int3400_thermal_set_mode() argument
211 struct int3400_thermal_priv *priv = thermal->devdata; in int3400_thermal_set_mode()
278 priv->thermal = thermal_zone_device_register("INT3400 Thermal", 0, 0, in int3400_thermal_probe()
281 if (IS_ERR(priv->thermal)) { in int3400_thermal_probe()
282 result = PTR_ERR(priv->thermal); in int3400_thermal_probe()
296 thermal_zone_device_unregister(priv->thermal); in int3400_thermal_probe()
313 thermal_zone_device_unregister(priv->thermal); in int3400_thermal_remove()