Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dbmp280.h512 const int *humid_coeffs; member
H A Dbmp280-core.c641 *val = data->chip_info->humid_coeffs[0] * chan_value; in bmp280_read_raw_impl()
642 *val2 = data->chip_info->humid_coeffs[1]; in bmp280_read_raw_impl()
700 *val = data->chip_info->humid_coeffs[0]; in bmp280_read_raw_impl()
701 *val2 = data->chip_info->humid_coeffs[1]; in bmp280_read_raw_impl()
1376 .humid_coeffs = bme280_humid_coeffs,