tzone 555 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h struct thermal_zone_device *tzone; tzone 202 drivers/net/wireless/intel/iwlwifi/mvm/tt.c if (mvm->tz_device.tzone) { tzone 205 drivers/net/wireless/intel/iwlwifi/mvm/tt.c thermal_notify_framework(tz_dev->tzone, tzone 569 drivers/net/wireless/intel/iwlwifi/mvm/tt.c if (!mvm->tz_device.tzone) tzone 669 drivers/net/wireless/intel/iwlwifi/mvm/tt.c struct iwl_mvm_thermal_device *tzone; tzone 692 drivers/net/wireless/intel/iwlwifi/mvm/tt.c tzone = &mvm->tz_device; tzone 694 drivers/net/wireless/intel/iwlwifi/mvm/tt.c if (!tzone) { tzone 700 drivers/net/wireless/intel/iwlwifi/mvm/tt.c if (tzone->temp_trips[trip] == temperature) { tzone 707 drivers/net/wireless/intel/iwlwifi/mvm/tt.c if (tzone->temp_trips[i] == temperature) { tzone 713 drivers/net/wireless/intel/iwlwifi/mvm/tt.c tzone->temp_trips[trip] = temperature; tzone 738 drivers/net/wireless/intel/iwlwifi/mvm/tt.c mvm->tz_device.tzone = NULL; tzone 746 drivers/net/wireless/intel/iwlwifi/mvm/tt.c mvm->tz_device.tzone = thermal_zone_device_register(name, tzone 751 drivers/net/wireless/intel/iwlwifi/mvm/tt.c if (IS_ERR(mvm->tz_device.tzone)) { tzone 754 drivers/net/wireless/intel/iwlwifi/mvm/tt.c PTR_ERR(mvm->tz_device.tzone)); tzone 755 drivers/net/wireless/intel/iwlwifi/mvm/tt.c mvm->tz_device.tzone = NULL; tzone 842 drivers/net/wireless/intel/iwlwifi/mvm/tt.c if (!iwl_mvm_is_tt_in_fw(mvm) || !mvm->tz_device.tzone) tzone 846 drivers/net/wireless/intel/iwlwifi/mvm/tt.c if (mvm->tz_device.tzone) { tzone 847 drivers/net/wireless/intel/iwlwifi/mvm/tt.c thermal_zone_device_unregister(mvm->tz_device.tzone); tzone 848 drivers/net/wireless/intel/iwlwifi/mvm/tt.c mvm->tz_device.tzone = NULL; tzone 43 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h struct int34x_thermal_zone *tzone, void *priv_data) tzone 45 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h tzone->priv_data = priv_data; tzone 49 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h struct int34x_thermal_zone *tzone) tzone 51 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h return tzone->priv_data; tzone 55 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h struct int34x_thermal_zone *tzone, tzone 58 drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h thermal_zone_device_update(tzone->zone, event); tzone 110 drivers/thermal/intel/intel_quark_dts_thermal.c struct thermal_zone_device *tzone; tzone 362 drivers/thermal/intel/intel_quark_dts_thermal.c thermal_zone_device_unregister(aux_entry->tzone); tzone 411 drivers/thermal/intel/intel_quark_dts_thermal.c aux_entry->tzone = thermal_zone_device_register("quark_dts", tzone 415 drivers/thermal/intel/intel_quark_dts_thermal.c if (IS_ERR(aux_entry->tzone)) { tzone 416 drivers/thermal/intel/intel_quark_dts_thermal.c err = PTR_ERR(aux_entry->tzone); tzone 421 drivers/thermal/intel/intel_quark_dts_thermal.c err = soc_dts_enable(aux_entry->tzone); tzone 429 drivers/thermal/intel/intel_quark_dts_thermal.c thermal_zone_device_unregister(aux_entry->tzone); tzone 274 drivers/thermal/intel/intel_soc_dts_iosf.c thermal_zone_device_unregister(dts->tzone); tzone 318 drivers/thermal/intel/intel_soc_dts_iosf.c dts->tzone = thermal_zone_device_register(name, tzone 323 drivers/thermal/intel/intel_soc_dts_iosf.c if (IS_ERR(dts->tzone)) { tzone 324 drivers/thermal/intel/intel_soc_dts_iosf.c ret = PTR_ERR(dts->tzone); tzone 334 drivers/thermal/intel/intel_soc_dts_iosf.c thermal_zone_device_unregister(dts->tzone); tzone 385 drivers/thermal/intel/intel_soc_dts_iosf.c thermal_zone_device_update(sensors->soc_dts[i].tzone, tzone 33 drivers/thermal/intel/intel_soc_dts_iosf.h struct thermal_zone_device *tzone; tzone 53 drivers/thermal/intel/x86_pkg_temp_thermal.c struct thermal_zone_device *tzone; tzone 263 drivers/thermal/intel/x86_pkg_temp_thermal.c struct thermal_zone_device *tzone = NULL; tzone 284 drivers/thermal/intel/x86_pkg_temp_thermal.c tzone = zonedev->tzone; tzone 294 drivers/thermal/intel/x86_pkg_temp_thermal.c if (tzone) tzone 295 drivers/thermal/intel/x86_pkg_temp_thermal.c thermal_zone_device_update(tzone, THERMAL_EVENT_UNSPECIFIED); tzone 357 drivers/thermal/intel/x86_pkg_temp_thermal.c zonedev->tzone = thermal_zone_device_register("x86_pkg_temp", tzone 361 drivers/thermal/intel/x86_pkg_temp_thermal.c if (IS_ERR(zonedev->tzone)) { tzone 362 drivers/thermal/intel/x86_pkg_temp_thermal.c err = PTR_ERR(zonedev->tzone); tzone 394 drivers/thermal/intel/x86_pkg_temp_thermal.c struct thermal_zone_device *tzone = zonedev->tzone; tzone 403 drivers/thermal/intel/x86_pkg_temp_thermal.c zonedev->tzone = NULL; tzone 406 drivers/thermal/intel/x86_pkg_temp_thermal.c thermal_zone_device_unregister(tzone);