tmp006_freqs 70 drivers/iio/temperature/tmp006.c static const int tmp006_freqs[5][2] = { {4, 0}, {2, 0}, {1, 0}, tmp006_freqs 113 drivers/iio/temperature/tmp006.c *val = tmp006_freqs[cr][0]; tmp006_freqs 114 drivers/iio/temperature/tmp006.c *val2 = tmp006_freqs[cr][1]; tmp006_freqs 135 drivers/iio/temperature/tmp006.c for (i = 0; i < ARRAY_SIZE(tmp006_freqs); i++) tmp006_freqs 136 drivers/iio/temperature/tmp006.c if ((val == tmp006_freqs[i][0]) && tmp006_freqs 137 drivers/iio/temperature/tmp006.c (val2 == tmp006_freqs[i][1])) {