Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/light/
H A Dapds9960.c323 static const int apds9960_pxs_gain_map[] = {1, 2, 4, 8}; variable
384 for (idx = 0; idx < ARRAY_SIZE(apds9960_pxs_gain_map); idx++) { in apds9960_set_pxs_gain()
385 if (apds9960_pxs_gain_map[idx] == val) { in apds9960_set_pxs_gain()
517 *val = apds9960_pxs_gain_map[data->pxs_gain]; in apds9960_read_raw()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dapds9960.c328 static const int apds9960_pxs_gain_map[] = {1, 2, 4, 8}; variable
389 for (idx = 0; idx < ARRAY_SIZE(apds9960_pxs_gain_map); idx++) { in apds9960_set_pxs_gain()
390 if (apds9960_pxs_gain_map[idx] == val) { in apds9960_set_pxs_gain()
522 *val = apds9960_pxs_gain_map[data->pxs_gain]; in apds9960_read_raw()

Completed in 3 milliseconds