|
Linux Kernel
3.7.1
|
Data Fields | |
| void __iomem * | addr |
| u32 | max_speed_hz |
| struct spi_master * | master |
| struct list_head | queue |
| struct work_struct | ws |
| wait_queue_head_t | wait |
| spinlock_t | lock |
| struct clk * | clk |
| unsigned char | spsr |
| struct dma_chan * | chan_tx |
| struct dma_chan * | chan_rx |
| int | irq |
| unsigned | dma_width_16bit:1 |
| unsigned | dma_callbacked:1 |
Definition at line 138 of file spi-rspi.c.
Definition at line 139 of file spi-rspi.c.
Definition at line 151 of file spi-rspi.c.
Definition at line 150 of file spi-rspi.c.
Definition at line 146 of file spi-rspi.c.
| unsigned dma_callbacked |
Definition at line 155 of file spi-rspi.c.
| unsigned dma_width_16bit |
Definition at line 154 of file spi-rspi.c.
| int irq |
Definition at line 152 of file spi-rspi.c.
| spinlock_t lock |
Definition at line 145 of file spi-rspi.c.
| struct spi_master* master |
Definition at line 141 of file spi-rspi.c.
| u32 max_speed_hz |
Definition at line 140 of file spi-rspi.c.
Definition at line 142 of file spi-rspi.c.
| unsigned char spsr |
Definition at line 147 of file spi-rspi.c.
| wait_queue_head_t wait |
Definition at line 144 of file spi-rspi.c.
Definition at line 143 of file spi-rspi.c.
1.8.2