Home
last modified time | relevance | path

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

/linux/drivers/iio/humidity/
H A Dhdc3020.c453 int hdc3020_thresh_clr(s64 s_thresh, s64 s_hyst, enum iio_event_direction dir) in hdc3020_thresh_clr() argument
463 s_clr = s_thresh - s_hyst; in hdc3020_thresh_clr()
465 s_clr = s_thresh + s_hyst; in hdc3020_thresh_clr()
491 s64 s_thresh, s_hyst, s_clr; in hdc3020_write_thresh() local
533 s_thresh = (s64)hdc3020_thresh_get_temp(thresh) * 1000000; in hdc3020_write_thresh()
535 s_hyst = div_s64(abs(s_thresh - s_clr), in hdc3020_write_thresh()
549 s_thresh = (s64)hdc3020_thresh_get_temp(thresh) * 1000000; in hdc3020_write_thresh()
556 s_clr = hdc3020_thresh_clr(s_thresh, s_hyst, dir); in hdc3020_write_thresh()
577 s_thresh = (s64)hdc3020_thresh_get_hum(thresh) * 1000000; in hdc3020_write_thresh()
579 s_hyst = div_s64(abs(s_thresh - s_clr), in hdc3020_write_thresh()
[all …]