Linux Kernel
3.7.1
|
Data Fields | |
struct spi_bitbang | bitbang |
struct completion | done |
u64 | mapbase |
u64 | mapsize |
int | irqnum |
unsigned int | opb_freq |
int | len |
int | count |
const unsigned char * | tx |
unsigned char * | rx |
int * | gpios |
struct spi_ppc4xx_regs __iomem * | regs |
struct spi_master * | master |
struct device * | dev |
Definition at line 114 of file spi-ppc4xx.c.
struct spi_bitbang bitbang |
Definition at line 116 of file spi-ppc4xx.c.
int count |
Definition at line 127 of file spi-ppc4xx.c.
Definition at line 136 of file spi-ppc4xx.c.
struct completion done |
Definition at line 117 of file spi-ppc4xx.c.
int* gpios |
Definition at line 132 of file spi-ppc4xx.c.
int irqnum |
Definition at line 121 of file spi-ppc4xx.c.
int len |
Definition at line 126 of file spi-ppc4xx.c.
u64 mapbase |
Definition at line 119 of file spi-ppc4xx.c.
u64 mapsize |
Definition at line 120 of file spi-ppc4xx.c.
struct spi_master* master |
Definition at line 135 of file spi-ppc4xx.c.
unsigned int opb_freq |
Definition at line 123 of file spi-ppc4xx.c.
Definition at line 134 of file spi-ppc4xx.c.
Definition at line 130 of file spi-ppc4xx.c.
Definition at line 129 of file spi-ppc4xx.c.