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()
1090 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
1123 if (host->dma_ops->start(host, sg_len)) { in dw_mci_submit_data_dma()
1124 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
2728 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
2737 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
2932 host->dma_ops = &dw_mci_idmac_ops; in dw_mci_init_dma()
2941 host->dma_ops = &dw_mci_edmac_ops; in dw_mci_init_dma()
2945 if (host->dma_ops->init && host->dma_ops->start && in dw_mci_init_dma()
2946 host->dma_ops->stop && host->dma_ops->cleanup) { in dw_mci_init_dma()
2947 if (host->dma_ops->init(host)) { in dw_mci_init_dma()
3263 host->dma_ops = host->pdata->dma_ops; in dw_mci_probe()
3345 if (host->use_dma && host->dma_ops->exit) in dw_mci_probe()
3346 host->dma_ops->exit(host); in dw_mci_probe()
3374 if (host->use_dma && host->dma_ops->exit) in dw_mci_remove()
3375 host->dma_ops->exit(host); in dw_mci_remove()
3392 if (host->use_dma && host->dma_ops->exit) in dw_mci_runtime_suspend()
3393 host->dma_ops->exit(host); in dw_mci_runtime_suspend()
3429 if (host->use_dma && host->dma_ops->init) in dw_mci_runtime_resume()
3430 host->dma_ops->init(host); in dw_mci_runtime_resume()