Linux Kernel
3.7.1
|
Data Fields | |
struct dma_chan * | dma_tx |
struct dma_chan * | dma_rx |
int | dma_tx_sync_dev |
int | dma_rx_sync_dev |
struct completion | dma_tx_completion |
struct completion | dma_rx_completion |
Definition at line 97 of file spi-omap2-mcspi.c.
Definition at line 99 of file spi-omap2-mcspi.c.
struct completion dma_rx_completion |
Definition at line 105 of file spi-omap2-mcspi.c.
int dma_rx_sync_dev |
Definition at line 102 of file spi-omap2-mcspi.c.
Definition at line 98 of file spi-omap2-mcspi.c.
struct completion dma_tx_completion |
Definition at line 104 of file spi-omap2-mcspi.c.
int dma_tx_sync_dev |
Definition at line 101 of file spi-omap2-mcspi.c.