Searched refs:hts221_odr_table (Results 1 – 1 of 1) sorted by relevance
55 static const struct hts221_odr hts221_odr_table[] = { variable151 for (i = 0; i < ARRAY_SIZE(hts221_odr_table); i++) in hts221_update_odr()152 if (hts221_odr_table[i].hz == odr) in hts221_update_odr()155 if (i == ARRAY_SIZE(hts221_odr_table)) in hts221_update_odr()161 hts221_odr_table[i].val)); in hts221_update_odr()202 for (i = 0; i < ARRAY_SIZE(hts221_odr_table); i++) in hts221_sysfs_sampling_freq()204 hts221_odr_table[i].hz); in hts221_sysfs_sampling_freq()606 err = hts221_update_odr(hw, hts221_odr_table[0].hz); in hts221_probe()