Searched refs:bmi088_sample_freqs (Results 1 – 1 of 1) sorted by relevance
85 static const int bmi088_sample_freqs[] = { variable216 if (value >= ARRAY_SIZE(bmi088_sample_freqs) - 1) in bmi088_accel_get_sample_freq()219 *val = bmi088_sample_freqs[value]; in bmi088_accel_get_sample_freq()220 *val2 = bmi088_sample_freqs[value + 1]; in bmi088_accel_get_sample_freq()230 while (index < ARRAY_SIZE(bmi088_sample_freqs) && in bmi088_accel_set_sample_freq()231 bmi088_sample_freqs[index] != val) in bmi088_accel_set_sample_freq()234 if (index >= ARRAY_SIZE(bmi088_sample_freqs)) in bmi088_accel_set_sample_freq()401 *vals = bmi088_sample_freqs; in bmi088_accel_read_avail()402 *length = ARRAY_SIZE(bmi088_sample_freqs); in bmi088_accel_read_avail()