Lines Matching refs:tzd
205 struct thermal_zone_device *tzd; member
217 struct thermal_zone_device *tz = p->tzd; in exynos_report_trigger()
316 struct thermal_zone_device *tz = data->tzd; in get_th_reg()
398 struct thermal_zone_device *tz = data->tzd; in exynos4210_tmu_initialize()
444 of_thermal_get_trip_points(data->tzd); in exynos4412_tmu_initialize()
485 for (i = 0; i < of_thermal_get_ntrips(data->tzd); i++) { in exynos4412_tmu_initialize()
492 if (i == of_thermal_get_ntrips(data->tzd)) { in exynos4412_tmu_initialize()
516 struct thermal_zone_device *tz = data->tzd; in exynos5433_tmu_initialize()
641 if (!data->tzd->ops->get_crit_temp(data->tzd, &crit_temp)) { in exynos5440_tmu_initialize()
661 struct thermal_zone_device *tz = data->tzd; in exynos7_tmu_initialize()
739 struct thermal_zone_device *tz = data->tzd; in exynos4210_tmu_control()
770 struct thermal_zone_device *tz = data->tzd; in exynos5433_tmu_control()
812 struct thermal_zone_device *tz = data->tzd; in exynos5440_tmu_control()
841 struct thermal_zone_device *tz = data->tzd; in exynos7_tmu_control()
1366 data->tzd = thermal_zone_of_sensor_register(&pdev->dev, 0, data, in exynos_tmu_probe()
1368 if (IS_ERR(data->tzd)) { in exynos_tmu_probe()
1369 ret = PTR_ERR(data->tzd); in exynos_tmu_probe()
1391 thermal_zone_of_sensor_unregister(&pdev->dev, data->tzd); in exynos_tmu_probe()
1409 struct thermal_zone_device *tzd = data->tzd; in exynos_tmu_remove() local
1411 thermal_zone_of_sensor_unregister(&pdev->dev, tzd); in exynos_tmu_remove()