Lines Matching refs:dma_ops
450 host->dma_ops->stop(host); in dw_mci_stop_dma()
451 host->dma_ops->cleanup(host); in dw_mci_stop_dma()
517 host->dma_ops->cleanup(host); in dw_mci_dmac_complete_dma()
1135 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
1168 if (host->dma_ops->start(host, sg_len)) { in dw_mci_submit_data_dma()
1169 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
2840 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
2849 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
3051 host->dma_ops = &dw_mci_idmac_ops; in dw_mci_init_dma()
3060 host->dma_ops = &dw_mci_edmac_ops; in dw_mci_init_dma()
3064 if (host->dma_ops->init && host->dma_ops->start && in dw_mci_init_dma()
3065 host->dma_ops->stop && host->dma_ops->cleanup) { in dw_mci_init_dma()
3066 if (host->dma_ops->init(host)) { in dw_mci_init_dma()
3448 host->dma_ops = host->pdata->dma_ops; in dw_mci_probe()
3548 if (host->use_dma && host->dma_ops->exit) in dw_mci_probe()
3549 host->dma_ops->exit(host); in dw_mci_probe()
3577 if (host->use_dma && host->dma_ops->exit) in dw_mci_remove()
3578 host->dma_ops->exit(host); in dw_mci_remove()
3595 if (host->use_dma && host->dma_ops->exit) in dw_mci_runtime_suspend()
3596 host->dma_ops->exit(host); in dw_mci_runtime_suspend()
3632 if (host->use_dma && host->dma_ops->init) in dw_mci_runtime_resume()
3633 host->dma_ops->init(host); in dw_mci_runtime_resume()