Lines Matching refs:snd_pcm_sframes_t
362 snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */
696 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
716 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
759 …snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail()
775 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; in snd_pcm_capture_avail()
785 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_hw_avail()
794 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_hw_avail()
1085 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
1089 static inline snd_pcm_sframes_t
1096 static inline snd_pcm_sframes_t
1103 static inline snd_pcm_sframes_t
1110 static inline snd_pcm_sframes_t
1117 static inline snd_pcm_sframes_t
1124 static inline snd_pcm_sframes_t
1131 static inline snd_pcm_sframes_t
1138 static inline snd_pcm_sframes_t