Home
last modified time | relevance | path

Searched refs:dma_complete (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/mmc/host/
H A Drenesas_sdhi_internal_dmac.c346 queue_work(system_bh_wq, &dma_priv->dma_complete); in renesas_sdhi_internal_dmac_dma_irq()
361 queue_work(system_bh_wq, &dma_priv->dma_complete); in renesas_sdhi_internal_dmac_dataend_dma()
463 queue_work(system_bh_wq, &priv->dma_priv.dma_complete); in renesas_sdhi_internal_dmac_issue_work_fn()
495 struct renesas_sdhi_dma *dma_priv = from_work(dma_priv, work, dma_complete); in renesas_sdhi_internal_dmac_complete_work_fn()
555 INIT_WORK(&priv->dma_priv.dma_complete, in renesas_sdhi_internal_dmac_request_dma()
H A Dowl-mmc.c112 struct completion dma_complete; member
289 complete(&owl_host->dma_complete); in owl_mmc_dma_complete()
353 init_completion(&owl_host->dma_complete); in owl_mmc_request()
369 if (!wait_for_completion_timeout(&owl_host->dma_complete, in owl_mmc_request()
H A Dsh_mmcif.c244 struct completion dma_complete; member
280 complete(&host->dma_complete); in sh_mmcif_dma_complete()
1157 init_completion(&host->dma_complete); in sh_mmcif_end_cmd()
1173 time = wait_for_completion_interruptible_timeout(&host->dma_complete, in sh_mmcif_end_cmd()
/linux/drivers/i2c/busses/
H A Di2c-stm32.h44 struct completion dma_complete; member
H A Di2c-stm32f7.c744 complete(&dma->dma_complete); in stm32f7_i2c_dma_callback()
1635 ret = wait_for_completion_timeout(&i2c_dev->dma->dma_complete, HZ); in stm32f7_i2c_isr_event_thread()
/linux/include/linux/mtd/
H A Dsh_flctl.h160 struct completion dma_complete; member
/linux/drivers/mtd/nand/raw/
H A Dtegra_nand.c176 struct completion dma_complete; member
283 complete(&ctrl->dma_complete); in tegra_nand_irq()
345 reinit_completion(&ctrl->dma_complete); in tegra_nand_controller_abort()
598 ret = wait_for_completion_timeout(&ctrl->dma_complete, in tegra_nand_page_xfer()
1197 init_completion(&ctrl->dma_complete); in tegra_nand_probe()
H A Dsh_flctl.c150 complete(&flctl->dma_complete); in flctl_dma_complete()
214 init_completion(&flctl->dma_complete); in flctl_setup_dma()
429 wait_for_completion_timeout(&flctl->dma_complete, in flctl_dma_fifo0_transfer()
/linux/drivers/net/fddi/skfp/
H A Dhwmtm.c119 extern void dma_complete(struct s_smc *smc, volatile union s_fp_descr *descr,
1160 dma_complete(smc,(union s_fp_descr volatile *)r,DMA_WR); in process_receive()
1498 dma_complete(smc,(union s_fp_descr volatile *)r,DMA_WR); in mac_drv_clear_rx_queue()
1969 dma_complete(smc, in mac_drv_clear_txd()
H A Dskfddi.c122 void dma_complete(struct s_smc *smc, volatile union s_fp_descr *descr,
1450 void dma_complete(struct s_smc *smc, volatile union s_fp_descr *descr, int flag) in dma_complete() function