Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/iio/light/
Dltr390.c109 static const int ltr390_samp_freq_table[][2] = { variable
178 return ltr390_samp_freq_table[value][option]; in ltr390_get_samp_freq_or_period()
344 for (idx = 0; idx < ARRAY_SIZE(ltr390_samp_freq_table); idx++) { in ltr390_set_samp_freq()
345 if (ltr390_samp_freq_table[idx][0] != val) in ltr390_set_samp_freq()