Searched refs:chan_tx (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dtmio_mmc.c224 if (!host->chan_tx)
247 if (host->chan_tx && (data->flags & MMC_DATA_WRITE)) {
312 struct dma_chan *chan = host->chan_tx;
451 chan = host->chan_tx;
453 host->chan_tx = NULL;
475 struct dma_chan *chan = host->chan_tx;
502 host->chan_tx = NULL;
532 if (host->chan_tx)
542 struct dma_chan *chan = host->chan_tx;
582 host->chan_tx
[all...]
H A Dtmio_mmc.h111 struct dma_chan *chan_tx; member in struct:tmio_mmc_host
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsh-sci.c90 struct dma_chan *chan_tx; member in struct:sci_port
791 !s->chan_tx)
1035 struct dma_chan *chan = s->chan_tx;
1038 s->chan_tx = NULL;
1147 struct dma_chan *chan = s->chan_tx;
1208 if (s->chan_tx)
1215 if (s->chan_tx && !uart_circ_empty(&s->port.state->xmit) &&
1219 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) {
1329 s->chan_tx = chan;
1400 if (s->chan_tx)
[all...]

Completed in 165 milliseconds