Searched refs:of_thermal_get_ntrips (Results 1 – 10 of 10) sorted by relevance
96 int of_thermal_get_ntrips(struct thermal_zone_device *);103 static inline int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() function
301 ntrips = of_thermal_get_ntrips(tdev->tz_dev); in uniphier_tm_probe()
121 int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() function130 EXPORT_SYMBOL_GPL(of_thermal_get_ntrips);
794 for (i = 0; i < of_thermal_get_ntrips(tz); i++) in armada_configure_overheat_int()798 if (i == of_thermal_get_ntrips(tz)) in armada_configure_overheat_int()
451 ret = of_thermal_get_ntrips(tsc->zone); in rcar_gen3_thermal_probe()
508 for (i = 0; i < of_thermal_get_ntrips(sensor->tzd); i++) { in hisi_thermal_register_sensor()
279 if (of_thermal_get_ntrips(tzd) > data->ntrip) { in exynos_tmu_initialize()284 (of_thermal_get_ntrips(tzd) - data->ntrip)); in exynos_tmu_initialize()297 min_t(int, of_thermal_get_ntrips(tzd), data->ntrip); in exynos_tmu_initialize()
282 ntrips = of_thermal_get_ntrips(chip->tz_dev); in qpnp_tm_get_critical_trip_temp()
684 sensor->num_trips = of_thermal_get_ntrips(sensor->th_dev); in stm_thermal_probe()
727 ntrips = of_thermal_get_ntrips(tz); in get_hot_temp()