Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dbmp085.c202 static s32 bmp085_get_temperature(struct bmp085_data *data, int *temperature) in bmp085_get_temperature() function
242 status = bmp085_get_temperature(data, NULL); in bmp085_get_pressure()
343 status = bmp085_get_temperature(data, &temperature); in show_temperature()