Searched refs:hts221_odr_table (Results 1 – 1 of 1) sorted by relevance
54 static const struct hts221_odr hts221_odr_table[] = { variable150 for (i = 0; i < ARRAY_SIZE(hts221_odr_table); i++) in hts221_update_odr()151 if (hts221_odr_table[i].hz == odr) in hts221_update_odr()154 if (i == ARRAY_SIZE(hts221_odr_table)) in hts221_update_odr()160 hts221_odr_table[i].val)); in hts221_update_odr()201 for (i = 0; i < ARRAY_SIZE(hts221_odr_table); i++) in hts221_sysfs_sampling_freq()203 hts221_odr_table[i].hz); in hts221_sysfs_sampling_freq()625 err = hts221_update_odr(hw, hts221_odr_table[0].hz); in hts221_probe()