Symbol: dma_complete
drivers/ata/pata_arasan_cf.c
573
dma_complete(acdev);
drivers/ata/pata_arasan_cf.c
591
dma_complete(acdev);
drivers/i2c/busses/i2c-stm32.c
135
reinit_completion(&dma->dma_complete);
drivers/i2c/busses/i2c-stm32.c
67
init_completion(&dma->dma_complete);
drivers/i2c/busses/i2c-stm32.h
44
struct completion dma_complete;
drivers/i2c/busses/i2c-stm32f7.c
1635
ret = wait_for_completion_timeout(&i2c_dev->dma->dma_complete, HZ);
drivers/i2c/busses/i2c-stm32f7.c
744
complete(&dma->dma_complete);
drivers/i2c/busses/i2c-tegra.c
1274
complete(&i2c_dev->dma_complete);
drivers/i2c/busses/i2c-tegra.c
1619
&i2c_dev->dma_complete,
drivers/i2c/busses/i2c-tegra.c
1630
if (!time_left && !completion_done(&i2c_dev->dma_complete)) {
drivers/i2c/busses/i2c-tegra.c
2281
init_completion(&i2c_dev->dma_complete);
drivers/i2c/busses/i2c-tegra.c
477
struct completion dma_complete;
drivers/i2c/busses/i2c-tegra.c
637
complete(&i2c_dev->dma_complete);
drivers/i2c/busses/i2c-tegra.c
647
reinit_completion(&i2c_dev->dma_complete);
drivers/mmc/host/loongson2-mmc.c
244
int dma_complete;
drivers/mmc/host/loongson2-mmc.c
327
host->dma_complete = 0;
drivers/mmc/host/loongson2-mmc.c
372
!cmd->data->error && !host->dma_complete)
drivers/mmc/host/loongson2-mmc.c
472
host->dma_complete = 1;
drivers/mmc/host/moxart-mmc.c
135
struct completion dma_complete;
drivers/mmc/host/moxart-mmc.c
254
complete(&host->dma_complete);
drivers/mmc/host/moxart-mmc.c
299
wait_for_completion_interruptible_timeout(&host->dma_complete,
drivers/mmc/host/moxart-mmc.c
401
init_completion(&host->dma_complete);
drivers/mmc/host/owl-mmc.c
112
struct completion dma_complete;
drivers/mmc/host/owl-mmc.c
289
complete(&owl_host->dma_complete);
drivers/mmc/host/owl-mmc.c
353
init_completion(&owl_host->dma_complete);
drivers/mmc/host/owl-mmc.c
369
if (!wait_for_completion_timeout(&owl_host->dma_complete,
drivers/mmc/host/renesas_sdhi.h
72
struct work_struct dma_complete;
drivers/mmc/host/renesas_sdhi_internal_dmac.c
346
queue_work(system_bh_wq, &dma_priv->dma_complete);
drivers/mmc/host/renesas_sdhi_internal_dmac.c
361
queue_work(system_bh_wq, &dma_priv->dma_complete);
drivers/mmc/host/renesas_sdhi_internal_dmac.c
463
queue_work(system_bh_wq, &priv->dma_priv.dma_complete);
drivers/mmc/host/renesas_sdhi_internal_dmac.c
495
struct renesas_sdhi_dma *dma_priv = from_work(dma_priv, work, dma_complete);
drivers/mmc/host/renesas_sdhi_internal_dmac.c
555
INIT_WORK(&priv->dma_priv.dma_complete,
drivers/mmc/host/sh_mmcif.c
1157
init_completion(&host->dma_complete);
drivers/mmc/host/sh_mmcif.c
1173
time = wait_for_completion_interruptible_timeout(&host->dma_complete,
drivers/mmc/host/sh_mmcif.c
244
struct completion dma_complete;
drivers/mmc/host/sh_mmcif.c
280
complete(&host->dma_complete);
drivers/mtd/nand/raw/fsmc_nand.c
525
tx->callback = dma_complete;
drivers/mtd/nand/raw/loongson-nand-controller.c
130
struct completion dma_complete;
drivers/mtd/nand/raw/loongson-nand-controller.c
400
complete(&host->dma_complete);
drivers/mtd/nand/raw/loongson-nand-controller.c
454
if (!wait_for_completion_timeout(&host->dma_complete, msecs_to_jiffies(1000))) {
drivers/mtd/nand/raw/loongson-nand-controller.c
456
reinit_completion(&host->dma_complete);
drivers/mtd/nand/raw/loongson-nand-controller.c
835
init_completion(&host->dma_complete);
drivers/mtd/nand/raw/sh_flctl.c
150
complete(&flctl->dma_complete);
drivers/mtd/nand/raw/sh_flctl.c
214
init_completion(&flctl->dma_complete);
drivers/mtd/nand/raw/sh_flctl.c
429
wait_for_completion_timeout(&flctl->dma_complete,
drivers/mtd/nand/raw/tegra_nand.c
1197
init_completion(&ctrl->dma_complete);
drivers/mtd/nand/raw/tegra_nand.c
176
struct completion dma_complete;
drivers/mtd/nand/raw/tegra_nand.c
283
complete(&ctrl->dma_complete);
drivers/mtd/nand/raw/tegra_nand.c
345
reinit_completion(&ctrl->dma_complete);
drivers/mtd/nand/raw/tegra_nand.c
598
ret = wait_for_completion_timeout(&ctrl->dma_complete,
drivers/net/fddi/skfp/hwmtm.c
1160
dma_complete(smc,(union s_fp_descr volatile *)r,DMA_WR);
drivers/net/fddi/skfp/hwmtm.c
119
extern void dma_complete(struct s_smc *smc, volatile union s_fp_descr *descr,
drivers/net/fddi/skfp/hwmtm.c
1498
dma_complete(smc,(union s_fp_descr volatile *)r,DMA_WR);
drivers/net/fddi/skfp/hwmtm.c
1969
dma_complete(smc,
drivers/net/fddi/skfp/skfddi.c
122
void dma_complete(struct s_smc *smc, volatile union s_fp_descr *descr,
drivers/spi/spi-tegra114.c
467
struct completion *dma_complete = args;
drivers/spi/spi-tegra114.c
469
complete(dma_complete);
drivers/spi/spi-tegra20-slink.c
427
struct completion *dma_complete = args;
drivers/spi/spi-tegra20-slink.c
429
complete(dma_complete);
drivers/spi/spi-tegra210-quad.c
478
struct completion *dma_complete = args;
drivers/spi/spi-tegra210-quad.c
480
complete(dma_complete);
include/linux/mtd/sh_flctl.h
160
struct completion dma_complete;