Searched refs:bmi088_sample_freqs (Results 1 – 1 of 1) sorted by relevance
87 static const int bmi088_sample_freqs[] = { variable213 if (value >= ARRAY_SIZE(bmi088_sample_freqs) - 1) in bmi088_accel_get_sample_freq()216 *val = bmi088_sample_freqs[value]; in bmi088_accel_get_sample_freq()217 *val2 = bmi088_sample_freqs[value + 1]; in bmi088_accel_get_sample_freq()227 while (index < ARRAY_SIZE(bmi088_sample_freqs) && in bmi088_accel_set_sample_freq()228 bmi088_sample_freqs[index] != val) in bmi088_accel_set_sample_freq()231 if (index >= ARRAY_SIZE(bmi088_sample_freqs)) in bmi088_accel_set_sample_freq()398 *vals = bmi088_sample_freqs; in bmi088_accel_read_avail()399 *length = ARRAY_SIZE(bmi088_sample_freqs); in bmi088_accel_read_avail()