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

Go to the source code of this file.

Data Structures

struct  dst_gpio_enable
 
struct  dst_gpio_output
 
struct  dst_gpio_read
 
union  dst_gpio_packet
 

Macros

#define DST_IG_ENABLE   0
 
#define DST_IG_WRITE   1
 
#define DST_IG_READ   2
 
#define DST_IG_TS   3
 

Functions

int bt878_device_control (struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp)
 

Macro Definition Documentation

#define DST_IG_ENABLE   0

Definition at line 28 of file dst_priv.h.

#define DST_IG_READ   2

Definition at line 30 of file dst_priv.h.

#define DST_IG_TS   3

Definition at line 31 of file dst_priv.h.

#define DST_IG_WRITE   1

Definition at line 29 of file dst_priv.h.

Function Documentation

int bt878_device_control ( struct bt878 bt,
unsigned int  cmd,
union dst_gpio_packet mp 
)

Definition at line 344 of file bt878.c.