Lines Matching refs:chan_tx
133 struct dma_chan *chan_tx; member
578 if (s->chan_tx) in sci_start_tx()
586 if (s->chan_tx && !uart_circ_empty(&s->port.state->xmit) && in sci_start_tx()
593 if (!s->chan_tx || port->type == PORT_SCIFA || port->type == PORT_SCIFB) { in sci_start_tx()
1343 s->chan_tx_saved = s->chan_tx = NULL; in sci_dma_tx_release()
1398 struct dma_chan *chan = s->chan_tx; in sci_dma_tx_work_fn()
1455 s->chan_tx = NULL; in sci_dma_tx_work_fn()
1606 s->chan_tx_saved = s->chan_tx = chan; in sci_request_dma()
1669 if (s->chan_tx) { in sci_flush_buffer()
1670 dmaengine_terminate_async(s->chan_tx); in sci_flush_buffer()
1794 if (!s->chan_tx) in sci_er_interrupt()
1818 !s->chan_tx) in sci_mpxed_interrupt()