Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/pressure/
H A Dms5637.c38 static const int ms5637_samp_freq[6] = { 960, 480, 240, 120, 60, 30 }; variable
47 len += sysfs_emit_at(buf, len, "%u ", ms5637_samp_freq[i]); in ms5637_show_samp_freq()
84 *val = ms5637_samp_freq[dev_data->res_index]; in ms5637_read_raw()
101 i = ARRAY_SIZE(ms5637_samp_freq); in ms5637_write_raw()
103 if (val == ms5637_samp_freq[i]) in ms5637_write_raw()