Searched refs:tz_dev (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/thermal/ |
D | thermal-generic-adc.c | 20 struct thermal_zone_device *tz_dev; member 143 gti->tz_dev = devm_thermal_of_zone_register(dev, 0, gti, in gadc_thermal_probe() 145 if (IS_ERR(gti->tz_dev)) { in gadc_thermal_probe() 146 ret = PTR_ERR(gti->tz_dev); in gadc_thermal_probe() 154 devm_thermal_add_hwmon_sysfs(dev, gti->tz_dev); in gadc_thermal_probe()
|
D | uniphier_thermal.c | 84 struct thermal_zone_device *tz_dev; member 237 thermal_zone_device_update(tdev->tz_dev, THERMAL_EVENT_UNSPECIFIED); in uniphier_tm_alarm_irq_thread() 309 tdev->tz_dev = devm_thermal_of_zone_register(dev, 0, tdev, in uniphier_tm_probe() 311 if (IS_ERR(tdev->tz_dev)) { in uniphier_tm_probe() 313 return PTR_ERR(tdev->tz_dev); in uniphier_tm_probe() 318 thermal_zone_for_each_trip(tdev->tz_dev, uniphier_tm_trip_walk_cb, &twd); in uniphier_tm_probe()
|
/linux-6.12.1/drivers/thermal/qcom/ |
D | qcom-spmi-temp-alarm.c | 72 struct thermal_zone_device *tz_dev; member 289 thermal_zone_device_update(chip->tz_dev, THERMAL_EVENT_UNSPECIFIED); in qpnp_tm_isr() 328 ret = thermal_zone_get_crit_temp(chip->tz_dev, &crit_temp); in qpnp_tm_init() 424 chip->tz_dev = devm_thermal_of_zone_register( in qpnp_tm_probe() 426 if (IS_ERR(chip->tz_dev)) in qpnp_tm_probe() 427 return dev_err_probe(&pdev->dev, PTR_ERR(chip->tz_dev), in qpnp_tm_probe() 434 devm_thermal_add_hwmon_sysfs(&pdev->dev, chip->tz_dev); in qpnp_tm_probe() 441 thermal_zone_device_update(chip->tz_dev, THERMAL_EVENT_UNSPECIFIED); in qpnp_tm_probe()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 147 struct iwl_mvm_thermal_device *tz_dev = &mvm->tz_device; in iwl_mvm_temp_notif() local 149 thermal_zone_device_update(tz_dev->tzone, in iwl_mvm_temp_notif()
|