Home
last modified time | relevance | path

Searched refs:get_partial (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dshdma-base.h103 size_t (*get_partial)(struct shdma_chan *, struct shdma_desc *); member
/linux/drivers/dma/sh/
H A Dshdma-base.c775 if (ops->get_partial && !list_empty(&schan->ld_queue)) { in shdma_terminate_all()
779 desc->partial = ops->get_partial(schan, desc); in shdma_terminate_all()
H A Dshdmac.c673 .get_partial = sh_dmae_get_partial,