Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.h160 int of_thermal_get_ntrips(struct thermal_zone_device *);
166 static inline int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() function
H A Dthermal_of.c119 int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() function
128 EXPORT_SYMBOL_GPL(of_thermal_get_ntrips);
H A 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()
H A Duniphier_thermal.c301 ntrips = of_thermal_get_ntrips(tdev->tz_dev); in uniphier_tm_probe()
H A Drcar_gen3_thermal.c457 ret = of_thermal_get_ntrips(tsc->zone); in rcar_gen3_thermal_probe()
H A Dhisi_thermal.c508 for (i = 0; i < of_thermal_get_ntrips(sensor->tzd); i++) { in hisi_thermal_register_sensor()
/OK3568_Linux_fs/kernel/drivers/thermal/samsung/
H A 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()
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c282 ntrips = of_thermal_get_ntrips(chip->tz_dev); in qpnp_tm_get_critical_trip_temp()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960612 of_thermal_get_ntrips
H A Dabi_gki_aarch64_exynosauto914 of_thermal_get_ntrips
H A Dabi_gki_aarch64_vivo1081 of_thermal_get_ntrips
H A Dabi_gki_aarch64_generic1290 of_thermal_get_ntrips
H A Dabi_gki_aarch64_exynos1352 of_thermal_get_ntrips
H A Dabi_gki_aarch64_imx2034 of_thermal_get_ntrips
H A Dabi_gki_aarch64_qcom1651 of_thermal_get_ntrips
H A Dabi_gki_aarch64_oplus1798 of_thermal_get_ntrips
H A Dabi_gki_aarch64_galaxy2866 of_thermal_get_ntrips
/OK3568_Linux_fs/kernel/drivers/thermal/tegra/
H A Dsoctherm.c728 ntrips = of_thermal_get_ntrips(tz); in get_hot_temp()