tz_dev 203 drivers/net/wireless/intel/iwlwifi/mvm/tt.c struct iwl_mvm_thermal_device *tz_dev = &mvm->tz_device; tz_dev 205 drivers/net/wireless/intel/iwlwifi/mvm/tt.c thermal_notify_framework(tz_dev->tzone, tz_dev 206 drivers/net/wireless/intel/iwlwifi/mvm/tt.c tz_dev->fw_trips_index[ths_crossed]); tz_dev 68 drivers/thermal/qcom/qcom-spmi-temp-alarm.c struct thermal_zone_device *tz_dev; tz_dev 248 drivers/thermal/qcom/qcom-spmi-temp-alarm.c trip_points = of_thermal_get_trip_points(chip->tz_dev); tz_dev 271 drivers/thermal/qcom/qcom-spmi-temp-alarm.c thermal_zone_device_update(chip->tz_dev, THERMAL_EVENT_UNSPECIFIED); tz_dev 282 drivers/thermal/qcom/qcom-spmi-temp-alarm.c ntrips = of_thermal_get_ntrips(chip->tz_dev); tz_dev 286 drivers/thermal/qcom/qcom-spmi-temp-alarm.c trips = of_thermal_get_trip_points(chip->tz_dev); tz_dev 291 drivers/thermal/qcom/qcom-spmi-temp-alarm.c if (of_thermal_is_trip_valid(chip->tz_dev, i) && tz_dev 417 drivers/thermal/qcom/qcom-spmi-temp-alarm.c chip->tz_dev = devm_thermal_zone_of_sensor_register( tz_dev 419 drivers/thermal/qcom/qcom-spmi-temp-alarm.c if (IS_ERR(chip->tz_dev)) { tz_dev 421 drivers/thermal/qcom/qcom-spmi-temp-alarm.c return PTR_ERR(chip->tz_dev); tz_dev 435 drivers/thermal/qcom/qcom-spmi-temp-alarm.c thermal_zone_device_update(chip->tz_dev, THERMAL_EVENT_UNSPECIFIED); tz_dev 18 drivers/thermal/thermal-generic-adc.c struct thermal_zone_device *tz_dev; tz_dev 141 drivers/thermal/thermal-generic-adc.c gti->tz_dev = devm_thermal_zone_of_sensor_register(&pdev->dev, 0, gti, tz_dev 143 drivers/thermal/thermal-generic-adc.c if (IS_ERR(gti->tz_dev)) { tz_dev 144 drivers/thermal/thermal-generic-adc.c ret = PTR_ERR(gti->tz_dev); tz_dev 87 drivers/thermal/uniphier_thermal.c struct thermal_zone_device *tz_dev; tz_dev 240 drivers/thermal/uniphier_thermal.c thermal_zone_device_update(tdev->tz_dev, THERMAL_EVENT_UNSPECIFIED); tz_dev 292 drivers/thermal/uniphier_thermal.c tdev->tz_dev = devm_thermal_zone_of_sensor_register(dev, 0, tdev, tz_dev 294 drivers/thermal/uniphier_thermal.c if (IS_ERR(tdev->tz_dev)) { tz_dev 296 drivers/thermal/uniphier_thermal.c return PTR_ERR(tdev->tz_dev); tz_dev 300 drivers/thermal/uniphier_thermal.c trips = of_thermal_get_trip_points(tdev->tz_dev); tz_dev 301 drivers/thermal/uniphier_thermal.c ntrips = of_thermal_get_ntrips(tdev->tz_dev);