Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/accel/
Dmma8452.c109 static const int mma8452_samp_freq[8][2] = { variable
127 return mma8452_show_int_plus_micros(buf, mma8452_samp_freq, in mma8452_show_samp_freq_avail()
128 ARRAY_SIZE(mma8452_samp_freq)); in mma8452_show_samp_freq_avail()
145 return mma8452_get_int_plus_micros_index(mma8452_samp_freq, in mma8452_get_samp_freq_index()
146 ARRAY_SIZE(mma8452_samp_freq), val, val2); in mma8452_get_samp_freq_index()
185 *val = mma8452_samp_freq[i][0]; in mma8452_read_raw()
186 *val2 = mma8452_samp_freq[i][1]; in mma8452_read_raw()