Searched refs:tz_dev (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/thermal/qcom/ |
A D | qcom-spmi-temp-alarm.c | 73 struct thermal_zone_device *tz_dev; member 271 trip_points = of_thermal_get_trip_points(chip->tz_dev); in qpnp_tm_set_trip_temp() 294 thermal_zone_device_update(chip->tz_dev, THERMAL_EVENT_UNSPECIFIED); in qpnp_tm_isr() 305 ntrips = of_thermal_get_ntrips(chip->tz_dev); in qpnp_tm_get_critical_trip_temp() 309 trips = of_thermal_get_trip_points(chip->tz_dev); in qpnp_tm_get_critical_trip_temp() 314 if (of_thermal_is_trip_valid(chip->tz_dev, i) && in qpnp_tm_get_critical_trip_temp() 448 chip->tz_dev = devm_thermal_zone_of_sensor_register( in qpnp_tm_probe() 450 if (IS_ERR(chip->tz_dev)) { in qpnp_tm_probe() 452 return PTR_ERR(chip->tz_dev); in qpnp_tm_probe() 466 thermal_zone_device_update(chip->tz_dev, THERMAL_EVENT_UNSPECIFIED); in qpnp_tm_probe()
|
/linux/drivers/thermal/ |
A D | uniphier_thermal.c | 87 struct thermal_zone_device *tz_dev; member 240 thermal_zone_device_update(tdev->tz_dev, THERMAL_EVENT_UNSPECIFIED); in uniphier_tm_alarm_irq_thread() 292 tdev->tz_dev = devm_thermal_zone_of_sensor_register(dev, 0, tdev, in uniphier_tm_probe() 294 if (IS_ERR(tdev->tz_dev)) { in uniphier_tm_probe() 296 return PTR_ERR(tdev->tz_dev); in uniphier_tm_probe() 300 trips = of_thermal_get_trip_points(tdev->tz_dev); in uniphier_tm_probe() 301 ntrips = of_thermal_get_ntrips(tdev->tz_dev); in uniphier_tm_probe()
|
A D | thermal-generic-adc.c | 18 struct thermal_zone_device *tz_dev; member 146 gti->tz_dev = devm_thermal_zone_of_sensor_register(&pdev->dev, 0, gti, in gadc_thermal_probe() 148 if (IS_ERR(gti->tz_dev)) { in gadc_thermal_probe() 149 ret = PTR_ERR(gti->tz_dev); in gadc_thermal_probe()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A 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()
|
Completed in 10 milliseconds