/drivers/mmc/host/ |
D | renesas_sdhi_sys_dmac.c | 97 if (!host->chan_tx || !host->chan_rx) in renesas_sdhi_sys_dmac_enable_dma() 110 if (host->chan_tx) in renesas_sdhi_sys_dmac_abort_dma() 111 dmaengine_terminate_all(host->chan_tx); in renesas_sdhi_sys_dmac_abort_dma() 138 dma_unmap_sg(host->chan_tx->device->dev, in renesas_sdhi_sys_dmac_dma_callback() 214 chan = host->chan_tx; in renesas_sdhi_sys_dmac_start_dma_rx() 216 host->chan_tx = NULL; in renesas_sdhi_sys_dmac_start_dma_rx() 229 struct dma_chan *chan = host->chan_tx; in renesas_sdhi_sys_dmac_start_dma_tx() 288 host->chan_tx = NULL; in renesas_sdhi_sys_dmac_start_dma_tx() 308 if (host->chan_tx) in renesas_sdhi_sys_dmac_start_dma() 324 chan = host->chan_tx; in renesas_sdhi_sys_dmac_issue_tasklet_fn() [all …]
|
D | sh_mmcif.c | 247 struct dma_chan *chan_tx; member 323 chan = host->chan_tx; in sh_mmcif_start_dma_rx() 325 host->chan_tx = NULL; in sh_mmcif_start_dma_rx() 342 struct dma_chan *chan = host->chan_tx; in sh_mmcif_start_dma_tx() 369 host->chan_tx = NULL; in sh_mmcif_start_dma_tx() 430 host->chan_tx = sh_mmcif_request_dma_pdata(host, in sh_mmcif_request_dma() 435 host->chan_tx = dma_request_chan(dev, "tx"); in sh_mmcif_request_dma() 436 if (IS_ERR(host->chan_tx)) in sh_mmcif_request_dma() 437 host->chan_tx = NULL; in sh_mmcif_request_dma() 442 dev_dbg(dev, "%s: got channel TX %p RX %p\n", __func__, host->chan_tx, in sh_mmcif_request_dma() [all …]
|
D | usdhi6rol0.c | 199 struct dma_chan *chan_tx; member 520 if (host->chan_tx) { in usdhi6_dma_release() 521 struct dma_chan *chan = host->chan_tx; in usdhi6_dma_release() 522 host->chan_tx = NULL; in usdhi6_dma_release() 546 dma_unmap_sg(host->chan_tx->device->dev, data->sg, in usdhi6_dma_stop_unmap() 617 if (!host->chan_rx || !host->chan_tx) in usdhi6_dma_start() 623 return usdhi6_dma_setup(host, host->chan_tx, DMA_MEM_TO_DEV); in usdhi6_dma_start() 636 dmaengine_terminate_all(host->chan_tx); in usdhi6_dma_kill() 670 dma_async_issue_pending(host->chan_tx); in usdhi6_dma_kick() 681 host->chan_tx = dma_request_chan(mmc_dev(host->mmc), "tx"); in usdhi6_dma_request() [all …]
|
D | renesas_sdhi_internal_dmac.c | 141 if (!host->chan_tx || !host->chan_rx) in renesas_sdhi_internal_dmac_enable_dma() 290 host->chan_rx = host->chan_tx = (void *)0xdeadbeaf; in renesas_sdhi_internal_dmac_request_dma() 304 host->chan_rx = host->chan_tx = NULL; in renesas_sdhi_internal_dmac_release_dma()
|
D | uniphier-sd.c | 191 host->chan_tx = chan; in uniphier_sd_external_dma_request() 310 host->chan_tx = (void *)0xdeadbeaf; in uniphier_sd_internal_dma_request() 320 host->chan_tx = NULL; in uniphier_sd_internal_dma_release()
|
D | tmio_mmc.h | 150 struct dma_chan *chan_tx; member
|
D | tmio_mmc_core.c | 78 host->chan_tx = NULL; in tmio_mmc_request_dma()
|
/drivers/i2c/busses/ |
D | i2c-stm32.c | 26 dma->chan_tx = dma_request_chan(dev, "tx"); in stm32_i2c_dma_request() 27 if (IS_ERR(dma->chan_tx)) { in stm32_i2c_dma_request() 28 ret = PTR_ERR(dma->chan_tx); in stm32_i2c_dma_request() 40 ret = dmaengine_slave_config(dma->chan_tx, &dma_sconfig); in stm32_i2c_dma_request() 71 dma_chan_name(dma->chan_tx), dma_chan_name(dma->chan_rx)); in stm32_i2c_dma_request() 78 dma_release_channel(dma->chan_tx); in stm32_i2c_dma_request() 90 dma_release_channel(dma->chan_tx); in stm32_i2c_dma_free() 91 dma->chan_tx = NULL; in stm32_i2c_dma_free() 113 dma->chan_using = dma->chan_tx; in stm32_i2c_prep_dma_xfer()
|
D | i2c-at91-master.c | 144 dmaengine_terminate_all(dma->chan_tx); in at91_twi_dma_cleanup() 200 struct dma_chan *chan_tx = dma->chan_tx; in at91_twi_write_data_dma() local 252 txdesc = dmaengine_prep_slave_sg(chan_tx, dma->sg, sg_len, in at91_twi_write_data_dma() 265 dma_async_issue_pending(chan_tx); in at91_twi_write_data_dma() 782 dma->chan_tx = dma_request_chan(dev->dev, "tx"); in at91_twi_configure_dma() 783 if (IS_ERR(dma->chan_tx)) { in at91_twi_configure_dma() 784 ret = PTR_ERR(dma->chan_tx); in at91_twi_configure_dma() 785 dma->chan_tx = NULL; in at91_twi_configure_dma() 797 if (dmaengine_slave_config(dma->chan_tx, &slave_config)) { in at91_twi_configure_dma() 816 dma_chan_name(dma->chan_tx), dma_chan_name(dma->chan_rx)); in at91_twi_configure_dma() [all …]
|
D | i2c-imx.c | 174 struct dma_chan *chan_tx; member 293 dma->chan_tx = dma_request_chan(dev, "tx"); in i2c_imx_dma_request() 294 if (IS_ERR(dma->chan_tx)) { in i2c_imx_dma_request() 295 ret = PTR_ERR(dma->chan_tx); in i2c_imx_dma_request() 306 ret = dmaengine_slave_config(dma->chan_tx, &dma_sconfig); in i2c_imx_dma_request() 334 dma_chan_name(dma->chan_tx), dma_chan_name(dma->chan_rx)); in i2c_imx_dma_request() 341 dma_release_channel(dma->chan_tx); in i2c_imx_dma_request() 406 dma_release_channel(dma->chan_tx); in i2c_imx_dma_free() 407 dma->chan_tx = NULL; in i2c_imx_dma_free() 668 dma->chan_using = dma->chan_tx; in i2c_imx_dma_write()
|
D | i2c-stm32.h | 37 struct dma_chan *chan_tx; member
|
D | i2c-at91.h | 131 struct dma_chan *chan_tx; member
|
/drivers/net/ethernet/ |
D | lantiq_xrx200.c | 68 struct xrx200_chan chan_tx; member 119 napi_enable(&priv->chan_tx.napi); in xrx200_open() 120 ltq_dma_open(&priv->chan_tx.dma); in xrx200_open() 121 ltq_dma_enable_irq(&priv->chan_tx.dma); in xrx200_open() 149 napi_disable(&priv->chan_tx.napi); in xrx200_close() 150 ltq_dma_close(&priv->chan_tx.dma); in xrx200_close() 293 struct xrx200_chan *ch = &priv->chan_tx; in xrx200_start_xmit() 368 struct xrx200_chan *ch_tx = &priv->chan_tx; in xrx200_dma_init() 400 "xrx200_net_tx", &priv->chan_tx); in xrx200_dma_init() 428 ltq_dma_free(&priv->chan_tx.dma); in xrx200_hw_cleanup() [all …]
|
/drivers/spi/ |
D | spi-fsl-dspi.c | 197 struct dma_chan *chan_tx; member 390 dma->tx_desc = dmaengine_prep_slave_single(dma->chan_tx, in dspi_next_xfer_dma_submit() 430 dma_async_issue_pending(dma->chan_tx); in dspi_next_xfer_dma_submit() 441 dmaengine_terminate_all(dma->chan_tx); in dspi_next_xfer_dma_submit() 450 dmaengine_terminate_all(dma->chan_tx); in dspi_next_xfer_dma_submit() 510 dma->chan_tx = dma_request_chan(dev, "tx"); in dspi_request_dma() 511 if (IS_ERR(dma->chan_tx)) { in dspi_request_dma() 513 ret = PTR_ERR(dma->chan_tx); in dspi_request_dma() 517 dma->tx_dma_buf = dma_alloc_coherent(dma->chan_tx->device->dev, in dspi_request_dma() 550 ret = dmaengine_slave_config(dma->chan_tx, &cfg); in dspi_request_dma() [all …]
|
D | spi-topcliff-pch.c | 110 struct dma_chan *chan_tx; member 882 dma->chan_tx = chan; in pch_spi_request_dma() 894 dma_release_channel(dma->chan_tx); in pch_spi_request_dma() 895 dma->chan_tx = NULL; in pch_spi_request_dma() 907 if (dma->chan_tx) { in pch_spi_release_dma() 908 dma_release_channel(dma->chan_tx); in pch_spi_release_dma() 909 dma->chan_tx = NULL; in pch_spi_release_dma() 1099 desc_tx = dmaengine_prep_slave_sg(dma->chan_tx, in pch_spi_handle_dma()
|
/drivers/tty/serial/ |
D | pch_uart.c | 229 struct dma_chan *chan_tx; member 657 if (priv->chan_tx) { in pch_free_dma() 658 dma_release_channel(priv->chan_tx); in pch_free_dma() 659 priv->chan_tx = NULL; in pch_free_dma() 717 priv->chan_tx = chan; in pch_request_dma() 729 dma_release_channel(priv->chan_tx); in pch_request_dma() 730 priv->chan_tx = NULL; in pch_request_dma() 1013 desc = dmaengine_prep_slave_sg(priv->chan_tx, in dma_handle_tx() 1028 dma_async_issue_pending(priv->chan_tx); in dma_handle_tx()
|
D | sh-sci.c | 134 struct dma_chan *chan_tx; member 579 if (s->chan_tx) in sci_start_tx() 587 if (s->chan_tx && !uart_circ_empty(&s->port.state->xmit) && in sci_start_tx() 594 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx() 616 if (to_sci_port(port)->chan_tx && in sci_stop_tx() 618 dmaengine_terminate_async(to_sci_port(port)->chan_tx); in sci_stop_tx() 1352 s->chan_tx_saved = s->chan_tx = NULL; in sci_dma_tx_release() 1407 struct dma_chan *chan = s->chan_tx; in sci_dma_tx_work_fn() 1464 s->chan_tx = NULL; in sci_dma_tx_work_fn() 1615 s->chan_tx_saved = s->chan_tx = chan; in sci_request_dma() [all …]
|
D | atmel_serial.c | 127 struct dma_chan *chan_tx; member 864 struct dma_chan *chan = atmel_port->chan_tx; in atmel_complete_tx_dma() 908 struct dma_chan *chan = atmel_port->chan_tx; in atmel_release_tx_dma() 918 atmel_port->chan_tx = NULL; in atmel_release_tx_dma() 929 struct dma_chan *chan = atmel_port->chan_tx; in atmel_tx_dma() 1027 atmel_port->chan_tx = dma_request_slave_channel(mfd_dev, "tx"); in atmel_prepare_tx_dma() 1028 if (atmel_port->chan_tx == NULL) in atmel_prepare_tx_dma() 1031 dma_chan_name(atmel_port->chan_tx)); in atmel_prepare_tx_dma() 1065 ret = dmaengine_slave_config(atmel_port->chan_tx, in atmel_prepare_tx_dma() 1077 if (atmel_port->chan_tx) in atmel_prepare_tx_dma()
|
/drivers/firmware/ |
D | ti_sci.c | 110 struct mbox_chan *chan_tx; member 397 ret = mbox_send_message(info->chan_tx, &xfer->tx_message); in ti_sci_do_xfer() 416 mbox_client_txdone(info->chan_tx, ret); in ti_sci_do_xfer() 3457 info->chan_tx = mbox_request_channel_byname(cl, "tx"); in ti_sci_probe() 3458 if (IS_ERR(info->chan_tx)) { in ti_sci_probe() 3459 ret = PTR_ERR(info->chan_tx); in ti_sci_probe() 3492 if (!IS_ERR(info->chan_tx)) in ti_sci_probe() 3493 mbox_free_channel(info->chan_tx); in ti_sci_probe()
|