Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/temperature/
H A Dtmp006.c71 static const int tmp006_freqs[5][2] = { {4, 0}, {2, 0}, {1, 0}, variable
114 *val = tmp006_freqs[cr][0]; in tmp006_read_raw()
115 *val2 = tmp006_freqs[cr][1]; in tmp006_read_raw()
136 for (i = 0; i < ARRAY_SIZE(tmp006_freqs); i++) in tmp006_write_raw()
137 if ((val == tmp006_freqs[i][0]) && in tmp006_write_raw()
138 (val2 == tmp006_freqs[i][1])) { in tmp006_write_raw()