|
Linux Kernel
3.7.1
|
#include <iop_adma.h>
Data Fields | |
| struct platform_device * | pdev |
| int | id |
| dma_addr_t | dma_desc_pool |
| void * | dma_desc_pool_virt |
| struct dma_device | common |
struct iop_adma_device - internal representation of an ADMA device : Platform device : HW ADMA Device selector : base of DMA descriptor region (DMA address) : base of DMA descriptor region (CPU address) : embedded struct dma_device
Definition at line 41 of file iop_adma.h.
| struct dma_device common |
Definition at line 46 of file iop_adma.h.
| dma_addr_t dma_desc_pool |
Definition at line 44 of file iop_adma.h.
| void* dma_desc_pool_virt |
Definition at line 45 of file iop_adma.h.
Definition at line 43 of file iop_adma.h.
| struct platform_device* pdev |
Definition at line 42 of file iop_adma.h.
1.8.2