Searched refs:stop_pos (Results 1 – 3 of 3) sorted by relevance
411 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_samples_ready() local412 unsigned int span_len = stop_pos + devpriv->ai_add_back; in pci9118_ai_samples_ready()444 if (dma_pos < stop_pos) { in pci9118_ai_samples_ready()446 x = stop_pos - dma_pos; in pci9118_ai_samples_ready()455 stop_pos += span_len; in pci9118_ai_samples_ready()468 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_dma_xfer() local469 unsigned int span_len = stop_pos + devpriv->ai_add_back; in pci9118_ai_dma_xfer()494 if (dma_pos < stop_pos) { in pci9118_ai_dma_xfer()496 x = stop_pos - dma_pos; in pci9118_ai_dma_xfer()505 stop_pos += span_len; in pci9118_ai_dma_xfer()
85 long stop_pos, intr_pos; member
1120 if (idx != buf->stop_pos) { in pt_buffer_reset_markers()1121 buf->stop_pos = idx; in pt_buffer_reset_markers()1321 buf->stop_pos = -1; in pt_buffer_setup_aux()