Searched refs:apds9306_repeat_rate_freq (Results 1 – 1 of 1) sorted by relevance
119 static const int apds9306_repeat_rate_freq[APDS9306_NUM_REPEAT_RATES][2] = { variable635 if (repeat_rate_idx >= ARRAY_SIZE(apds9306_repeat_rate_freq)) in apds9306_sampling_freq_get()638 *val = apds9306_repeat_rate_freq[repeat_rate_idx][0]; in apds9306_sampling_freq_get()639 *val2 = apds9306_repeat_rate_freq[repeat_rate_idx][1]; in apds9306_sampling_freq_get()650 for (i = 0; i < ARRAY_SIZE(apds9306_repeat_rate_freq); i++) { in apds9306_sampling_freq_set()651 if (apds9306_repeat_rate_freq[i][0] == val && in apds9306_sampling_freq_set()652 apds9306_repeat_rate_freq[i][1] == val2) in apds9306_sampling_freq_set()880 *length = ARRAY_SIZE(apds9306_repeat_rate_freq) * 2; in apds9306_read_avail()881 *vals = (const int *)apds9306_repeat_rate_freq; in apds9306_read_avail()