Linux Kernel
3.7.1
|
#include <dma.h>
Data Fields | |
struct s3c64xx_dma_buff * | next |
void * | pw |
struct pl080s_lli * | lli |
dma_addr_t | lli_dma |
s3c64xx_dma_buff - S3C64XX DMA buffer descriptor : Pointer to next buffer in queue or ring. : Client provided identifier : Pointer to hardware descriptor this buffer is associated with. : Hardare address of the descriptor.
dma_addr_t lli_dma |
struct s3c64xx_dma_buff* next |