Searched refs:exynos_sensor_conf (Results 1 – 1 of 1) sorted by relevance
785 static struct thermal_sensor_conf exynos_sensor_conf = { variable971 (&exynos_sensor_conf)->private_data = data; in exynos_tmu_probe()972 exynos_sensor_conf.trip_data.trip_count = pdata->trigger_level0_en + in exynos_tmu_probe()976 for (i = 0; i < exynos_sensor_conf.trip_data.trip_count; i++) in exynos_tmu_probe()977 exynos_sensor_conf.trip_data.trip_val[i] = in exynos_tmu_probe()980 exynos_sensor_conf.trip_data.trigger_falling = pdata->threshold_falling; in exynos_tmu_probe()982 exynos_sensor_conf.cooling_data.freq_clip_count = in exynos_tmu_probe()985 exynos_sensor_conf.cooling_data.freq_data[i].freq_clip_max = in exynos_tmu_probe()987 exynos_sensor_conf.cooling_data.freq_data[i].temp_level = in exynos_tmu_probe()991 ret = exynos_register_thermal(&exynos_sensor_conf); in exynos_tmu_probe()