Home
last modified time | relevance | path

Searched refs:chan_tx (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/mmc/host/
Dtmio_mmc_dma.c96 chan = host->chan_tx; in tmio_mmc_start_dma_rx()
98 host->chan_tx = NULL; in tmio_mmc_start_dma_rx()
114 struct dma_chan *chan = host->chan_tx; in tmio_mmc_start_dma_tx()
174 host->chan_tx = NULL; in tmio_mmc_start_dma_tx()
198 if (host->chan_tx) in tmio_mmc_start_dma()
214 chan = host->chan_tx; in tmio_mmc_issue_tasklet_fn()
239 dma_unmap_sg(host->chan_tx->device->dev, in tmio_mmc_tasklet_fn()
265 host->chan_tx = dma_request_channel(mask, tmio_mmc_filter, in tmio_mmc_request_dma()
268 host->chan_tx); in tmio_mmc_request_dma()
270 if (!host->chan_tx) in tmio_mmc_request_dma()
[all …]
Dsh_mmcif.c170 struct dma_chan *chan_tx; member
201 dma_unmap_sg(host->chan_tx->device->dev, in mmcif_dma_complete()
242 chan = host->chan_tx; in sh_mmcif_start_dma_rx()
244 host->chan_tx = NULL; in sh_mmcif_start_dma_rx()
260 struct dma_chan *chan = host->chan_tx; in sh_mmcif_start_dma_tx()
286 host->chan_tx = NULL; in sh_mmcif_start_dma_tx()
323 host->chan_tx = dma_request_channel(mask, sh_mmcif_filter, in sh_mmcif_request_dma()
326 host->chan_tx); in sh_mmcif_request_dma()
328 if (!host->chan_tx) in sh_mmcif_request_dma()
337 dma_release_channel(host->chan_tx); in sh_mmcif_request_dma()
[all …]
Dtmio_mmc.h66 struct dma_chan *chan_tx; member
114 host->chan_tx = NULL; in tmio_mmc_request_dma()
Dtmio_mmc_pio.c368 if ((host->chan_tx || host->chan_rx) && !host->force_pio) { in tmio_mmc_pio_irq()
472 if (host->chan_tx && (data->flags & MMC_DATA_WRITE) && !host->force_pio) { in tmio_mmc_data_irq()
544 if (host->force_pio || !host->chan_tx) in tmio_mmc_cmd_irq()
868 if (!_host->chan_tx) in tmio_mmc_host_probe()
/linux-2.6.39/drivers/tty/serial/
Dpch_uart.c228 struct dma_chan *chan_tx; member
556 if (priv->chan_tx) { in pch_free_dma()
557 dma_release_channel(priv->chan_tx); in pch_free_dma()
558 priv->chan_tx = NULL; in pch_free_dma()
610 priv->chan_tx = chan; in pch_request_dma()
622 dma_release_channel(priv->chan_tx); in pch_request_dma()
902 desc = priv->chan_tx->device->device_prep_slave_sg(priv->chan_tx, in dma_handle_tx()
917 dma_async_issue_pending(priv->chan_tx); in dma_handle_tx()
Dsh-sci.c85 struct dma_chan *chan_tx; member
792 !s->chan_tx) in sci_mpxed_interrupt()
1037 struct dma_chan *chan = s->chan_tx; in sci_tx_dma_release()
1040 s->chan_tx = NULL; in sci_tx_dma_release()
1149 struct dma_chan *chan = s->chan_tx; in work_fn_tx()
1210 if (s->chan_tx) in sci_start_tx()
1218 if (s->chan_tx && !uart_circ_empty(&s->port.state->xmit) && in sci_start_tx()
1223 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
1339 s->chan_tx = chan; in sci_request_dma()
1410 if (s->chan_tx) in sci_free_dma()