Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c149 if (mvm->tz_device.tzone) { in iwl_mvm_temp_notif()
150 struct iwl_mvm_thermal_device *tz_dev = &mvm->tz_device; in iwl_mvm_temp_notif()
573 if (!mvm->tz_device.tzone) in iwl_mvm_send_temp_report_ths_cmd()
583 for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd); in iwl_mvm_send_temp_report_ths_cmd()
658 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register()
671 mvm->tz_device.trips[i].temperature = THERMAL_TEMP_INVALID; in iwl_mvm_thermal_zone_register()
672 mvm->tz_device.trips[i].type = THERMAL_TRIP_PASSIVE; in iwl_mvm_thermal_zone_register()
673 mvm->tz_device.trips[i].flags = THERMAL_TRIP_FLAG_RW_TEMP; in iwl_mvm_thermal_zone_register()
675 mvm->tz_device.tzone = thermal_zone_device_register_with_trips(name, in iwl_mvm_thermal_zone_register()
676 mvm->tz_device.trips, in iwl_mvm_thermal_zone_register()
[all …]
H A Dmvm.h1128 struct iwl_mvm_thermal_device tz_device; member
/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 return PTR_ERR(mtherm->tz_device); in max77620_thermal_probe()
/linux/drivers/regulator/
H A Dmax8973-regulator.c112 struct thermal_zone_device *tz_device; member
460 thermal_zone_device_update(mchip->tz_device, in max8973_thermal_irq()