Lines Matching refs:sensors
189 hw->sensors[type].cur_avg_idx = i; in hts221_update_avg()
290 slope = &hw->sensors[HTS221_SENSOR_T].slope; in hts221_parse_temp_caldata()
291 b_gen = &hw->sensors[HTS221_SENSOR_T].b_gen; in hts221_parse_temp_caldata()
329 slope = &hw->sensors[HTS221_SENSOR_H].slope; in hts221_parse_rh_caldata()
330 b_gen = &hw->sensors[HTS221_SENSOR_H].b_gen; in hts221_parse_rh_caldata()
349 data = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_scale()
353 data = hw->sensors[HTS221_SENSOR_T].slope; in hts221_get_sensor_scale()
378 data = hw->sensors[HTS221_SENSOR_H].b_gen; in hts221_get_sensor_offset()
379 div = hw->sensors[HTS221_SENSOR_H].slope; in hts221_get_sensor_offset()
382 data = hw->sensors[HTS221_SENSOR_T].b_gen; in hts221_get_sensor_offset()
383 div = hw->sensors[HTS221_SENSOR_T].slope; in hts221_get_sensor_offset()
452 idx = hw->sensors[HTS221_SENSOR_H].cur_avg_idx; in hts221_read_raw()
458 idx = hw->sensors[HTS221_SENSOR_T].cur_avg_idx; in hts221_read_raw()