Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dof-thermal.c79 int ntrips; member
121 return data->ntrips; in of_thermal_get_ntrips()
139 if (!data || trip >= data->ntrips || trip < 0) in of_thermal_is_trip_valid()
305 if (trip >= data->ntrips || trip < 0) in of_thermal_get_trip_type()
318 if (trip >= data->ntrips || trip < 0) in of_thermal_get_trip_temp()
331 if (trip >= data->ntrips || trip < 0) in of_thermal_set_trip_temp()
345 if (trip >= data->ntrips || trip < 0) in of_thermal_get_trip_hyst()
358 if (trip >= data->ntrips || trip < 0) in of_thermal_set_trip_hyst()
373 for (i = 0; i < data->ntrips; i++) in of_thermal_get_crit_temp()
581 int ntrips) in thermal_of_populate_bind_params() argument
[all …]