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

Go to the source code of this file.

Data Structures

struct  cma3000_bus_ops
 

Functions

struct cma3000_accl_datacma3000_init (struct device *dev, int irq, const struct cma3000_bus_ops *bops)
 
void cma3000_exit (struct cma3000_accl_data *)
 
void cma3000_suspend (struct cma3000_accl_data *)
 
void cma3000_resume (struct cma3000_accl_data *)
 

Function Documentation

void cma3000_exit ( struct cma3000_accl_data )

Definition at line 389 of file cma3000_d0x.c.

struct cma3000_accl_data* cma3000_init ( struct device dev,
int  irq,
const struct cma3000_bus_ops bops 
)
read

Definition at line 284 of file cma3000_d0x.c.

void cma3000_resume ( struct cma3000_accl_data )

Definition at line 271 of file cma3000_d0x.c.

void cma3000_suspend ( struct cma3000_accl_data )

Definition at line 257 of file cma3000_d0x.c.