Home
last modified time | relevance | path

Searched refs:tz_device (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c151 if (mvm->tz_device.tzone) { in iwl_mvm_temp_notif()
152 struct iwl_mvm_thermal_device *tz_dev = &mvm->tz_device; in iwl_mvm_temp_notif()
575 if (!mvm->tz_device.tzone) in iwl_mvm_send_temp_report_ths_cmd()
585 for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd); in iwl_mvm_send_temp_report_ths_cmd()
660 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register()
673 mvm->tz_device.trips[i].temperature = THERMAL_TEMP_INVALID; in iwl_mvm_thermal_zone_register()
674 mvm->tz_device.trips[i].type = THERMAL_TRIP_PASSIVE; in iwl_mvm_thermal_zone_register()
675 mvm->tz_device.trips[i].flags = THERMAL_TRIP_FLAG_RW_TEMP; in iwl_mvm_thermal_zone_register()
677 mvm->tz_device.tzone = thermal_zone_device_register_with_trips(name, in iwl_mvm_thermal_zone_register()
678 mvm->tz_device.trips, in iwl_mvm_thermal_zone_register()
[all …]
H A Dmvm.h1133 struct iwl_mvm_thermal_device tz_device; member