Lines Matching defs:data
85 static int hdc3020_write_bytes(struct hdc3020_data *data, const u8 *buf, u8 len) in hdc3020_write_bytes()
112 static int hdc3020_read_bytes(struct hdc3020_data *data, const u8 *buf, in hdc3020_read_bytes()
148 static int hdc3020_read_measurement(struct hdc3020_data *data, in hdc3020_read_measurement()
184 static int hdc3020_read_high_peak_t(struct hdc3020_data *data, int *val) in hdc3020_read_high_peak_t()
206 static int hdc3020_read_low_peak_t(struct hdc3020_data *data, int *val) in hdc3020_read_low_peak_t()
228 static int hdc3020_read_high_peak_rh(struct hdc3020_data *data, int *val) in hdc3020_read_high_peak_rh()
250 static int hdc3020_read_low_peak_rh(struct hdc3020_data *data, int *val) in hdc3020_read_low_peak_rh()
272 struct hdc3020_data *data = iio_priv(indio_dev); in hdc3020_read_raw() local
347 static int hdc3020_update_heater(struct hdc3020_data *data, int val) in hdc3020_update_heater()
378 struct hdc3020_data *data = iio_priv(indio_dev); in hdc3020_write_raw() local
398 static void hdc3020_stop(void *data) in hdc3020_stop()
406 struct hdc3020_data *data; in hdc3020_probe() local