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

/linux-master/drivers/thermal/
H A Dmax77620_thermal.c28 struct thermal_zone_device *tz_device; member in struct:max77620_therm_info
80 thermal_zone_device_update(mtherm->tz_device,
115 mtherm->tz_device = devm_thermal_of_zone_register(&pdev->dev, 0,
117 if (IS_ERR(mtherm->tz_device))
118 return PTR_ERR(mtherm->tz_device);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c146 if (mvm->tz_device.tzone) {
147 struct iwl_mvm_thermal_device *tz_dev = &mvm->tz_device;
585 if (!mvm->tz_device.tzone)
595 for_each_thermal_trip(mvm->tz_device.tzone, iwl_trip_temp_cb, &twd);
677 mvm->tz_device.tzone = NULL;
690 mvm->tz_device.trips[i].temperature = THERMAL_TEMP_INVALID;
691 mvm->tz_device.trips[i].type = THERMAL_TRIP_PASSIVE;
692 mvm->tz_device.trips[i].flags = THERMAL_TRIP_FLAG_RW_TEMP;
694 mvm->tz_device.tzone = thermal_zone_device_register_with_trips(name,
695 mvm->tz_device
[all...]
H A Dmvm.h1063 struct iwl_mvm_thermal_device tz_device; member in struct:iwl_mvm
/linux-master/drivers/regulator/
H A Dmax8973-regulator.c112 struct thermal_zone_device *tz_device; member in struct:max8973_chip
460 thermal_zone_device_update(mchip->tz_device,

Completed in 231 milliseconds