Searched refs:ntrips (Results 1 – 4 of 4) sorted by relevance
61 int ntrips; member114 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 …]
263 int i, ret, irq, ntrips, crit_temp = INT_MAX; in uniphier_tm_probe() local312 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()
498 int ntrips, i, ret; in get_hot_temp() local501 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()
310 int i, ntrips = in exynos_tmu_initialize() local316 for (i = 0; i < ntrips; i++) { in exynos_tmu_initialize()