Searched refs:mag3110_samp_freq (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/iio/magnetometer/
H A Dmag3110.c127 static const int mag3110_samp_freq[8][2] = { variable
135 return mag3110_show_int_plus_micros(buf, mag3110_samp_freq, 8); mag3110_show_samp_freq_avail()
143 return mag3110_get_int_plus_micros_index(mag3110_samp_freq, 8, val, mag3110_get_samp_freq_index()
199 *val = mag3110_samp_freq[i][0]; mag3110_read_raw()
200 *val2 = mag3110_samp_freq[i][1]; mag3110_read_raw()

Completed in 69 milliseconds