Home
last modified time | relevance | path

Searched refs:of_thermal_is_trip_valid (Results 1 – 4 of 4) sorted by relevance

/drivers/thermal/
Dthermal_core.h97 bool of_thermal_is_trip_valid(struct thermal_zone_device *, int);
107 static inline bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, in of_thermal_is_trip_valid() function
Dof-thermal.c142 bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) in of_thermal_is_trip_valid() function
151 EXPORT_SYMBOL_GPL(of_thermal_is_trip_valid);
/drivers/thermal/samsung/
Dexynos_tmu.c568 if (!of_thermal_is_trip_valid(tz, i)) in exynos4210_tmu_control()
598 if (!of_thermal_is_trip_valid(tz, i)) in exynos5433_tmu_control()
629 if (!of_thermal_is_trip_valid(tz, i)) in exynos7_tmu_control()
/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c291 if (of_thermal_is_trip_valid(chip->tz_dev, i) && in qpnp_tm_get_critical_trip_temp()