Home
last modified time | relevance | path

Searched refs:stop_pos (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dpt.h68 * @stop_pos: STOP topa entry index
85 long stop_pos, intr_pos; member
H A Dpt.c1104 if (idx != buf->stop_pos) { in pt_buffer_reset_markers()
1105 buf->stop_pos = idx; in pt_buffer_reset_markers()
1305 buf->stop_pos = -1; in pt_buffer_setup_aux()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dpt.h68 * @stop_pos: STOP topa entry index
85 long stop_pos, intr_pos; member
H A Dpt.c1120 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()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dadl_pci9118.c412 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_samples_ready() local
413 unsigned int span_len = stop_pos + devpriv->ai_add_back; in pci9118_ai_samples_ready()
445 if (dma_pos < stop_pos) { in pci9118_ai_samples_ready()
447 x = stop_pos - dma_pos; in pci9118_ai_samples_ready()
456 stop_pos += span_len; in pci9118_ai_samples_ready()
469 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_dma_xfer() local
470 unsigned int span_len = stop_pos + devpriv->ai_add_back; in pci9118_ai_dma_xfer()
495 if (dma_pos < stop_pos) { in pci9118_ai_dma_xfer()
497 x = stop_pos - dma_pos; in pci9118_ai_dma_xfer()
506 stop_pos in pci9118_ai_dma_xfer()
[all...]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dadl_pci9118.c411 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_samples_ready() local
412 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() local
469 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 in pci9118_ai_dma_xfer()
[all...]

Completed in 9 milliseconds