Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dof-thermal.c61 int ntrips; member
114 return data->ntrips; in of_thermal_get_ntrips()
132 if (!data || trip >= data->ntrips || trip < 0) in of_thermal_is_trip_valid()
284 if (trip >= data->ntrips || trip < 0) in of_thermal_get_trip_type()
297 if (trip >= data->ntrips || trip < 0) in of_thermal_get_trip_temp()
310 if (trip >= data->ntrips || trip < 0) in of_thermal_set_trip_temp()
332 if (trip >= data->ntrips || trip < 0) in of_thermal_get_trip_hyst()
345 if (trip >= data->ntrips || trip < 0) in of_thermal_set_trip_hyst()
360 for (i = 0; i < data->ntrips; i++) in of_thermal_get_crit_temp()
655 int ntrips) in thermal_of_populate_bind_params() argument
[all …]
Duniphier_thermal.c263 int i, ret, irq, ntrips, crit_temp = INT_MAX; in uniphier_tm_probe() local
312 ntrips = of_thermal_get_ntrips(tdev->tz_dev); in uniphier_tm_probe()
313 if (ntrips > ALERT_CH_NUM) { in uniphier_tm_probe()
319 for (i = 0; i < ntrips; i++) { in uniphier_tm_probe()
/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c498 int ntrips, i, ret; in get_hot_temp() local
501 ntrips = of_thermal_get_ntrips(tz); in get_hot_temp()
502 if (ntrips <= 0) in get_hot_temp()
505 for (i = 0; i < ntrips; i++) { in get_hot_temp()
/Linux-v4.19/drivers/thermal/samsung/
Dexynos_tmu.c310 int i, ntrips = in exynos_tmu_initialize() local
316 for (i = 0; i < ntrips; i++) { in exynos_tmu_initialize()