Home
last modified time | relevance | path

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

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