Linux Kernel
3.7.1
|
#include <dma-ep93xx.h>
Data Fields | |
struct ep93xx_dma_chan_data * | channels |
size_t | num_channels |
struct ep93xx_dma_platform_data - platform data for the dmaengine driver : array of channels which are passed to the driver : number of channels in the array
This structure is passed to the DMA engine driver via platform data. For M2P channels, contract is that even channels are for TX and odd for RX. There is no requirement for the M2M channels.
Definition at line 65 of file dma-ep93xx.h.
struct ep93xx_dma_chan_data* channels |
Definition at line 66 of file dma-ep93xx.h.
size_t num_channels |
Definition at line 67 of file dma-ep93xx.h.