Lines Matching full:outstanding

212  * @wait_to_stop: queue to wait for outstanding transacitons before stopping
907 * xilinx_dpdma_chan_ostand - Number of outstanding transactions
910 * Read and return the number of outstanding transactions from register.
912 * Return: Number of outstanding transactions from the status register.
921 * xilinx_dpdma_chan_notify_no_ostand - Notify no outstanding transaction event
924 * Notify waiters for no outstanding event, so waiters can stop the channel
925 * safely. This function is supposed to be called when 'no outstanding'
926 * interrupt is generated. The 'no outstanding' interrupt is disabled and
928 * register still shows some number of outstanding transactions, the interrupt
931 * Return: 0 on success. On failure, -EWOULDBLOCK if there's still outstanding
941 "chan%u: %d outstanding transactions\n", in xilinx_dpdma_chan_notify_no_ostand()
946 /* Disable 'no outstanding' interrupt */ in xilinx_dpdma_chan_notify_no_ostand()
955 * xilinx_dpdma_chan_wait_no_ostand - Wait for the no outstanding irq
958 * Wait for the no outstanding transaction interrupt. This functions can sleep
968 /* Wait for a no outstanding transaction interrupt upto 50msec */ in xilinx_dpdma_chan_wait_no_ostand()
988 * xilinx_dpdma_chan_poll_no_ostand - Poll the outstanding transaction status
991 * Poll the outstanding transaction status, and return when there's no
992 * outstanding transaction. This functions can be used in the interrupt context
1024 * outstanding transaction and then disabling the channel.
1485 * Per channel error handling tasklet. This function waits for the outstanding