Searched refs:dpdmai_disable (Results 1 – 3 of 3) sorted by relevance
/drivers/dma/fsl-dpaa2-qdma/ |
D | dpdmai.c | 212 int dpdmai_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token) in dpdmai_disable() function 223 EXPORT_SYMBOL_GPL(dpdmai_disable);
|
D | dpdmai.h | 168 int dpdmai_disable(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token);
|
D | dpaa2-qdma.c | 753 dpdmai_disable(priv->mc_io, 0, dpdmai_dev->mc_handle); in dpaa2_qdma_probe() 780 dpdmai_disable(priv->mc_io, 0, ls_dev->mc_handle); in dpaa2_qdma_remove() 804 dpdmai_disable(priv->mc_io, 0, ls_dev->mc_handle); in dpaa2_qdma_shutdown()
|