Home
last modified time | relevance | path

Searched defs:shdma_desc (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dshdma-base.h46 struct shdma_desc { struct
47 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 */
/Linux-v6.1/drivers/dma/sh/
Dshdma.h52 struct shdma_desc shdma_desc; member