Searched refs:desc_tx (Results 1 – 5 of 5) sorted by relevance
119 struct dma_async_tx_descriptor *desc_tx; member871 async_tx_ack(dma->desc_tx); in pch_spi_start_transfer()992 struct dma_async_tx_descriptor *desc_tx; in pch_spi_handle_dma() local1161 desc_tx = dmaengine_prep_slave_sg(dma->chan_tx, in pch_spi_handle_dma()1164 if (!desc_tx) { in pch_spi_handle_dma()1170 desc_tx->callback = NULL; in pch_spi_handle_dma()1171 desc_tx->callback_param = data; in pch_spi_handle_dma()1173 dma->desc_tx = desc_tx; in pch_spi_handle_dma()1181 desc_tx->tx_submit(desc_tx); in pch_spi_handle_dma()
83 struct dma_async_tx_descriptor *desc_tx; member1228 async_tx_ack(s->desc_tx); in sci_dma_tx_complete()1229 s->desc_tx = NULL; in sci_dma_tx_complete()1468 s->desc_tx = desc; in work_fn_tx()
241 struct dma_async_tx_descriptor *desc_tx; member777 async_tx_ack(priv->desc_tx); in pch_dma_tx_complete()1023 priv->desc_tx = desc; in dma_handle_tx()
962 DESC_STRCT desc_tx; member
740 desc = &( lp->desc_tx ); in wl_send()