Home
last modified time | relevance | path

Searched refs:dma_ops (Results 1 – 15 of 15) sorted by relevance

/drivers/mmc/host/
A Dtmio_mmc_core.c57 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 …]
A Ddw_mmc.c427 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 …]
A Drenesas_sdhi.h106 const struct tmio_mmc_dma_ops *dma_ops,
A Ddw_mmc.h185 const struct dw_mci_dma_ops *dma_ops; member
278 struct dw_mci_dma_ops *dma_ops; member
A Duniphier-sd.c685 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()
A Drenesas_sdhi_core.c1050 const struct tmio_mmc_dma_ops *dma_ops, in renesas_sdhi_probe() argument
1141 host->dma_ops = dma_ops; in renesas_sdhi_probe()
A Dtmio_mmc.h198 const struct tmio_mmc_dma_ops *dma_ops; member
/drivers/spi/
A Dspi-dw-core.c448 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()
A Dspi-dw-dma.c694 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()
A Dspi-dw.h196 const struct dw_spi_dma_ops *dma_ops; member
/drivers/media/pci/tw686x/
A Dtw686x-video.c60 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 …]
A Dtw686x.h131 const struct tw686x_dma_ops *dma_ops; member
/drivers/macintosh/
A Dmacio_asic.c398 dev->ofdev.dev.dma_ops = chip->lbus.pdev->dev.dma_ops; in macio_add_one_device()
/drivers/xen/
A Dgrant-dma-ops.c395 dev->dma_ops = &xen_grant_dma_ops; in xen_grant_setup_dma_ops()
/drivers/vdpa/
A DKconfig39 # This driver incorrectly tries to override the dma_ops. It should

Completed in 36 milliseconds