Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/light/
Dapds9306.c793 int thr_adpt, ret; in apds9306_event_thresh_adaptive_get() local
795 ret = regmap_field_read(rf->int_thresh_var_val, &thr_adpt); in apds9306_event_thresh_adaptive_get()
799 if (!in_range(thr_adpt, 0, APDS9306_ALS_THRES_VAR_NUM_VALS)) in apds9306_event_thresh_adaptive_get()
802 *val = thr_adpt; in apds9306_event_thresh_adaptive_get()