Lines Matching refs:ref_val
128 int16_t ref_val; /* Reference temperature */ member
226 int16_t ref_val; member
261 rp.ref_val = sys_cpu_to_le16(sensor->ref_val); in read_temp_trigger_setting()
270 int16_t ref_val) in check_condition() argument
282 return new_val < ref_val; in check_condition()
284 return new_val <= ref_val; in check_condition()
286 return new_val > ref_val; in check_condition()
288 return new_val >= ref_val; in check_condition()
290 return new_val == ref_val; in check_condition()
292 return new_val != ref_val; in check_condition()
304 sensor->ref_val); in update_temperature()