Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/humidity/
Dhts221_core.c222 const struct hts221_avg *avg = &hts221_avg_list[HTS221_SENSOR_H]; in hts221_sysfs_rh_oversampling_avail()
337 slope = &hw->sensors[HTS221_SENSOR_H].slope; in hts221_parse_rh_caldata()
338 b_gen = &hw->sensors[HTS221_SENSOR_H].b_gen; in hts221_parse_rh_caldata()
357 data = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_scale()
386 data = hw->sensors[HTS221_SENSOR_H].b_gen; in hts221_get_sensor_offset()
387 div = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_offset()
459 avg = &hts221_avg_list[HTS221_SENSOR_H]; in hts221_read_raw()
460 idx = hw->sensors[HTS221_SENSOR_H].cur_avg_idx; in hts221_read_raw()
504 ret = hts221_update_avg(hw, HTS221_SENSOR_H, val); in hts221_write_raw()
608 data = hts221_avg_list[HTS221_SENSOR_H].avg_avl[3]; in hts221_probe()
[all …]
Dhts221.h19 HTS221_SENSOR_H, enumerator
Dhts221_buffer.c173 ch = &iio_dev->channels[HTS221_SENSOR_H]; in hts221_buffer_handler_thread()