Searched defs:shdma_desc (Results 1 – 2 of 2) sorted by relevance
46 struct shdma_desc { struct47 struct list_head node;48 struct dma_async_tx_descriptor async_tx;49 enum dma_transfer_direction direction;50 size_t partial;51 dma_cookie_t cookie;52 int chunks;53 int mark;54 bool cyclic; /* used as cyclic transfer */
52 struct shdma_desc shdma_desc; member