of_thermal_get_ntrips  794 drivers/thermal/armada_thermal.c 	for (i = 0; i < of_thermal_get_ntrips(tz); i++)
of_thermal_get_ntrips  798 drivers/thermal/armada_thermal.c 	if (i == of_thermal_get_ntrips(tz))
of_thermal_get_ntrips  508 drivers/thermal/hisi_thermal.c 	for (i = 0; i < of_thermal_get_ntrips(sensor->tzd); i++) {
of_thermal_get_ntrips  130 drivers/thermal/of-thermal.c EXPORT_SYMBOL_GPL(of_thermal_get_ntrips);
of_thermal_get_ntrips  282 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	ntrips = of_thermal_get_ntrips(chip->tz_dev);
of_thermal_get_ntrips  451 drivers/thermal/rcar_gen3_thermal.c 		ret = of_thermal_get_ntrips(tsc->zone);
of_thermal_get_ntrips  279 drivers/thermal/samsung/exynos_tmu.c 	if (of_thermal_get_ntrips(tzd) > data->ntrip) {
of_thermal_get_ntrips  284 drivers/thermal/samsung/exynos_tmu.c 			 (of_thermal_get_ntrips(tzd) - data->ntrip));
of_thermal_get_ntrips  297 drivers/thermal/samsung/exynos_tmu.c 			min_t(int, of_thermal_get_ntrips(tzd), data->ntrip);
of_thermal_get_ntrips  684 drivers/thermal/st/stm_thermal.c 	sensor->num_trips = of_thermal_get_ntrips(sensor->th_dev);
of_thermal_get_ntrips  727 drivers/thermal/tegra/soctherm.c 	ntrips = of_thermal_get_ntrips(tz);
of_thermal_get_ntrips   96 drivers/thermal/thermal_core.h int of_thermal_get_ntrips(struct thermal_zone_device *);
of_thermal_get_ntrips  301 drivers/thermal/uniphier_thermal.c 	ntrips = of_thermal_get_ntrips(tdev->tz_dev);