Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dthermal_core.h122 bool of_thermal_is_trip_valid(struct thermal_zone_device *, int);
132 static inline bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, in of_thermal_is_trip_valid() function
Dof-thermal.c128 bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) in of_thermal_is_trip_valid() function
137 EXPORT_SYMBOL_GPL(of_thermal_is_trip_valid);
/Linux-v4.19/drivers/thermal/samsung/
Dexynos_tmu.c582 if (!of_thermal_is_trip_valid(tz, i)) in exynos4210_tmu_control()
612 if (!of_thermal_is_trip_valid(tz, i)) in exynos5433_tmu_control()
643 if (!of_thermal_is_trip_valid(tz, i)) in exynos7_tmu_control()