Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/light/
Dapds9960.c325 static const int apds9960_pxs_gain_map[] = {1, 2, 4, 8}; variable
386 for (idx = 0; idx < ARRAY_SIZE(apds9960_pxs_gain_map); idx++) { in apds9960_set_pxs_gain()
387 if (apds9960_pxs_gain_map[idx] == val) { in apds9960_set_pxs_gain()
519 *val = apds9960_pxs_gain_map[data->pxs_gain]; in apds9960_read_raw()