Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c146 if (mvm->tz_device.tzone) { in iwl_mvm_temp_notif()
147 struct iwl_mvm_thermal_device *tz_dev = &mvm->tz_device; in iwl_mvm_temp_notif()
569 if (!mvm->tz_device.tzone) in iwl_mvm_send_temp_report_ths_cmd()
578 if (mvm->tz_device.trips[i].temperature != INT_MIN) { in iwl_mvm_send_temp_report_ths_cmd()
580 cpu_to_le16((s16)(mvm->tz_device.trips[i].temperature / 1000)); in iwl_mvm_send_temp_report_ths_cmd()
597 mvm->tz_device.trips[j].temperature) in iwl_mvm_send_temp_report_ths_cmd()
598 mvm->tz_device.fw_trips_index[i] = j; in iwl_mvm_send_temp_report_ths_cmd()
661 tzone = &mvm->tz_device; in iwl_mvm_tzone_set_trip_temp()
688 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register()
696 mvm->tz_device.tzone = thermal_zone_device_register_with_trips(name, in iwl_mvm_thermal_zone_register()
[all …]
H A Dmvm.h1061 struct iwl_mvm_thermal_device tz_device; member
/openbmc/linux/drivers/thermal/
H A Dmax77620_thermal.c28 struct thermal_zone_device *tz_device; member
80 thermal_zone_device_update(mtherm->tz_device, in max77620_thermal_irq()
115 mtherm->tz_device = devm_thermal_of_zone_register(&pdev->dev, 0, in max77620_thermal_probe()
117 if (IS_ERR(mtherm->tz_device)) { in max77620_thermal_probe()
118 ret = PTR_ERR(mtherm->tz_device); in max77620_thermal_probe()
/openbmc/linux/drivers/regulator/
H A Dmax8973-regulator.c114 struct thermal_zone_device *tz_device; member
462 thermal_zone_device_update(mchip->tz_device, in max8973_thermal_irq()