Lines Matching refs:sensors
196 hw->sensors[type].cur_avg_idx = i; in hts221_update_avg()
297 slope = &hw->sensors[HTS221_SENSOR_T].slope; in hts221_parse_temp_caldata()
298 b_gen = &hw->sensors[HTS221_SENSOR_T].b_gen; in hts221_parse_temp_caldata()
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()
360 data = hw->sensors[HTS221_SENSOR_T].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()
389 data = hw->sensors[HTS221_SENSOR_T].b_gen; in hts221_get_sensor_offset()
390 div = hw->sensors[HTS221_SENSOR_T].slope; in hts221_get_sensor_offset()
459 idx = hw->sensors[HTS221_SENSOR_H].cur_avg_idx; in hts221_read_raw()
465 idx = hw->sensors[HTS221_SENSOR_T].cur_avg_idx; in hts221_read_raw()