Searched refs:hts221_odr_table (Results 1 – 1 of 1) sorted by relevance
61 static const struct hts221_odr hts221_odr_table[] = { variable157 for (i = 0; i < ARRAY_SIZE(hts221_odr_table); i++) in hts221_update_odr()158 if (hts221_odr_table[i].hz == odr) in hts221_update_odr()161 if (i == ARRAY_SIZE(hts221_odr_table)) in hts221_update_odr()167 hts221_odr_table[i].val)); in hts221_update_odr()208 for (i = 0; i < ARRAY_SIZE(hts221_odr_table); i++) in hts221_sysfs_sampling_freq()210 hts221_odr_table[i].hz); in hts221_sysfs_sampling_freq()596 err = hts221_update_odr(hw, hts221_odr_table[0].hz); in hts221_probe()