Searched refs:hts221_odr_table (Results 1 – 1 of 1) sorted by relevance
62 static const struct hts221_odr hts221_odr_table[] = { variable158 for (i = 0; i < ARRAY_SIZE(hts221_odr_table); i++) in hts221_update_odr()159 if (hts221_odr_table[i].hz == odr) in hts221_update_odr()162 if (i == ARRAY_SIZE(hts221_odr_table)) in hts221_update_odr()168 hts221_odr_table[i].val)); in hts221_update_odr()209 for (i = 0; i < ARRAY_SIZE(hts221_odr_table); i++) in hts221_sysfs_sampling_freq()211 hts221_odr_table[i].hz); in hts221_sysfs_sampling_freq()597 err = hts221_update_odr(hw, hts221_odr_table[0].hz); in hts221_probe()