Searched refs:ltr390_samp_freq_table (Results 1 – 1 of 1) sorted by relevance
109 static const int ltr390_samp_freq_table[][2] = { variable178 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()