Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_core.h140 int of_thermal_get_ntrips(struct thermal_zone_device *);
145 static inline int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() function
Dthermal_of.c32 int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() function
36 EXPORT_SYMBOL_GPL(of_thermal_get_ntrips);
Duniphier_thermal.c301 ntrips = of_thermal_get_ntrips(tdev->tz_dev); in uniphier_tm_probe()
Darmada_thermal.c795 for (i = 0; i < of_thermal_get_ntrips(tz); i++) in armada_configure_overheat_int()
799 if (i == of_thermal_get_ntrips(tz)) in armada_configure_overheat_int()
Drcar_gen3_thermal.c532 ret = of_thermal_get_ntrips(tsc->zone); in rcar_gen3_thermal_probe()
Dhisi_thermal.c500 for (i = 0; i < of_thermal_get_ntrips(sensor->tzd); i++) { in hisi_thermal_register_sensor()
/linux-6.1.9/drivers/thermal/samsung/
Dexynos_tmu.c282 if (of_thermal_get_ntrips(tzd) > data->ntrip) { in exynos_tmu_initialize()
287 (of_thermal_get_ntrips(tzd) - data->ntrip)); in exynos_tmu_initialize()
300 min_t(int, of_thermal_get_ntrips(tzd), data->ntrip); in exynos_tmu_initialize()
/linux-6.1.9/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c307 ntrips = of_thermal_get_ntrips(chip->tz_dev); in qpnp_tm_get_critical_trip_temp()
/linux-6.1.9/drivers/thermal/tegra/
Dsoctherm.c695 ntrips = of_thermal_get_ntrips(tz); in get_hot_temp()