ntrips             75 drivers/thermal/of-thermal.c 	int ntrips;
ntrips            128 drivers/thermal/of-thermal.c 	return data->ntrips;
ntrips            146 drivers/thermal/of-thermal.c 	if (!data || trip >= data->ntrips || trip < 0)
ntrips            310 drivers/thermal/of-thermal.c 	if (trip >= data->ntrips || trip < 0)
ntrips            323 drivers/thermal/of-thermal.c 	if (trip >= data->ntrips || trip < 0)
ntrips            336 drivers/thermal/of-thermal.c 	if (trip >= data->ntrips || trip < 0)
ntrips            358 drivers/thermal/of-thermal.c 	if (trip >= data->ntrips || trip < 0)
ntrips            371 drivers/thermal/of-thermal.c 	if (trip >= data->ntrips || trip < 0)
ntrips            386 drivers/thermal/of-thermal.c 	for (i = 0; i < data->ntrips; i++)
ntrips            681 drivers/thermal/of-thermal.c 					   int ntrips)
ntrips            702 drivers/thermal/of-thermal.c 	for (i = 0; i < ntrips; i++)
ntrips            708 drivers/thermal/of-thermal.c 	if (i == ntrips) {
ntrips            906 drivers/thermal/of-thermal.c 	tz->ntrips = of_get_child_count(child);
ntrips            907 drivers/thermal/of-thermal.c 	if (tz->ntrips == 0) /* must have at least one child */
ntrips            910 drivers/thermal/of-thermal.c 	tz->trips = kcalloc(tz->ntrips, sizeof(*tz->trips), GFP_KERNEL);
ntrips            945 drivers/thermal/of-thermal.c 						      tz->trips, tz->ntrips);
ntrips            969 drivers/thermal/of-thermal.c 	for (i = 0; i < tz->ntrips; i++)
ntrips            995 drivers/thermal/of-thermal.c 	for (i = 0; i < tz->ntrips; i++)
ntrips           1055 drivers/thermal/of-thermal.c 		for (i = 0; i < tz->ntrips; i++)
ntrips           1062 drivers/thermal/of-thermal.c 		zone = thermal_zone_device_register(child->name, tz->ntrips,
ntrips            278 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	int ntrips;
ntrips            282 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	ntrips = of_thermal_get_ntrips(chip->tz_dev);
ntrips            283 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	if (ntrips <= 0)
ntrips            290 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	for (i = 0; i < ntrips; i++) {
ntrips            296 drivers/thermal/samsung/exynos_tmu.c 		int i, ntrips =
ntrips            302 drivers/thermal/samsung/exynos_tmu.c 		for (i = 0; i < ntrips; i++) {
ntrips            724 drivers/thermal/tegra/soctherm.c 	int ntrips, i, ret;
ntrips            727 drivers/thermal/tegra/soctherm.c 	ntrips = of_thermal_get_ntrips(tz);
ntrips            728 drivers/thermal/tegra/soctherm.c 	if (ntrips <= 0)
ntrips            731 drivers/thermal/tegra/soctherm.c 	for (i = 0; i < ntrips; i++) {
ntrips            252 drivers/thermal/uniphier_thermal.c 	int i, ret, irq, ntrips, crit_temp = INT_MAX;
ntrips            301 drivers/thermal/uniphier_thermal.c 	ntrips = of_thermal_get_ntrips(tdev->tz_dev);
ntrips            302 drivers/thermal/uniphier_thermal.c 	if (ntrips > ALERT_CH_NUM) {
ntrips            308 drivers/thermal/uniphier_thermal.c 	for (i = 0; i < ntrips; i++) {