Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/pressure/
H A Dbmp280.h456 int (*read_humid)(struct bmp280_data *, int *, int *); member
H A Dbmp280-core.c477 ret = data->chip_info->read_humid(data, val, val2); in bmp280_read_raw()
875 .read_humid = bme280_read_humid,