Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/humidity/
H A Dhts221_core.c232 const struct hts221_avg *avg = &hts221_avg_list[HTS221_SENSOR_T]; in hts221_sysfs_temp_oversampling_avail()
291 slope = &hw->sensors[HTS221_SENSOR_T].slope; in hts221_parse_temp_caldata()
292 b_gen = &hw->sensors[HTS221_SENSOR_T].b_gen; in hts221_parse_temp_caldata()
354 data = hw->sensors[HTS221_SENSOR_T].slope; in hts221_get_sensor_scale()
383 data = hw->sensors[HTS221_SENSOR_T].b_gen; in hts221_get_sensor_offset()
384 div = hw->sensors[HTS221_SENSOR_T].slope; in hts221_get_sensor_offset()
458 avg = &hts221_avg_list[HTS221_SENSOR_T]; in hts221_read_raw()
459 idx = hw->sensors[HTS221_SENSOR_T].cur_avg_idx; in hts221_read_raw()
500 ret = hts221_update_avg(hw, HTS221_SENSOR_T, val); in hts221_write_raw()
632 data = hts221_avg_list[HTS221_SENSOR_T].avg_avl[3]; in hts221_probe()
[all …]
H A Dhts221.h19 HTS221_SENSOR_T, enumerator
H A Dhts221_buffer.c179 ch = &iio_dev->channels[HTS221_SENSOR_T]; in hts221_buffer_handler_thread()