Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/pressure/
Dbmp280.h452 int (*read_humid)(struct bmp280_data *, int *, int *); member
Dbmp280-core.c476 ret = data->chip_info->read_humid(data, val, val2); in bmp280_read_raw()
872 .read_humid = bmp280_read_humid,