chan_tx           128 drivers/firmware/ti_sci.c 	struct mbox_chan *chan_tx;
chan_tx           428 drivers/firmware/ti_sci.c 	ret = mbox_send_message(info->chan_tx, &xfer->tx_message);
chan_tx           447 drivers/firmware/ti_sci.c 	mbox_client_txdone(info->chan_tx, ret);
chan_tx          3487 drivers/firmware/ti_sci.c 	info->chan_tx = mbox_request_channel_byname(cl, "tx");
chan_tx          3488 drivers/firmware/ti_sci.c 	if (IS_ERR(info->chan_tx)) {
chan_tx          3489 drivers/firmware/ti_sci.c 		ret = PTR_ERR(info->chan_tx);
chan_tx          3522 drivers/firmware/ti_sci.c 	if (!IS_ERR(info->chan_tx))
chan_tx          3523 drivers/firmware/ti_sci.c 		mbox_free_channel(info->chan_tx);
chan_tx          3554 drivers/firmware/ti_sci.c 		mbox_free_channel(info->chan_tx);
chan_tx           104 drivers/i2c/busses/i2c-at91-master.c 			dmaengine_terminate_all(dma->chan_tx);
chan_tx           160 drivers/i2c/busses/i2c-at91-master.c 	struct dma_chan *chan_tx = dma->chan_tx;
chan_tx           212 drivers/i2c/busses/i2c-at91-master.c 	txdesc = dmaengine_prep_slave_sg(chan_tx, dma->sg, sg_len,
chan_tx           225 drivers/i2c/busses/i2c-at91-master.c 	dma_async_issue_pending(chan_tx);
chan_tx           723 drivers/i2c/busses/i2c-at91-master.c 	dma->chan_tx = dma_request_slave_channel_reason(dev->dev, "tx");
chan_tx           724 drivers/i2c/busses/i2c-at91-master.c 	if (IS_ERR(dma->chan_tx)) {
chan_tx           725 drivers/i2c/busses/i2c-at91-master.c 		ret = PTR_ERR(dma->chan_tx);
chan_tx           726 drivers/i2c/busses/i2c-at91-master.c 		dma->chan_tx = NULL;
chan_tx           738 drivers/i2c/busses/i2c-at91-master.c 	if (dmaengine_slave_config(dma->chan_tx, &slave_config)) {
chan_tx           757 drivers/i2c/busses/i2c-at91-master.c 		 dma_chan_name(dma->chan_tx), dma_chan_name(dma->chan_rx));
chan_tx           766 drivers/i2c/busses/i2c-at91-master.c 	if (dma->chan_tx)
chan_tx           767 drivers/i2c/busses/i2c-at91-master.c 		dma_release_channel(dma->chan_tx);
chan_tx           116 drivers/i2c/busses/i2c-at91.h 	struct dma_chan *chan_tx;
chan_tx           176 drivers/i2c/busses/i2c-imx.c 	struct dma_chan		*chan_tx;
chan_tx           295 drivers/i2c/busses/i2c-imx.c 	dma->chan_tx = dma_request_chan(dev, "tx");
chan_tx           296 drivers/i2c/busses/i2c-imx.c 	if (IS_ERR(dma->chan_tx)) {
chan_tx           297 drivers/i2c/busses/i2c-imx.c 		ret = PTR_ERR(dma->chan_tx);
chan_tx           308 drivers/i2c/busses/i2c-imx.c 	ret = dmaengine_slave_config(dma->chan_tx, &dma_sconfig);
chan_tx           336 drivers/i2c/busses/i2c-imx.c 		dma_chan_name(dma->chan_tx), dma_chan_name(dma->chan_rx));
chan_tx           343 drivers/i2c/busses/i2c-imx.c 	dma_release_channel(dma->chan_tx);
chan_tx           408 drivers/i2c/busses/i2c-imx.c 	dma_release_channel(dma->chan_tx);
chan_tx           409 drivers/i2c/busses/i2c-imx.c 	dma->chan_tx = NULL;
chan_tx           620 drivers/i2c/busses/i2c-imx.c 	dma->chan_using = dma->chan_tx;
chan_tx            26 drivers/i2c/busses/i2c-stm32.c 	dma->chan_tx = dma_request_chan(dev, "tx");
chan_tx            27 drivers/i2c/busses/i2c-stm32.c 	if (IS_ERR(dma->chan_tx)) {
chan_tx            29 drivers/i2c/busses/i2c-stm32.c 		ret = PTR_ERR(dma->chan_tx);
chan_tx            38 drivers/i2c/busses/i2c-stm32.c 	ret = dmaengine_slave_config(dma->chan_tx, &dma_sconfig);
chan_tx            66 drivers/i2c/busses/i2c-stm32.c 		 dma_chan_name(dma->chan_tx), dma_chan_name(dma->chan_rx));
chan_tx            73 drivers/i2c/busses/i2c-stm32.c 	dma_release_channel(dma->chan_tx);
chan_tx            86 drivers/i2c/busses/i2c-stm32.c 	dma_release_channel(dma->chan_tx);
chan_tx            87 drivers/i2c/busses/i2c-stm32.c 	dma->chan_tx = NULL;
chan_tx           109 drivers/i2c/busses/i2c-stm32.c 		dma->chan_using = dma->chan_tx;
chan_tx            37 drivers/i2c/busses/i2c-stm32.h 	struct dma_chan *chan_tx;
chan_tx           141 drivers/mmc/host/renesas_sdhi_internal_dmac.c 	if (!host->chan_tx || !host->chan_rx)
chan_tx           271 drivers/mmc/host/renesas_sdhi_internal_dmac.c 	host->chan_rx = host->chan_tx = (void *)0xdeadbeaf;
chan_tx           285 drivers/mmc/host/renesas_sdhi_internal_dmac.c 	host->chan_rx = host->chan_tx = NULL;
chan_tx            97 drivers/mmc/host/renesas_sdhi_sys_dmac.c 	if (!host->chan_tx || !host->chan_rx)
chan_tx           110 drivers/mmc/host/renesas_sdhi_sys_dmac.c 	if (host->chan_tx)
chan_tx           111 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		dmaengine_terminate_all(host->chan_tx);
chan_tx           138 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		dma_unmap_sg(host->chan_tx->device->dev,
chan_tx           214 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		chan = host->chan_tx;
chan_tx           216 drivers/mmc/host/renesas_sdhi_sys_dmac.c 			host->chan_tx = NULL;
chan_tx           229 drivers/mmc/host/renesas_sdhi_sys_dmac.c 	struct dma_chan *chan = host->chan_tx;
chan_tx           288 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		host->chan_tx = NULL;
chan_tx           308 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		if (host->chan_tx)
chan_tx           324 drivers/mmc/host/renesas_sdhi_sys_dmac.c 			chan = host->chan_tx;
chan_tx           345 drivers/mmc/host/renesas_sdhi_sys_dmac.c 	if (!host->chan_tx && !host->chan_rx) {
chan_tx           358 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		host->chan_tx = dma_request_slave_channel_compat(mask,
chan_tx           362 drivers/mmc/host/renesas_sdhi_sys_dmac.c 			host->chan_tx);
chan_tx           364 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		if (!host->chan_tx)
chan_tx           374 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		ret = dmaengine_slave_config(host->chan_tx, &cfg);
chan_tx           417 drivers/mmc/host/renesas_sdhi_sys_dmac.c 	dma_release_channel(host->chan_tx);
chan_tx           418 drivers/mmc/host/renesas_sdhi_sys_dmac.c 	host->chan_tx = NULL;
chan_tx           423 drivers/mmc/host/renesas_sdhi_sys_dmac.c 	if (host->chan_tx) {
chan_tx           424 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		struct dma_chan *chan = host->chan_tx;
chan_tx           426 drivers/mmc/host/renesas_sdhi_sys_dmac.c 		host->chan_tx = NULL;
chan_tx           247 drivers/mmc/host/sh_mmcif.c 	struct dma_chan		*chan_tx;
chan_tx           323 drivers/mmc/host/sh_mmcif.c 		chan = host->chan_tx;
chan_tx           325 drivers/mmc/host/sh_mmcif.c 			host->chan_tx = NULL;
chan_tx           342 drivers/mmc/host/sh_mmcif.c 	struct dma_chan *chan = host->chan_tx;
chan_tx           369 drivers/mmc/host/sh_mmcif.c 		host->chan_tx = NULL;
chan_tx           430 drivers/mmc/host/sh_mmcif.c 		host->chan_tx = sh_mmcif_request_dma_pdata(host,
chan_tx           435 drivers/mmc/host/sh_mmcif.c 		host->chan_tx = dma_request_slave_channel(dev, "tx");
chan_tx           438 drivers/mmc/host/sh_mmcif.c 	dev_dbg(dev, "%s: got channel TX %p RX %p\n", __func__, host->chan_tx,
chan_tx           441 drivers/mmc/host/sh_mmcif.c 	if (!host->chan_tx || !host->chan_rx ||
chan_tx           442 drivers/mmc/host/sh_mmcif.c 	    sh_mmcif_dma_slave_config(host, host->chan_tx, DMA_MEM_TO_DEV) ||
chan_tx           449 drivers/mmc/host/sh_mmcif.c 	if (host->chan_tx)
chan_tx           450 drivers/mmc/host/sh_mmcif.c 		dma_release_channel(host->chan_tx);
chan_tx           453 drivers/mmc/host/sh_mmcif.c 	host->chan_tx = host->chan_rx = NULL;
chan_tx           460 drivers/mmc/host/sh_mmcif.c 	if (host->chan_tx) {
chan_tx           461 drivers/mmc/host/sh_mmcif.c 		struct dma_chan *chan = host->chan_tx;
chan_tx           462 drivers/mmc/host/sh_mmcif.c 		host->chan_tx = NULL;
chan_tx          1120 drivers/mmc/host/sh_mmcif.c 		if (host->chan_tx)
chan_tx          1138 drivers/mmc/host/sh_mmcif.c 		dma_unmap_sg(host->chan_tx->device->dev,
chan_tx          1165 drivers/mmc/host/sh_mmcif.c 			dmaengine_terminate_all(host->chan_tx);
chan_tx           147 drivers/mmc/host/tmio_mmc.h 	struct dma_chan		*chan_tx;
chan_tx            72 drivers/mmc/host/tmio_mmc_core.c 		host->chan_tx = NULL;
chan_tx           192 drivers/mmc/host/uniphier-sd.c 	host->chan_tx = chan;
chan_tx           311 drivers/mmc/host/uniphier-sd.c 	host->chan_tx = (void *)0xdeadbeaf;
chan_tx           321 drivers/mmc/host/uniphier-sd.c 	host->chan_tx = NULL;
chan_tx           197 drivers/mmc/host/usdhi6rol0.c 	struct dma_chan *chan_tx;
chan_tx           519 drivers/mmc/host/usdhi6rol0.c 	if (host->chan_tx) {
chan_tx           520 drivers/mmc/host/usdhi6rol0.c 		struct dma_chan *chan = host->chan_tx;
chan_tx           521 drivers/mmc/host/usdhi6rol0.c 		host->chan_tx = NULL;
chan_tx           545 drivers/mmc/host/usdhi6rol0.c 		dma_unmap_sg(host->chan_tx->device->dev, data->sg,
chan_tx           616 drivers/mmc/host/usdhi6rol0.c 	if (!host->chan_rx || !host->chan_tx)
chan_tx           622 drivers/mmc/host/usdhi6rol0.c 	return usdhi6_dma_setup(host, host->chan_tx, DMA_MEM_TO_DEV);
chan_tx           635 drivers/mmc/host/usdhi6rol0.c 		dmaengine_terminate_all(host->chan_tx);
chan_tx           669 drivers/mmc/host/usdhi6rol0.c 		dma_async_issue_pending(host->chan_tx);
chan_tx           680 drivers/mmc/host/usdhi6rol0.c 	host->chan_tx = dma_request_slave_channel(mmc_dev(host->mmc), "tx");
chan_tx           682 drivers/mmc/host/usdhi6rol0.c 		host->chan_tx);
chan_tx           684 drivers/mmc/host/usdhi6rol0.c 	if (!host->chan_tx)
chan_tx           691 drivers/mmc/host/usdhi6rol0.c 	ret = dmaengine_slave_config(host->chan_tx, &cfg);
chan_tx           716 drivers/mmc/host/usdhi6rol0.c 	dma_release_channel(host->chan_tx);
chan_tx           717 drivers/mmc/host/usdhi6rol0.c 	host->chan_tx = NULL;
chan_tx            68 drivers/net/ethernet/lantiq_xrx200.c 	struct xrx200_chan chan_tx;
chan_tx           119 drivers/net/ethernet/lantiq_xrx200.c 	napi_enable(&priv->chan_tx.napi);
chan_tx           120 drivers/net/ethernet/lantiq_xrx200.c 	ltq_dma_open(&priv->chan_tx.dma);
chan_tx           121 drivers/net/ethernet/lantiq_xrx200.c 	ltq_dma_enable_irq(&priv->chan_tx.dma);
chan_tx           149 drivers/net/ethernet/lantiq_xrx200.c 	napi_disable(&priv->chan_tx.napi);
chan_tx           150 drivers/net/ethernet/lantiq_xrx200.c 	ltq_dma_close(&priv->chan_tx.dma);
chan_tx           282 drivers/net/ethernet/lantiq_xrx200.c 	struct xrx200_chan *ch = &priv->chan_tx;
chan_tx           355 drivers/net/ethernet/lantiq_xrx200.c 	struct xrx200_chan *ch_tx = &priv->chan_tx;
chan_tx           387 drivers/net/ethernet/lantiq_xrx200.c 			       "xrx200_net_tx", &priv->chan_tx);
chan_tx           415 drivers/net/ethernet/lantiq_xrx200.c 	ltq_dma_free(&priv->chan_tx.dma);
chan_tx           463 drivers/net/ethernet/lantiq_xrx200.c 	priv->chan_tx.dma.irq = platform_get_irq_byname(pdev, "tx");
chan_tx           464 drivers/net/ethernet/lantiq_xrx200.c 	if (priv->chan_tx.dma.irq < 0)
chan_tx           501 drivers/net/ethernet/lantiq_xrx200.c 	netif_napi_add(net_dev, &priv->chan_tx.napi, xrx200_tx_housekeeping, 32);
chan_tx           527 drivers/net/ethernet/lantiq_xrx200.c 	netif_napi_del(&priv->chan_tx.napi);
chan_tx           161 drivers/spi/spi-fsl-dspi.c 	struct dma_chan				*chan_tx;
chan_tx           278 drivers/spi/spi-fsl-dspi.c 	dma->tx_desc = dmaengine_prep_slave_single(dma->chan_tx,
chan_tx           318 drivers/spi/spi-fsl-dspi.c 	dma_async_issue_pending(dma->chan_tx);
chan_tx           329 drivers/spi/spi-fsl-dspi.c 		dmaengine_terminate_all(dma->chan_tx);
chan_tx           338 drivers/spi/spi-fsl-dspi.c 		dmaengine_terminate_all(dma->chan_tx);
chan_tx           401 drivers/spi/spi-fsl-dspi.c 	dma->chan_tx = dma_request_slave_channel(dev, "tx");
chan_tx           402 drivers/spi/spi-fsl-dspi.c 	if (!dma->chan_tx) {
chan_tx           438 drivers/spi/spi-fsl-dspi.c 	ret = dmaengine_slave_config(dma->chan_tx, &cfg);
chan_tx           458 drivers/spi/spi-fsl-dspi.c 	dma_release_channel(dma->chan_tx);
chan_tx           476 drivers/spi/spi-fsl-dspi.c 	if (dma->chan_tx) {
chan_tx           479 drivers/spi/spi-fsl-dspi.c 		dma_release_channel(dma->chan_tx);
chan_tx           110 drivers/spi/spi-topcliff-pch.c 	struct dma_chan		*chan_tx;
chan_tx           876 drivers/spi/spi-topcliff-pch.c 	dma->chan_tx = chan;
chan_tx           888 drivers/spi/spi-topcliff-pch.c 		dma_release_channel(dma->chan_tx);
chan_tx           889 drivers/spi/spi-topcliff-pch.c 		dma->chan_tx = NULL;
chan_tx           901 drivers/spi/spi-topcliff-pch.c 	if (dma->chan_tx) {
chan_tx           902 drivers/spi/spi-topcliff-pch.c 		dma_release_channel(dma->chan_tx);
chan_tx           903 drivers/spi/spi-topcliff-pch.c 		dma->chan_tx = NULL;
chan_tx          1093 drivers/spi/spi-topcliff-pch.c 	desc_tx = dmaengine_prep_slave_sg(dma->chan_tx,
chan_tx           134 drivers/tty/serial/atmel_serial.c 	struct dma_chan			*chan_tx;
chan_tx           866 drivers/tty/serial/atmel_serial.c 	struct dma_chan *chan = atmel_port->chan_tx;
chan_tx           910 drivers/tty/serial/atmel_serial.c 	struct dma_chan *chan = atmel_port->chan_tx;
chan_tx           920 drivers/tty/serial/atmel_serial.c 	atmel_port->chan_tx = NULL;
chan_tx           931 drivers/tty/serial/atmel_serial.c 	struct dma_chan *chan = atmel_port->chan_tx;
chan_tx          1022 drivers/tty/serial/atmel_serial.c 	atmel_port->chan_tx = dma_request_slave_channel(mfd_dev, "tx");
chan_tx          1023 drivers/tty/serial/atmel_serial.c 	if (atmel_port->chan_tx == NULL)
chan_tx          1026 drivers/tty/serial/atmel_serial.c 		dma_chan_name(atmel_port->chan_tx));
chan_tx          1060 drivers/tty/serial/atmel_serial.c 	ret = dmaengine_slave_config(atmel_port->chan_tx,
chan_tx          1072 drivers/tty/serial/atmel_serial.c 	if (atmel_port->chan_tx)
chan_tx           232 drivers/tty/serial/pch_uart.c 	struct dma_chan			*chan_tx;
chan_tx           680 drivers/tty/serial/pch_uart.c 	if (priv->chan_tx) {
chan_tx           681 drivers/tty/serial/pch_uart.c 		dma_release_channel(priv->chan_tx);
chan_tx           682 drivers/tty/serial/pch_uart.c 		priv->chan_tx = NULL;
chan_tx           739 drivers/tty/serial/pch_uart.c 	priv->chan_tx = chan;
chan_tx           751 drivers/tty/serial/pch_uart.c 		dma_release_channel(priv->chan_tx);
chan_tx           752 drivers/tty/serial/pch_uart.c 		priv->chan_tx = NULL;
chan_tx          1029 drivers/tty/serial/pch_uart.c 	desc = dmaengine_prep_slave_sg(priv->chan_tx,
chan_tx          1044 drivers/tty/serial/pch_uart.c 	dma_async_issue_pending(priv->chan_tx);
chan_tx           136 drivers/tty/serial/sh-sci.c 	struct dma_chan			*chan_tx;
chan_tx           581 drivers/tty/serial/sh-sci.c 		if (s->chan_tx)
chan_tx           589 drivers/tty/serial/sh-sci.c 	if (s->chan_tx && !uart_circ_empty(&s->port.state->xmit) &&
chan_tx           596 drivers/tty/serial/sh-sci.c 	if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
chan_tx          1346 drivers/tty/serial/sh-sci.c 	s->chan_tx_saved = s->chan_tx = NULL;
chan_tx          1401 drivers/tty/serial/sh-sci.c 	struct dma_chan *chan = s->chan_tx;
chan_tx          1458 drivers/tty/serial/sh-sci.c 	s->chan_tx = NULL;
chan_tx          1609 drivers/tty/serial/sh-sci.c 			s->chan_tx_saved = s->chan_tx = chan;
chan_tx          1672 drivers/tty/serial/sh-sci.c 	if (s->chan_tx) {
chan_tx          1673 drivers/tty/serial/sh-sci.c 		dmaengine_terminate_async(s->chan_tx);
chan_tx          1797 drivers/tty/serial/sh-sci.c 	if (!s->chan_tx)
chan_tx          1821 drivers/tty/serial/sh-sci.c 	    !s->chan_tx)