Home
last modified time | relevance | path

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

/linux/drivers/iio/humidity/
H A Dhdc3020.c374 static int hdc3020_thresh_get_temp(u16 thresh) in hdc3020_thresh_get_temp() function
524 s_thresh = (s64)hdc3020_thresh_get_temp(thresh) * 1000000; in hdc3020_write_thresh()
525 s_clr = (s64)hdc3020_thresh_get_temp(clr) * 1000000; in hdc3020_write_thresh()
538 s_thresh = (s64)hdc3020_thresh_get_temp(thresh) * 1000000; in hdc3020_write_thresh()
630 thresh = hdc3020_thresh_get_temp(ret); in hdc3020_read_thresh()
640 clr = hdc3020_thresh_get_temp(ret); in hdc3020_read_thresh()