Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/humidity/
Dhdc3020.c390 static int hdc3020_thresh_get_hum(u16 thresh) in hdc3020_thresh_get_hum() function
566 s_thresh = (s64)hdc3020_thresh_get_hum(thresh) * 1000000; in hdc3020_write_thresh()
567 s_clr = (s64)hdc3020_thresh_get_hum(clr) * 1000000; in hdc3020_write_thresh()
580 s_thresh = (s64)hdc3020_thresh_get_hum(thresh) * 1000000; in hdc3020_write_thresh()
649 thresh = hdc3020_thresh_get_hum(ret); in hdc3020_read_thresh()
659 clr = hdc3020_thresh_get_hum(ret); in hdc3020_read_thresh()