Searched refs:dma_ops (Results 1 – 15 of 15) sorted by relevance
57 if (host->dma_ops) in tmio_mmc_start_dma()63 if (host->dma_ops && host->dma_ops->end) in tmio_mmc_end_dma()64 host->dma_ops->end(host); in tmio_mmc_end_dma()69 if (host->dma_ops) in tmio_mmc_enable_dma()76 if (host->dma_ops) { in tmio_mmc_request_dma()86 if (host->dma_ops) in tmio_mmc_release_dma()87 host->dma_ops->release(host); in tmio_mmc_release_dma()92 if (host->dma_ops) in tmio_mmc_abort_dma()93 host->dma_ops->abort(host); in tmio_mmc_abort_dma()98 if (host->dma_ops) in tmio_mmc_dataend_dma()[all …]
427 host->dma_ops->stop(host); in dw_mci_stop_dma()488 host->dma_ops->cleanup(host); in dw_mci_dmac_complete_dma()1095 host->dma_ops->stop(host); in dw_mci_submit_data_dma()1129 host->dma_ops->stop(host); in dw_mci_submit_data_dma()3156 if (host->dma_ops->init && host->dma_ops->start && in dw_mci_init_dma()3157 host->dma_ops->stop && host->dma_ops->cleanup) { in dw_mci_init_dma()3487 host->dma_ops = host->pdata->dma_ops; in dw_mci_probe()3570 host->dma_ops->exit(host); in dw_mci_probe()3598 host->dma_ops->exit(host); in dw_mci_remove()3615 host->dma_ops->exit(host); in dw_mci_runtime_suspend()[all …]
106 const struct tmio_mmc_dma_ops *dma_ops,
185 const struct dw_mci_dma_ops *dma_ops; member278 struct dw_mci_dma_ops *dma_ops; member
685 host->dma_ops = &uniphier_sd_internal_dma_ops; in uniphier_sd_probe()687 host->dma_ops = &uniphier_sd_external_dma_ops; in uniphier_sd_probe()
1050 const struct tmio_mmc_dma_ops *dma_ops, in renesas_sdhi_probe() argument1141 host->dma_ops = dma_ops; in renesas_sdhi_probe()
198 const struct tmio_mmc_dma_ops *dma_ops; member
448 ret = dws->dma_ops->dma_setup(dws, transfer); in dw_spi_transfer_one()456 return dws->dma_ops->dma_transfer(dws, transfer); in dw_spi_transfer_one()471 dws->dma_ops->dma_stop(dws); in dw_spi_handle_err()960 if (dws->dma_ops && dws->dma_ops->dma_init) { in dw_spi_add_host()961 ret = dws->dma_ops->dma_init(dev, dws); in dw_spi_add_host()967 host->can_dma = dws->dma_ops->can_dma; in dw_spi_add_host()982 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_host()983 dws->dma_ops->dma_exit(dws); in dw_spi_add_host()999 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_host()1000 dws->dma_ops->dma_exit(dws); in dw_spi_remove_host()
694 dws->dma_ops = &dw_spi_dma_mfld_ops; in dw_spi_dma_setup_mfld()709 dws->dma_ops = &dw_spi_dma_generic_ops; in dw_spi_dma_setup_generic()
196 const struct dw_spi_dma_ops *dma_ops; member
60 vb->field = dev->dma_ops->field; in tw686x_buf_done()524 dev->dma_ops->buf_refill(vc, pb); in tw686x_start_streaming()684 dev->dma_ops->free(vc, pb); in tw686x_set_format()690 dev->dma_ops->free(vc, 0); in tw686x_set_format()1152 if (dev->dma_ops->free) in tw686x_video_free()1154 dev->dma_ops->free(vc, pb); in tw686x_video_free()1164 dev->dma_ops = &memcpy_dma_ops; in tw686x_video_init()1166 dev->dma_ops = &contig_dma_ops; in tw686x_video_init()1168 dev->dma_ops = &sg_dma_ops; in tw686x_video_init()1176 if (dev->dma_ops->setup) { in tw686x_video_init()[all …]
131 const struct tw686x_dma_ops *dma_ops; member
398 dev->ofdev.dev.dma_ops = chip->lbus.pdev->dev.dma_ops; in macio_add_one_device()
395 dev->dma_ops = &xen_grant_dma_ops; in xen_grant_setup_dma_ops()
39 # This driver incorrectly tries to override the dma_ops. It should
Completed in 36 milliseconds