Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/humidity/
Dhts221_core.c221 const struct hts221_avg *avg = &hts221_avg_list[HTS221_SENSOR_H]; in hts221_sysfs_rh_oversampling_avail()
336 slope = &hw->sensors[HTS221_SENSOR_H].slope; in hts221_parse_rh_caldata()
337 b_gen = &hw->sensors[HTS221_SENSOR_H].b_gen; in hts221_parse_rh_caldata()
356 data = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_scale()
385 data = hw->sensors[HTS221_SENSOR_H].b_gen; in hts221_get_sensor_offset()
386 div = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_offset()
458 avg = &hts221_avg_list[HTS221_SENSOR_H]; in hts221_read_raw()
459 idx = hw->sensors[HTS221_SENSOR_H].cur_avg_idx; in hts221_read_raw()
503 ret = hts221_update_avg(hw, HTS221_SENSOR_H, val); in hts221_write_raw()
607 data = hts221_avg_list[HTS221_SENSOR_H].avg_avl[3]; in hts221_probe()
[all …]
Dhts221.h20 HTS221_SENSOR_H, enumerator
Dhts221_buffer.c173 ch = &iio_dev->channels[HTS221_SENSOR_H]; in hts221_buffer_handler_thread()