Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 *);
/kernel/linux/linux-6.6/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 *);
/kernel/linux/linux-5.10/drivers/dma/sh/
H A Dshdma-base.c56 struct shdma_desc *sdesc; in shdma_chan_xfer_ld_queue()
72 struct shdma_desc *chunk, *c, *desc = in shdma_tx_submit()
73 container_of(tx, struct shdma_desc, async_tx); in shdma_tx_submit()
157 static struct shdma_desc *shdma_get_desc(struct shdma_chan *schan) in shdma_get_desc()
159 struct shdma_desc *sdesc; in shdma_get_desc()
208 struct shdma_desc *desc; in shdma_alloc_chan_resources()
325 struct shdma_desc *desc, *_desc; in __ld_cleanup()
501 static struct shdma_desc *shdma_add_desc(struct shdma_chan *schan, in shdma_add_desc()
503 struct shdma_desc **first, enum dma_transfer_direction direction) in shdma_add_desc()
507 struct shdma_desc *ne in shdma_add_desc()
[all...]
H A Dshdma.h52 struct shdma_desc shdma_desc; member
H A Dshdmac.c283 struct shdma_desc *sdesc) in sh_dmae_start_xfer()
288 struct sh_dmae_desc, shdma_desc); in sh_dmae_start_xfer()
378 struct shdma_desc *sdesc, in sh_dmae_desc_setup()
382 struct sh_dmae_desc, shdma_desc); in sh_dmae_desc_setup()
416 struct shdma_desc *sdesc) in sh_dmae_get_partial()
421 struct sh_dmae_desc, shdma_desc); in sh_dmae_get_partial()
454 struct shdma_desc *sdesc) in sh_dmae_desc_completed()
459 struct sh_dmae_desc, shdma_desc); in sh_dmae_desc_completed()
649 static struct shdma_desc *sh_dmae_embedded_desc(void *buf, int i) in sh_dmae_embedded_desc()
651 return &((struct sh_dmae_desc *)buf)[i].shdma_desc; in sh_dmae_embedded_desc()
[all...]
/kernel/linux/linux-6.6/drivers/dma/sh/
H A Dshdma-base.c56 struct shdma_desc *sdesc; in shdma_chan_xfer_ld_queue()
72 struct shdma_desc *chunk, *c, *desc = in shdma_tx_submit()
73 container_of(tx, struct shdma_desc, async_tx); in shdma_tx_submit()
157 static struct shdma_desc *shdma_get_desc(struct shdma_chan *schan) in shdma_get_desc()
159 struct shdma_desc *sdesc; in shdma_get_desc()
208 struct shdma_desc *desc; in shdma_alloc_chan_resources()
325 struct shdma_desc *desc, *_desc; in __ld_cleanup()
501 static struct shdma_desc *shdma_add_desc(struct shdma_chan *schan, in shdma_add_desc()
503 struct shdma_desc **first, enum dma_transfer_direction direction) in shdma_add_desc()
507 struct shdma_desc *ne in shdma_add_desc()
[all...]
H A Dshdma.h52 struct shdma_desc shdma_desc; member
H A Dshdmac.c282 struct shdma_desc *sdesc) in sh_dmae_start_xfer()
287 struct sh_dmae_desc, shdma_desc); in sh_dmae_start_xfer()
377 struct shdma_desc *sdesc, in sh_dmae_desc_setup()
381 struct sh_dmae_desc, shdma_desc); in sh_dmae_desc_setup()
415 struct shdma_desc *sdesc) in sh_dmae_get_partial()
420 struct sh_dmae_desc, shdma_desc); in sh_dmae_get_partial()
453 struct shdma_desc *sdesc) in sh_dmae_desc_completed()
458 struct sh_dmae_desc, shdma_desc); in sh_dmae_desc_completed()
648 static struct shdma_desc *sh_dmae_embedded_desc(void *buf, int i) in sh_dmae_embedded_desc()
650 return &((struct sh_dmae_desc *)buf)[i].shdma_desc; in sh_dmae_embedded_desc()
[all...]

Completed in 7 milliseconds