Home
last modified time | relevance | path

Searched refs:of_thermal_get_ntrips (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/thermal/
Dthermal_core.h121 int of_thermal_get_ntrips(struct thermal_zone_device *);
128 static inline int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() function
Dof-thermal.c107 int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() function
116 EXPORT_SYMBOL_GPL(of_thermal_get_ntrips);
Duniphier_thermal.c312 ntrips = of_thermal_get_ntrips(tdev->tz_dev); in uniphier_tm_probe()
Drcar_gen3_thermal.c426 ret = of_thermal_get_ntrips(tsc->zone); in rcar_gen3_thermal_probe()
Dhisi_thermal.c495 for (i = 0; i < of_thermal_get_ntrips(sensor->tzd); i++) { in hisi_thermal_register_sensor()
/Linux-v4.19/drivers/thermal/samsung/
Dexynos_tmu.c293 if (of_thermal_get_ntrips(tzd) > data->ntrip) { in exynos_tmu_initialize()
298 (of_thermal_get_ntrips(tzd) - data->ntrip)); in exynos_tmu_initialize()
311 min_t(int, of_thermal_get_ntrips(tzd), data->ntrip); in exynos_tmu_initialize()
/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c501 ntrips = of_thermal_get_ntrips(tz); in get_hot_temp()