Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dof-thermal.c75 int ntrips; member
117 return data->ntrips; in of_thermal_get_ntrips()
135 if (!data || trip >= data->ntrips || trip < 0) in of_thermal_is_trip_valid()
300 if (trip >= data->ntrips || trip < 0) in of_thermal_get_trip_type()
313 if (trip >= data->ntrips || trip < 0) in of_thermal_get_trip_temp()
326 if (trip >= data->ntrips || trip < 0) in of_thermal_set_trip_temp()
340 if (trip >= data->ntrips || trip < 0) in of_thermal_get_trip_hyst()
353 if (trip >= data->ntrips || trip < 0) in of_thermal_set_trip_hyst()
368 for (i = 0; i < data->ntrips; i++) in of_thermal_get_crit_temp()
576 int ntrips) in thermal_of_populate_bind_params() argument
[all …]