Home
last modified time | relevance | path

Searched refs:tx_submit (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/kernel/crypto/async_tx/
H A Dasync_tx.c113 intr_tx->tx_submit(intr_tx); in async_tx_channel_switch()
121 tx->tx_submit(tx); in async_tx_channel_switch()
196 tx->tx_submit(tx); in async_tx_submit()
201 tx->tx_submit(tx); in async_tx_submit()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dvirt-dma.h63 vd->tx.tx_submit = vchan_tx_submit; in vchan_tx_prep()
H A Dplx_dma.c392 desc->txd.tx_submit = plx_dma_tx_submit; in plx_dma_alloc_desc()
H A Dmmp_tdma.c387 tdmac->desc.tx_submit = mmp_tdma_tx_submit; in mmp_tdma_alloc_chan_resources()
H A Dtimb_dma.c339 td_desc->txd.tx_submit = td_tx_submit; in td_alloc_init_desc()
H A Dmv_xor_v2.c827 sw_desc->async_tx.tx_submit = mv_xor_v2_tx_submit; in mv_xor_v2_probe()
H A Daltera-msgdma.c672 desc->async_tx.tx_submit = msgdma_tx_submit; in msgdma_alloc_chan_resources()
H A Dmxs-dma.c422 mxs_chan->desc.tx_submit = mxs_dma_tx_submit; in mxs_dma_alloc_chan_resources()
/OK3568_Linux_fs/kernel/drivers/dma/ioat/
H A Dinit.c364 cookie = tx->tx_submit(tx); in ioat_dma_self_test()
879 cookie = tx->tx_submit(tx); in ioat_xor_val_self_test()
947 cookie = tx->tx_submit(tx); in ioat_xor_val_self_test()
1000 cookie = tx->tx_submit(tx); in ioat_xor_val_self_test()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-at91-usart.c250 cookie = rxdesc->tx_submit(rxdesc); in at91_usart_spi_dma_transfer()
254 cookie = txdesc->tx_submit(txdesc); in at91_usart_spi_dma_transfer()
H A Dspi-atmel.c784 cookie = rxdesc->tx_submit(rxdesc); in atmel_spi_next_xfer_dma_submit()
787 cookie = txdesc->tx_submit(txdesc); in atmel_spi_next_xfer_dma_submit()
H A Dspi-topcliff-pch.c1117 desc_rx->tx_submit(desc_rx); in pch_spi_handle_dma()
1118 desc_tx->tx_submit(desc_tx); in pch_spi_handle_dma()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_cppi41.c172 cppi41_channel->cookie = dma_desc->tx_submit(dma_desc); in cppi41_trans_done()
472 cppi41_channel->cookie = dma_desc->tx_submit(dma_desc); in cppi41_configure_channel()
H A Dux500_dma.c121 ux500_channel->cookie = dma_desc->tx_submit(dma_desc); in ux500_configure_channel()
/OK3568_Linux_fs/kernel/drivers/dma/idxd/
H A Ddma.c269 desc->txd.tx_submit = idxd_dma_tx_submit; in idxd_register_dma_channel()
/OK3568_Linux_fs/kernel/drivers/dma/xilinx/
H A Dxilinx_dma.c2018 desc->async_tx.tx_submit = xilinx_dma_tx_submit; in xilinx_vdma_dma_prep_interleaved()
2093 desc->async_tx.tx_submit = xilinx_dma_tx_submit; in xilinx_cdma_prep_memcpy()
2156 desc->async_tx.tx_submit = xilinx_dma_tx_submit; in xilinx_dma_prep_slave_sg()
2263 desc->async_tx.tx_submit = xilinx_dma_tx_submit; in xilinx_dma_prep_dma_cyclic()
2363 desc->async_tx.tx_submit = xilinx_dma_tx_submit; in xilinx_mcdma_prep_slave_sg()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h613 dma_cookie_t (*tx_submit)(struct dma_async_tx_descriptor *tx); member
1215 return desc->tx_submit(desc); in dmaengine_submit()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dmx3fb.c413 cookie = mx3_fbi->txd->tx_submit(mx3_fbi->txd); in sdc_enable_channel()
417 if (!mx3_fbi->txd || !mx3_fbi->txd->tx_submit) { in sdc_enable_channel()
1218 cookie = txd->tx_submit(txd); in mx3fb_pan_display()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c315 cookie = dma_tx->tx_submit(dma_tx); in mpc512x_lpbfifo_kick()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Disphist.c214 cookie = tx->tx_submit(tx); in hist_buf_dma()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/
H A Dks8842.c456 ctl->adesc->tx_submit(ctl->adesc); in ks8842_tx_frame_dma()
570 ctl->adesc->tx_submit(ctl->adesc); in __ks8842_start_new_rx_dma()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Donenand_omap2.c343 cookie = tx->tx_submit(tx); in omap2_onenand_dma_transfer()
/OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst106 such a transfer tx_submit() will be queued on the submitted queue, and
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-dmaengine.c343 desc->tx_desc.tx_submit = ccp_tx_submit; in ccp_alloc_dma_desc()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dpch_uart.c855 desc->tx_submit(desc); in dma_handle_rx()
1022 desc->tx_submit(desc); in dma_handle_tx()

123