Linux Kernel
3.7.1
|
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 |
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.
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.
Definition at line 128 of file ep93xx_dma.c.
Definition at line 127 of file ep93xx_dma.c.