Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
bmp085.h File Reference
#include <linux/regmap.h>

Go to the source code of this file.

Macros

#define BMP085_NAME   "bmp085"
 

Functions

int bmp085_probe (struct device *dev, struct regmap *regmap)
 
int bmp085_remove (struct device *dev)
 
int bmp085_detect (struct device *dev)
 

Variables

struct regmap_config bmp085_regmap_config
 

Macro Definition Documentation

#define BMP085_NAME   "bmp085"

Definition at line 25 of file bmp085.h.

Function Documentation

int bmp085_detect ( struct device dev)

Definition at line 360 of file bmp085.c.

int bmp085_probe ( struct device dev,
struct regmap regmap 
)

Definition at line 423 of file bmp085.c.

int bmp085_remove ( struct device dev)

Definition at line 465 of file bmp085.c.

Variable Documentation

struct regmap_config bmp085_regmap_config

Definition at line 417 of file bmp085.c.