Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dbmp280-core.c83 struct bmp280_data { struct
119 int (*chip_config)(struct bmp280_data *);
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 *dat
[all...]
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dbmp280-core.c178 static int bmp280_read_calib(struct bmp280_data *data) in bmp280_read_calib()
215 static int bme280_read_calib(struct bmp280_data *data) in bme280_read_calib()
291 static u32 bmp280_compensate_humidity(struct bmp280_data *data, in bmp280_compensate_humidity()
316 static s32 bmp280_compensate_temp(struct bmp280_data *data, in bmp280_compensate_temp()
339 static u32 bmp280_compensate_press(struct bmp280_data *data, in bmp280_compensate_press()
365 static int bmp280_read_temp(struct bmp280_data *data, in bmp280_read_temp()
398 static int bmp280_read_press(struct bmp280_data *data, in bmp280_read_press()
431 static int bmp280_read_humid(struct bmp280_data *data, int *val, int *val2) in bmp280_read_humid()
466 struct bmp280_data *data = iio_priv(indio_dev); in bmp280_read_raw()
539 static int bmp280_write_oversampling_ratio_humid(struct bmp280_data *dat
[all...]
H A Dbmp280.h365 struct bmp280_data { struct
449 int (*chip_config)(struct bmp280_data *);
450 int (*read_temp)(struct bmp280_data *, int *, int *);
451 int (*read_press)(struct bmp280_data *, int *, int *);
452 int (*read_humid)(struct bmp280_data *, int *, int *);
453 int (*read_calib)(struct bmp280_data *);
454 int (*preinit)(struct bmp280_data *);

Completed in 5 milliseconds