Linux Kernel
3.7.1
|
Data Fields | |
struct ad2s1210_platform_data * | pdata |
struct mutex | lock |
struct spi_device * | sdev |
unsigned int | fclkin |
unsigned int | fexcit |
bool | hysteresis |
bool | old_data |
u8 | resolution |
enum ad2s1210_mode | mode |
u8 rx[2] | ____cacheline_aligned |
u8 tx[2] | ____cacheline_aligned |
Definition at line 82 of file ad2s1210.c.
Definition at line 92 of file ad2s1210.c.
Definition at line 93 of file ad2s1210.c.
unsigned int fclkin |
Definition at line 86 of file ad2s1210.c.
unsigned int fexcit |
Definition at line 87 of file ad2s1210.c.
bool hysteresis |
Definition at line 88 of file ad2s1210.c.
Definition at line 84 of file ad2s1210.c.
enum ad2s1210_mode mode |
Definition at line 91 of file ad2s1210.c.
bool old_data |
Definition at line 89 of file ad2s1210.c.
struct ad2s1210_platform_data* pdata |
Definition at line 83 of file ad2s1210.c.
u8 resolution |
Definition at line 90 of file ad2s1210.c.
struct spi_device* sdev |
Definition at line 85 of file ad2s1210.c.