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

/linux-master/drivers/iio/proximity/
H A Dsx9310.c386 static const unsigned int sx9310_pthresh_codes[] = { variable
421 if (regval >= ARRAY_SIZE(sx9310_pthresh_codes))
424 *val = sx9310_pthresh_codes[regval];
529 for (i = 0; i < ARRAY_SIZE(sx9310_pthresh_codes); i++) {
530 if (sx9310_pthresh_codes[i] == val) {
536 if (i == ARRAY_SIZE(sx9310_pthresh_codes))

Completed in 261 milliseconds