Home
last modified time | relevance | path

Searched refs:hts221_avg_list (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/humidity/
H A Dhts221_core.c61 static const struct hts221_avg hts221_avg_list[] = { variable
174 const struct hts221_avg *avg = &hts221_avg_list[type]; in hts221_update_avg()
215 const struct hts221_avg *avg = &hts221_avg_list[HTS221_SENSOR_H]; in hts221_sysfs_rh_oversampling_avail()
232 const struct hts221_avg *avg = &hts221_avg_list[HTS221_SENSOR_T]; in hts221_sysfs_temp_oversampling_avail()
452 avg = &hts221_avg_list[HTS221_SENSOR_H]; in hts221_read_raw()
458 avg = &hts221_avg_list[HTS221_SENSOR_T]; in hts221_read_raw()
617 data = hts221_avg_list[HTS221_SENSOR_H].avg_avl[3]; in hts221_probe()
632 data = hts221_avg_list[HTS221_SENSOR_T].avg_avl[3]; in hts221_probe()