Lines Matching refs:tzd
192 struct thermal_zone_device *tzd; member
261 struct thermal_zone_device *tzd = data->tzd; in exynos_tmu_initialize() local
262 int num_trips = thermal_zone_get_num_trips(tzd); in exynos_tmu_initialize()
266 ret = thermal_zone_get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
300 ret = thermal_zone_get_trip(tzd, i, &trip); in exynos_tmu_initialize()
356 if (thermal_zone_get_trip(data->tzd, 0, &trip)) in exynos4210_tmu_set_trip_temp()
554 struct thermal_zone_device *tz = data->tzd; in exynos4210_tmu_control()
585 struct thermal_zone_device *tz = data->tzd; in exynos5433_tmu_control()
617 struct thermal_zone_device *tz = data->tzd; in exynos7_tmu_control()
774 thermal_zone_device_update(data->tzd, THERMAL_EVENT_UNSPECIFIED); in exynos_tmu_work()
1087 data->tzd = devm_thermal_of_zone_register(&pdev->dev, 0, data, in exynos_tmu_probe()
1089 if (IS_ERR(data->tzd)) { in exynos_tmu_probe()
1090 ret = PTR_ERR(data->tzd); in exynos_tmu_probe()