Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/humidity/
Dhdc3020.c444 int hdc3020_thresh_clr(s64 s_thresh, s64 s_hyst, enum iio_event_direction dir) in hdc3020_thresh_clr() argument
454 s_clr = s_thresh - s_hyst; in hdc3020_thresh_clr()
456 s_clr = s_thresh + s_hyst; in hdc3020_thresh_clr()
482 s64 s_thresh, s_hyst, s_clr; in hdc3020_write_thresh() local
524 s_thresh = (s64)hdc3020_thresh_get_temp(thresh) * 1000000; in hdc3020_write_thresh()
526 s_hyst = div_s64(abs(s_thresh - s_clr), 65535); in hdc3020_write_thresh()
538 s_thresh = (s64)hdc3020_thresh_get_temp(thresh) * 1000000; in hdc3020_write_thresh()
545 s_clr = hdc3020_thresh_clr(s_thresh, s_hyst, dir); in hdc3020_write_thresh()
566 s_thresh = (s64)hdc3020_thresh_get_hum(thresh) * 1000000; in hdc3020_write_thresh()
568 s_hyst = div_s64(abs(s_thresh - s_clr), 65535); in hdc3020_write_thresh()
[all …]