Home
last modified time | relevance | path

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

/drivers/iio/pressure/
Dbmp280-core.c83 struct bmp280_data { struct
119 int (*chip_config)(struct bmp280_data *); argument
120 int (*read_temp)(struct bmp280_data *, int *);
121 int (*read_press)(struct bmp280_data *, int *, int *);
122 int (*read_humid)(struct bmp280_data *, int *, int *);
150 static int bmp280_read_calib(struct bmp280_data *data, in bmp280_read_calib()
261 static u32 bmp280_compensate_humidity(struct bmp280_data *data, in bmp280_compensate_humidity()
286 static s32 bmp280_compensate_temp(struct bmp280_data *data, in bmp280_compensate_temp()
309 static u32 bmp280_compensate_press(struct bmp280_data *data, in bmp280_compensate_press()
335 static int bmp280_read_temp(struct bmp280_data *data, in bmp280_read_temp()
[all …]