Searched refs:bmp380_read_temp (Results 1 – 1 of 1) sorted by relevance
997 static int bmp380_read_temp(struct bmp280_data *data, int *val, int *val2) in bmp380_read_temp() function1037 ret = bmp380_read_temp(data, NULL, NULL); in bmp380_read_press()1258 .read_temp = bmp380_read_temp,