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

Data Fields

u32 src_addr
 
u32 dst_addr
 
size_t size
 
bool complete
 
struct dma_async_tx_descriptor txd
 
struct list_head tx_list
 
struct list_head node
 

Detailed Description

struct ep93xx_dma_desc - EP93xx specific transaction descriptor : source address of the transaction : destination address of the transaction : size of the transaction (in bytes) : this descriptor is completed : dmaengine API descriptor : list of linked descriptors : link used for putting this into a channel queue

Definition at line 122 of file ep93xx_dma.c.

Field Documentation

bool complete

Definition at line 126 of file ep93xx_dma.c.

u32 dst_addr

Definition at line 124 of file ep93xx_dma.c.

Definition at line 129 of file ep93xx_dma.c.

size_t size

Definition at line 125 of file ep93xx_dma.c.

u32 src_addr

Definition at line 123 of file ep93xx_dma.c.

struct list_head tx_list

Definition at line 128 of file ep93xx_dma.c.

Definition at line 127 of file ep93xx_dma.c.


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