Searched refs:comp_dma (Results 1 - 2 of 2) sorted by last modified time

/drivers/mmc/host/
H A Dwmt-sdmmc.c202 struct completion *comp_dma; member in struct:wmt_mci_priv
349 complete(priv->comp_dma);
357 complete(priv->comp_dma);
396 if (priv->comp_dma) {
398 complete(priv->comp_dma);
441 if (priv->comp_dma) {
443 complete(priv->comp_dma);
447 if (priv->comp_dma) {
453 if (completion_done(priv->comp_dma))
665 priv->comp_dma
[all...]
/drivers/mtd/nand/
H A Dlpc32xx_mlc.c194 struct completion comp_dma; member in struct:lpc32xx_nand_host
413 init_completion(&host->comp_dma);
415 desc->callback_param = &host->comp_dma;
420 wait_for_completion_timeout(&host->comp_dma, msecs_to_jiffies(1000));

Completed in 74 milliseconds