Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
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.temp_trips[i] != S16_MIN) { in iwl_mvm_send_temp_report_ths_cmd()
580 cpu_to_le16(mvm->tz_device.temp_trips[i]); in iwl_mvm_send_temp_report_ths_cmd()
597 mvm->tz_device.temp_trips[j]) 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()
649 *temp = mvm->tz_device.temp_trips[trip] * 1000; in iwl_mvm_tzone_get_trip_temp()
692 tzone = &mvm->tz_device; in iwl_mvm_tzone_set_trip_temp()
738 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register()
[all …]
Dmvm.h985 struct iwl_mvm_thermal_device tz_device; member
/linux-5.19.10/drivers/thermal/
Dmax77620_thermal.c28 struct thermal_zone_device *tz_device; member
82 thermal_zone_device_update(mtherm->tz_device, in max77620_thermal_irq()
117 mtherm->tz_device = devm_thermal_zone_of_sensor_register(&pdev->dev, 0, in max77620_thermal_probe()
119 if (IS_ERR(mtherm->tz_device)) { in max77620_thermal_probe()
120 ret = PTR_ERR(mtherm->tz_device); in max77620_thermal_probe()
/linux-5.19.10/drivers/regulator/
Dmax8973-regulator.c127 struct thermal_zone_device *tz_device; member
475 thermal_zone_device_update(mchip->tz_device, in max8973_thermal_irq()