Lines Matching refs:dma_ops
449 host->dma_ops->stop(host); in dw_mci_stop_dma()
450 host->dma_ops->cleanup(host); in dw_mci_stop_dma()
510 host->dma_ops->cleanup(host); in dw_mci_dmac_complete_dma()
1114 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
1147 if (host->dma_ops->start(host, sg_len)) { in dw_mci_submit_data_dma()
1148 host->dma_ops->stop(host); in dw_mci_submit_data_dma()
2754 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
2763 host->dma_ops->complete((void *)host); in dw_mci_interrupt()
2964 host->dma_ops = &dw_mci_idmac_ops; in dw_mci_init_dma()
2973 host->dma_ops = &dw_mci_edmac_ops; in dw_mci_init_dma()
2977 if (host->dma_ops->init && host->dma_ops->start && in dw_mci_init_dma()
2978 host->dma_ops->stop && host->dma_ops->cleanup) { in dw_mci_init_dma()
2979 if (host->dma_ops->init(host)) { in dw_mci_init_dma()
3298 host->dma_ops = host->pdata->dma_ops; in dw_mci_probe()
3380 if (host->use_dma && host->dma_ops->exit) in dw_mci_probe()
3381 host->dma_ops->exit(host); in dw_mci_probe()
3409 if (host->use_dma && host->dma_ops->exit) in dw_mci_remove()
3410 host->dma_ops->exit(host); in dw_mci_remove()
3427 if (host->use_dma && host->dma_ops->exit) in dw_mci_runtime_suspend()
3428 host->dma_ops->exit(host); in dw_mci_runtime_suspend()
3464 if (host->use_dma && host->dma_ops->init) in dw_mci_runtime_resume()
3465 host->dma_ops->init(host); in dw_mci_runtime_resume()