|
Linux Kernel
3.7.1
|
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) |
| #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.
1.8.2