Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/light/
H A Dapds9960.c315 static const int apds9960_int_time[][2] = { variable
364 for (idx = 0; idx < ARRAY_SIZE(apds9960_int_time); idx++) { in apds9960_set_it_time()
365 if (apds9960_int_time[idx][0] == val2) { in apds9960_set_it_time()
368 apds9960_int_time[idx][1]); in apds9960_set_it_time()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dapds9960.c320 static const int apds9960_int_time[][2] = { variable
369 for (idx = 0; idx < ARRAY_SIZE(apds9960_int_time); idx++) { in apds9960_set_it_time()
370 if (apds9960_int_time[idx][0] == val2) { in apds9960_set_it_time()
373 apds9960_int_time[idx][1]); in apds9960_set_it_time()

Completed in 3 milliseconds