Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
adxl34x.h File Reference

Go to the source code of this file.

Data Structures

struct  adxl34x_bus_ops
 

Functions

void adxl34x_suspend (struct adxl34x *ac)
 
void adxl34x_resume (struct adxl34x *ac)
 
struct adxl34xadxl34x_probe (struct device *dev, int irq, bool fifo_delay_default, const struct adxl34x_bus_ops *bops)
 
int adxl34x_remove (struct adxl34x *ac)
 

Function Documentation

struct adxl34x* adxl34x_probe ( struct device dev,
int  irq,
bool  fifo_delay_default,
const struct adxl34x_bus_ops bops 
)
read

Definition at line 692 of file adxl34x.c.

int adxl34x_remove ( struct adxl34x ac)

Definition at line 901 of file adxl34x.c.

void adxl34x_resume ( struct adxl34x ac)

Definition at line 429 of file adxl34x.c.

void adxl34x_suspend ( struct adxl34x ac)

Definition at line 416 of file adxl34x.c.