snd_pcm_uframes_t   39 include/sound/dmaengine_pcm.h snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream);
snd_pcm_uframes_t   40 include/sound/dmaengine_pcm.h snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream);
snd_pcm_uframes_t   37 include/sound/pcm-indirect.h 	snd_pcm_uframes_t appl_ptr;	/* Last seen appl_ptr */
snd_pcm_uframes_t   52 include/sound/pcm-indirect.h 	snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
snd_pcm_uframes_t   91 include/sound/pcm-indirect.h static inline snd_pcm_uframes_t
snd_pcm_uframes_t  118 include/sound/pcm-indirect.h 	snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
snd_pcm_uframes_t  156 include/sound/pcm-indirect.h static inline snd_pcm_uframes_t
snd_pcm_uframes_t   73 include/sound/pcm.h 	snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);
snd_pcm_uframes_t   77 include/sound/pcm.h 		    snd_pcm_uframes_t pos,
snd_pcm_uframes_t   78 include/sound/pcm.h 		    void __user *buf, snd_pcm_uframes_t count);
snd_pcm_uframes_t   80 include/sound/pcm.h 		       snd_pcm_uframes_t pos, snd_pcm_uframes_t count);
snd_pcm_uframes_t  113 include/sound/pcm.h #define SNDRV_PCM_POS_XRUN		((snd_pcm_uframes_t)-1)
snd_pcm_uframes_t  285 include/sound/pcm.h 	snd_pcm_uframes_t avail_max;
snd_pcm_uframes_t  286 include/sound/pcm.h 	snd_pcm_uframes_t hw_ptr_base;	/* Position at buffer restart */
snd_pcm_uframes_t  287 include/sound/pcm.h 	snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */
snd_pcm_uframes_t  299 include/sound/pcm.h 	snd_pcm_uframes_t period_size;	/* period size */
snd_pcm_uframes_t  301 include/sound/pcm.h 	snd_pcm_uframes_t buffer_size;	/* buffer size */
snd_pcm_uframes_t  302 include/sound/pcm.h 	snd_pcm_uframes_t min_align;	/* Min alignment for the format */
snd_pcm_uframes_t  314 include/sound/pcm.h 	snd_pcm_uframes_t start_threshold;
snd_pcm_uframes_t  315 include/sound/pcm.h 	snd_pcm_uframes_t stop_threshold;
snd_pcm_uframes_t  316 include/sound/pcm.h 	snd_pcm_uframes_t silence_threshold; /* Silence filling happens when
snd_pcm_uframes_t  318 include/sound/pcm.h 	snd_pcm_uframes_t silence_size;	/* Silence filling size */
snd_pcm_uframes_t  319 include/sound/pcm.h 	snd_pcm_uframes_t boundary;	/* pointers wrap point */
snd_pcm_uframes_t  321 include/sound/pcm.h 	snd_pcm_uframes_t silence_start; /* starting pointer to silence area */
snd_pcm_uframes_t  322 include/sound/pcm.h 	snd_pcm_uframes_t silence_filled; /* size filled with silence */
snd_pcm_uframes_t  331 include/sound/pcm.h 	snd_pcm_uframes_t twake; 	/* do transfer (!poll) wakeup if non-zero */
snd_pcm_uframes_t  606 include/sound/pcm.h static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime)
snd_pcm_uframes_t  611 include/sound/pcm.h 	else if ((snd_pcm_uframes_t) avail >= runtime->boundary)
snd_pcm_uframes_t  619 include/sound/pcm.h static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime)
snd_pcm_uframes_t  866 include/sound/pcm.h void snd_pcm_playback_silence(struct snd_pcm_substream *substream, snd_pcm_uframes_t new_hw_ptr);
snd_pcm_uframes_t  870 include/sound/pcm.h 				    snd_pcm_uframes_t frames);
snd_pcm_uframes_t  872 include/sound/pcm.h 				   void __user *buf, snd_pcm_uframes_t frames);
snd_pcm_uframes_t  874 include/sound/pcm.h 				     void __user **bufs, snd_pcm_uframes_t frames);
snd_pcm_uframes_t  876 include/sound/pcm.h 				    void __user **bufs, snd_pcm_uframes_t frames);
snd_pcm_uframes_t   13 include/sound/pxa2xx-lib.h extern snd_pcm_uframes_t pxa2xx_pcm_pointer(struct snd_pcm_substream *substream);
snd_pcm_uframes_t  376 include/uapi/sound/asound.h 	snd_pcm_uframes_t fifo_size;	/* R: chip FIFO size in frames */
snd_pcm_uframes_t  390 include/uapi/sound/asound.h 	snd_pcm_uframes_t avail_min;		/* min avail frames for wakeup */
snd_pcm_uframes_t  391 include/uapi/sound/asound.h 	snd_pcm_uframes_t xfer_align;		/* obsolete: xfer size need to be a multiple */
snd_pcm_uframes_t  392 include/uapi/sound/asound.h 	snd_pcm_uframes_t start_threshold;	/* min hw_avail frames for automatic start */
snd_pcm_uframes_t  393 include/uapi/sound/asound.h 	snd_pcm_uframes_t stop_threshold;	/* min avail frames for automatic stop */
snd_pcm_uframes_t  394 include/uapi/sound/asound.h 	snd_pcm_uframes_t silence_threshold;	/* min distance from noise for silence filling */
snd_pcm_uframes_t  395 include/uapi/sound/asound.h 	snd_pcm_uframes_t silence_size;		/* silence block size */
snd_pcm_uframes_t  396 include/uapi/sound/asound.h 	snd_pcm_uframes_t boundary;		/* pointers wrap point */
snd_pcm_uframes_t  413 include/uapi/sound/asound.h 	snd_pcm_uframes_t appl_ptr;	/* appl ptr */
snd_pcm_uframes_t  414 include/uapi/sound/asound.h 	snd_pcm_uframes_t hw_ptr;	/* hw ptr */
snd_pcm_uframes_t  416 include/uapi/sound/asound.h 	snd_pcm_uframes_t avail;	/* number of frames available */
snd_pcm_uframes_t  417 include/uapi/sound/asound.h 	snd_pcm_uframes_t avail_max;	/* max frames available on hw since last status */
snd_pcm_uframes_t  418 include/uapi/sound/asound.h 	snd_pcm_uframes_t overrange;	/* count of ADC (capture) overrange detections from last status */
snd_pcm_uframes_t  428 include/uapi/sound/asound.h 	snd_pcm_uframes_t hw_ptr;	/* RO: hw ptr (0...boundary-1) */
snd_pcm_uframes_t  435 include/uapi/sound/asound.h 	snd_pcm_uframes_t appl_ptr;	/* RW: appl ptr (0...boundary-1) */
snd_pcm_uframes_t  436 include/uapi/sound/asound.h 	snd_pcm_uframes_t avail_min;	/* RW: min available frames for wakeup */
snd_pcm_uframes_t  458 include/uapi/sound/asound.h 	snd_pcm_uframes_t frames;
snd_pcm_uframes_t  464 include/uapi/sound/asound.h 	snd_pcm_uframes_t frames;
snd_pcm_uframes_t  542 include/uapi/sound/asound.h #define SNDRV_PCM_IOCTL_REWIND		_IOW('A', 0x46, snd_pcm_uframes_t)
snd_pcm_uframes_t  545 include/uapi/sound/asound.h #define SNDRV_PCM_IOCTL_FORWARD		_IOW('A', 0x49, snd_pcm_uframes_t)