Linux Kernel
3.7.1
|
Data Fields | |
struct spi_bitbang | bitbang |
struct completion | done |
void __iomem * | base |
int | irq |
unsigned int | freq |
unsigned int | baudwidth |
unsigned int | baud |
unsigned int | speed_hz |
unsigned int | mode |
unsigned int | len |
unsigned int | txc |
unsigned int | rxc |
const u8 * | txp |
u8 * | rxp |
unsigned int | gpio_cs_count |
int * | gpio_cs |
Definition at line 41 of file spi-oc-tiny.c.
Definition at line 46 of file spi-oc-tiny.c.
unsigned int baud |
Definition at line 50 of file spi-oc-tiny.c.
unsigned int baudwidth |
Definition at line 49 of file spi-oc-tiny.c.
struct spi_bitbang bitbang |
Definition at line 43 of file spi-oc-tiny.c.
struct completion done |
Definition at line 44 of file spi-oc-tiny.c.
unsigned int freq |
Definition at line 48 of file spi-oc-tiny.c.
int* gpio_cs |
Definition at line 58 of file spi-oc-tiny.c.
unsigned int gpio_cs_count |
Definition at line 57 of file spi-oc-tiny.c.
int irq |
Definition at line 47 of file spi-oc-tiny.c.
unsigned int len |
Definition at line 53 of file spi-oc-tiny.c.
unsigned int mode |
Definition at line 52 of file spi-oc-tiny.c.
unsigned int rxc |
Definition at line 54 of file spi-oc-tiny.c.
u8* rxp |
Definition at line 56 of file spi-oc-tiny.c.
unsigned int speed_hz |
Definition at line 51 of file spi-oc-tiny.c.
unsigned int txc |
Definition at line 54 of file spi-oc-tiny.c.
Definition at line 55 of file spi-oc-tiny.c.