Lines Matching refs:zone
51 struct thermal_zone_device *zone; member
95 thermal_zone_device_update(thermal->zone, in da9062_thermal_poll_on()
98 delay = thermal->zone->passive_delay_jiffies; in da9062_thermal_poll_on()
106 thermal_zone_device_update(thermal->zone, in da9062_thermal_poll_on()
231 thermal->zone = thermal_zone_device_register(thermal->config->name, in da9062_thermal_probe()
235 if (IS_ERR(thermal->zone)) { in da9062_thermal_probe()
237 ret = PTR_ERR(thermal->zone); in da9062_thermal_probe()
240 ret = thermal_zone_device_enable(thermal->zone); in da9062_thermal_probe()
248 jiffies_to_msecs(thermal->zone->passive_delay_jiffies)); in da9062_thermal_probe()
271 thermal_zone_device_unregister(thermal->zone); in da9062_thermal_probe()
282 thermal_zone_device_unregister(thermal->zone); in da9062_thermal_remove()