hw_ptr_interrupt  350 include/sound/pcm.h 	snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */
hw_ptr_interrupt  614 sound/core/oss/pcm_oss.c 	return runtime->hw_ptr_interrupt;
hw_ptr_interrupt  307 sound/core/pcm_lib.c 		delta = runtime->hw_ptr_interrupt + runtime->period_size;
hw_ptr_interrupt  436 sound/core/pcm_lib.c 		delta = new_hw_ptr - runtime->hw_ptr_interrupt;
hw_ptr_interrupt  440 sound/core/pcm_lib.c 		runtime->hw_ptr_interrupt += delta;
hw_ptr_interrupt  441 sound/core/pcm_lib.c 		if (runtime->hw_ptr_interrupt >= runtime->boundary)
hw_ptr_interrupt  442 sound/core/pcm_lib.c 			runtime->hw_ptr_interrupt -= runtime->boundary;
hw_ptr_interrupt 1655 sound/core/pcm_native.c 	runtime->hw_ptr_interrupt = runtime->status->hw_ptr -
hw_ptr_interrupt  740 sound/pci/emu10k1/emupcm.c 	period_pos = runtime->status->hw_ptr - runtime->hw_ptr_interrupt;