Lines Matching refs:submit
56 __async_tx_find_channel(struct async_submit_ctl *submit, in __async_tx_find_channel() argument
59 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in __async_tx_find_channel()
157 struct async_submit_ctl *submit) in async_tx_submit() argument
159 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in async_tx_submit()
161 tx->callback = submit->cb_fn; in async_tx_submit()
162 tx->callback_param = submit->cb_param; in async_tx_submit()
217 if (submit->flags & ASYNC_TX_ACK) in async_tx_submit()
234 async_trigger_callback(struct async_submit_ctl *submit) in async_trigger_callback() argument
239 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in async_trigger_callback()
258 async_tx_submit(chan, tx, submit); in async_trigger_callback()
263 async_tx_quiesce(&submit->depend_tx); in async_trigger_callback()
265 async_tx_sync_epilog(submit); in async_trigger_callback()