Searched refs:tmp006_freqs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
H A D | tmp006.c | 70 static const int tmp006_freqs[5][2] = { {4, 0}, {2, 0}, {1, 0}, variable 113 *val = tmp006_freqs[cr][0]; in tmp006_read_raw() 114 *val2 = tmp006_freqs[cr][1]; in tmp006_read_raw() 135 for (i = 0; i < ARRAY_SIZE(tmp006_freqs); i++) in tmp006_write_raw() 136 if ((val == tmp006_freqs[i][0]) && in tmp006_write_raw() 137 (val2 == tmp006_freqs[i][1])) { in tmp006_write_raw()
|
/kernel/linux/linux-6.6/drivers/iio/temperature/ |
H A D | tmp006.c | 71 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()
|
Completed in 2 milliseconds