Searched refs:tz_dev (Results 1 – 3 of 3) sorted by relevance
21 struct thermal_zone_device *tz_dev; member136 gti->tz_dev = thermal_zone_of_sensor_register(&pdev->dev, 0, in gadc_thermal_probe()138 if (IS_ERR(gti->tz_dev)) { in gadc_thermal_probe()139 ret = PTR_ERR(gti->tz_dev); in gadc_thermal_probe()157 thermal_zone_of_sensor_unregister(&pdev->dev, gti->tz_dev); in gadc_thermal_remove()
60 struct thermal_zone_device *tz_dev; member153 thermal_zone_device_update(chip->tz_dev, THERMAL_EVENT_UNSPECIFIED); in qpnp_tm_isr()263 chip->tz_dev = devm_thermal_zone_of_sensor_register(&pdev->dev, 0, chip, in qpnp_tm_probe()265 if (IS_ERR(chip->tz_dev)) { in qpnp_tm_probe()267 ret = PTR_ERR(chip->tz_dev); in qpnp_tm_probe()
208 struct iwl_mvm_thermal_device *tz_dev = &mvm->tz_device; in iwl_mvm_temp_notif() local210 thermal_notify_framework(tz_dev->tzone, in iwl_mvm_temp_notif()211 tz_dev->fw_trips_index[ths_crossed]); in iwl_mvm_temp_notif()