Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/humidity/
H A Dhts221_core.c215 const struct hts221_avg *avg = &hts221_avg_list[HTS221_SENSOR_H]; in hts221_sysfs_rh_oversampling_avail()
330 slope = &hw->sensors[HTS221_SENSOR_H].slope; in hts221_parse_rh_caldata()
331 b_gen = &hw->sensors[HTS221_SENSOR_H].b_gen; in hts221_parse_rh_caldata()
350 data = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_scale()
379 data = hw->sensors[HTS221_SENSOR_H].b_gen; in hts221_get_sensor_offset()
380 div = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_offset()
452 avg = &hts221_avg_list[HTS221_SENSOR_H]; in hts221_read_raw()
453 idx = hw->sensors[HTS221_SENSOR_H].cur_avg_idx; in hts221_read_raw()
497 ret = hts221_update_avg(hw, HTS221_SENSOR_H, val); in hts221_write_raw()
617 data = hts221_avg_list[HTS221_SENSOR_H].avg_avl[3]; in hts221_probe()
[all …]
H A Dhts221.h18 HTS221_SENSOR_H, enumerator
H A Dhts221_buffer.c171 ch = &iio_dev->channels[HTS221_SENSOR_H]; in hts221_buffer_handler_thread()