Home
last modified time | relevance | path

Searched refs:mma8452_samp_freq (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/iio/accel/
Dmma8452.c208 static const int mma8452_samp_freq[8][2] = { variable
241 return mma8452_show_int_plus_micros(buf, mma8452_samp_freq, in mma8452_show_samp_freq_avail()
242 ARRAY_SIZE(mma8452_samp_freq)); in mma8452_show_samp_freq_avail()
277 return mma8452_get_int_plus_micros_index(mma8452_samp_freq, in mma8452_get_samp_freq_index()
278 ARRAY_SIZE(mma8452_samp_freq), in mma8452_get_samp_freq_index()
345 *val = mma8452_samp_freq[i][0]; in mma8452_read_raw()
346 *val2 = mma8452_samp_freq[i][1]; in mma8452_read_raw()