Searched refs:bmp180_read_temp (Results 1 – 1 of 1) sorted by relevance
1894 static int bmp180_read_temp(struct bmp280_data *data, int *val, int *val2) in bmp180_read_temp() function1981 ret = bmp180_read_temp(data, NULL, NULL); in bmp180_read_press()2026 .read_temp = bmp180_read_temp,