Searched refs:hx9023s_samp_freq_table (Results 1 – 1 of 1) sorted by relevance
255 static const unsigned int hx9023s_samp_freq_table[] = { variable673 odr = hx9023s_samp_freq_table[index]; in hx9023s_get_samp_freq()713 for (i = 0; i < ARRAY_SIZE(hx9023s_samp_freq_table); i++) { in hx9023s_set_samp_freq()714 if (period_ms == hx9023s_samp_freq_table[i]) in hx9023s_set_samp_freq()717 if (i == ARRAY_SIZE(hx9023s_samp_freq_table)) { in hx9023s_set_samp_freq()