Home
last modified time | relevance | path

Searched refs:desc_tx (Results 1 – 5 of 5) sorted by relevance

/drivers/spi/
Dspi-topcliff-pch.c119 struct dma_async_tx_descriptor *desc_tx; member
871 async_tx_ack(dma->desc_tx); in pch_spi_start_transfer()
992 struct dma_async_tx_descriptor *desc_tx; in pch_spi_handle_dma() local
1161 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()
/drivers/tty/serial/
Dsh-sci.c83 struct dma_async_tx_descriptor *desc_tx; member
1228 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()
Dpch_uart.c241 struct dma_async_tx_descriptor *desc_tx; member
777 async_tx_ack(priv->desc_tx); in pch_dma_tx_complete()
1023 priv->desc_tx = desc; in dma_handle_tx()
/drivers/staging/wlags49_h2/
Dwl_internal.h962 DESC_STRCT desc_tx; member
Dwl_netdev.c740 desc = &( lp->desc_tx ); in wl_send()