Linux Kernel
3.7.1
|
Data Fields | |
struct spi_master * | master |
void __iomem * | regs |
int | irq0 |
int | irq1 |
unsigned int | ipb_freq |
int | msg_count |
int | wcol_count |
int | wcol_ticks |
u32 | wcol_tx_timestamp |
int | modf_count |
int | byte_count |
struct list_head | queue |
spinlock_t | lock |
struct work_struct | work |
struct spi_message * | message |
struct spi_transfer * | transfer |
int(* | state )(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) |
int | len |
int | timestamp |
u8 * | rx_buf |
const u8 * | tx_buf |
int | cs_change |
int | gpio_cs_count |
unsigned int * | gpio_cs |
Definition at line 62 of file spi-mpc52xx.c.
int byte_count |
Definition at line 75 of file spi-mpc52xx.c.
int cs_change |
Definition at line 89 of file spi-mpc52xx.c.
unsigned int* gpio_cs |
Definition at line 91 of file spi-mpc52xx.c.
int gpio_cs_count |
Definition at line 90 of file spi-mpc52xx.c.
unsigned int ipb_freq |
Definition at line 67 of file spi-mpc52xx.c.
int irq0 |
Definition at line 65 of file spi-mpc52xx.c.
int irq1 |
Definition at line 66 of file spi-mpc52xx.c.
int len |
Definition at line 85 of file spi-mpc52xx.c.
spinlock_t lock |
Definition at line 78 of file spi-mpc52xx.c.
struct spi_master* master |
Definition at line 63 of file spi-mpc52xx.c.
Definition at line 82 of file spi-mpc52xx.c.
int modf_count |
Definition at line 74 of file spi-mpc52xx.c.
int msg_count |
Definition at line 70 of file spi-mpc52xx.c.
Definition at line 77 of file spi-mpc52xx.c.
Definition at line 64 of file spi-mpc52xx.c.
u8* rx_buf |
Definition at line 87 of file spi-mpc52xx.c.
Definition at line 84 of file spi-mpc52xx.c.
Definition at line 86 of file spi-mpc52xx.c.
struct spi_transfer* transfer |
Definition at line 83 of file spi-mpc52xx.c.
Definition at line 88 of file spi-mpc52xx.c.
int wcol_count |
Definition at line 71 of file spi-mpc52xx.c.
int wcol_ticks |
Definition at line 72 of file spi-mpc52xx.c.
u32 wcol_tx_timestamp |
Definition at line 73 of file spi-mpc52xx.c.
struct work_struct work |
Definition at line 79 of file spi-mpc52xx.c.