Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dapds9306.c794 int thr_adpt, ret; in apds9306_event_thresh_adaptive_get() local
796 ret = regmap_field_read(rf->int_thresh_var_val, &thr_adpt); in apds9306_event_thresh_adaptive_get()
800 if (!in_range(thr_adpt, 0, APDS9306_ALS_THRES_VAR_NUM_VALS)) in apds9306_event_thresh_adaptive_get()
803 *val = thr_adpt; in apds9306_event_thresh_adaptive_get()