Searched refs:shdma_desc (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dshdma-base.h38 * struct shdma_chan, struct shdma_desc, and struct shdma_slave
46 struct shdma_desc { struct
86 * embedded_desc: return Nth struct shdma_desc pointer from the
92 bool (*desc_completed)(struct shdma_chan *, struct shdma_desc *);
96 int (*desc_setup)(struct shdma_chan *, struct shdma_desc *,
100 void (*start_xfer)(struct shdma_chan *, struct shdma_desc *);
101 struct shdma_desc *(*embedded_desc)(void *, int);
103 size_t (*get_partial)(struct shdma_chan *, struct shdma_desc *);
/linux-master/drivers/dma/sh/
H A Dshdma.h52 struct shdma_desc shdma_desc; member in struct:sh_dmae_desc
H A Dshdma-base.c56 struct shdma_desc *sdesc;
72 struct shdma_desc *chunk, *c, *desc =
73 container_of(tx, struct shdma_desc, async_tx);
157 static struct shdma_desc *shdma_get_desc(struct shdma_chan *schan)
159 struct shdma_desc *sdesc;
208 struct shdma_desc *desc;
325 struct shdma_desc *desc, *_desc;
501 static struct shdma_desc *shdma_add_desc(struct shdma_chan *schan,
503 struct shdma_desc **first, enum dma_transfer_direction direction)
507 struct shdma_desc *ne
[all...]
H A Dshdmac.c282 struct shdma_desc *sdesc)
287 struct sh_dmae_desc, shdma_desc);
377 struct shdma_desc *sdesc,
381 struct sh_dmae_desc, shdma_desc);
415 struct shdma_desc *sdesc)
420 struct sh_dmae_desc, shdma_desc);
453 struct shdma_desc *sdesc)
458 struct sh_dmae_desc, shdma_desc);
648 static struct shdma_desc *sh_dmae_embedded_desc(void *buf, int i)
650 return &((struct sh_dmae_desc *)buf)[i].shdma_desc;
[all...]

Completed in 124 milliseconds