Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ep93xx_dma_platform_data Struct Reference

#include <dma-ep93xx.h>

Data Fields

struct ep93xx_dma_chan_datachannels
 
size_t num_channels
 

Detailed Description

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.

Field Documentation

Definition at line 66 of file dma-ep93xx.h.

size_t num_channels

Definition at line 67 of file dma-ep93xx.h.


The documentation for this struct was generated from the following file: