Lines Matching refs:dma_ops
423 host->dma_ops->stop(host); in dw_mci_stop_dma()
424 host->dma_ops->cleanup(host); in dw_mci_stop_dma()
484 host->dma_ops->cleanup(host); in dw_mci_dmac_complete_dma()
1088 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
1121 if (host->dma_ops->start(host, sg_len)) { in dw_mci_submit_data_dma()
1122 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
2727 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
2736 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
2937 host->dma_ops = &dw_mci_idmac_ops; in dw_mci_init_dma()
2946 host->dma_ops = &dw_mci_edmac_ops; in dw_mci_init_dma()
2950 if (host->dma_ops->init && host->dma_ops->start && in dw_mci_init_dma()
2951 host->dma_ops->stop && host->dma_ops->cleanup) { in dw_mci_init_dma()
2952 if (host->dma_ops->init(host)) { in dw_mci_init_dma()
3271 host->dma_ops = host->pdata->dma_ops; in dw_mci_probe()
3353 if (host->use_dma && host->dma_ops->exit) in dw_mci_probe()
3354 host->dma_ops->exit(host); in dw_mci_probe()
3382 if (host->use_dma && host->dma_ops->exit) in dw_mci_remove()
3383 host->dma_ops->exit(host); in dw_mci_remove()
3400 if (host->use_dma && host->dma_ops->exit) in dw_mci_runtime_suspend()
3401 host->dma_ops->exit(host); in dw_mci_runtime_suspend()
3437 if (host->use_dma && host->dma_ops->init) in dw_mci_runtime_resume()
3438 host->dma_ops->init(host); in dw_mci_runtime_resume()