Lines Matching refs:trip
175 static int _get_trip_temp(int trip, int *temp) in _get_trip_temp() argument
194 *temp = (out >> (trip * QRK_DTS_SHIFT_TP)) & QRK_DTS_MASK_TP_THRES; in _get_trip_temp()
201 int trip, int *temp) in sys_get_trip_temp() argument
203 return _get_trip_temp(trip, temp); in sys_get_trip_temp()
212 int trip, int temp) in update_trip_temp() argument
247 (trip * QRK_DTS_SHIFT_TP))); in update_trip_temp()
249 (trip * QRK_DTS_SHIFT_TP); in update_trip_temp()
259 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp() argument
262 return update_trip_temp(tzd->devdata, trip, temp); in sys_set_trip_temp()
266 int trip, enum thermal_trip_type *type) in sys_get_trip_type() argument
268 if (trip) in sys_get_trip_type()