Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/
Dthermal_core.h96 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
Duniphier_thermal.c301 ntrips = of_thermal_get_ntrips(tdev->tz_dev); in uniphier_tm_probe()
Dof-thermal.c121 int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() function
130 EXPORT_SYMBOL_GPL(of_thermal_get_ntrips);
Darmada_thermal.c794 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()
Drcar_gen3_thermal.c451 ret = of_thermal_get_ntrips(tsc->zone); in rcar_gen3_thermal_probe()
Dhisi_thermal.c508 for (i = 0; i < of_thermal_get_ntrips(sensor->tzd); i++) { in hisi_thermal_register_sensor()
/Linux-v5.4/drivers/thermal/samsung/
Dexynos_tmu.c279 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()
/Linux-v5.4/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c282 ntrips = of_thermal_get_ntrips(chip->tz_dev); in qpnp_tm_get_critical_trip_temp()
/Linux-v5.4/drivers/thermal/st/
Dstm_thermal.c684 sensor->num_trips = of_thermal_get_ntrips(sensor->th_dev); in stm_thermal_probe()
/Linux-v5.4/drivers/thermal/tegra/
Dsoctherm.c727 ntrips = of_thermal_get_ntrips(tz); in get_hot_temp()