Linux Kernel
3.7.1
|
Data Fields | |
struct spi_device * | us |
struct mutex | lock |
unsigned int | nr_gpio |
unsigned int | gpio_state |
unsigned char | tx_buff [4] |
unsigned char | rx_buff [4] |
Definition at line 29 of file spi-tle62x0.c.
unsigned int gpio_state |
Definition at line 33 of file spi-tle62x0.c.
Definition at line 31 of file spi-tle62x0.c.
unsigned int nr_gpio |
Definition at line 32 of file spi-tle62x0.c.
unsigned char rx_buff[4] |
Definition at line 36 of file spi-tle62x0.c.
unsigned char tx_buff[4] |
Definition at line 35 of file spi-tle62x0.c.
struct spi_device* us |
Definition at line 30 of file spi-tle62x0.c.