Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/humidity/
Dhts221.h29 struct hts221_hw { struct
52 int hts221_set_enable(struct hts221_hw *hw, bool enable); argument
53 int hts221_allocate_buffers(struct hts221_hw *hw);
54 int hts221_allocate_trigger(struct hts221_hw *hw);
Dhts221_core.c135 static int hts221_check_whoami(struct hts221_hw *hw) in hts221_check_whoami()
154 static int hts221_update_odr(struct hts221_hw *hw, u8 odr) in hts221_update_odr()
177 static int hts221_update_avg(struct hts221_hw *hw, in hts221_update_avg()
251 int hts221_set_enable(struct hts221_hw *hw, bool enable) in hts221_set_enable()
266 static int hts221_parse_temp_caldata(struct hts221_hw *hw) in hts221_parse_temp_caldata()
309 static int hts221_parse_rh_caldata(struct hts221_hw *hw) in hts221_parse_rh_caldata()
348 static int hts221_get_sensor_scale(struct hts221_hw *hw, in hts221_get_sensor_scale()
377 static int hts221_get_sensor_offset(struct hts221_hw *hw, in hts221_get_sensor_offset()
406 static int hts221_read_oneshot(struct hts221_hw *hw, u8 addr, int *val) in hts221_read_oneshot()
432 struct hts221_hw *hw = iio_priv(iio_dev); in hts221_read_raw()
[all …]
Dhts221_buffer.c42 struct hts221_hw *hw = iio_priv(iio_dev); in hts221_trig_set_state()
55 struct hts221_hw *hw = private; in hts221_trigger_handler_thread()
76 int hts221_allocate_trigger(struct hts221_hw *hw) in hts221_allocate_trigger()
168 struct hts221_hw *hw = iio_priv(iio_dev); in hts221_buffer_handler_thread()
197 int hts221_allocate_buffers(struct hts221_hw *hw) in hts221_allocate_buffers()