Lines Matching defs:runtime
450 struct snd_pcm_runtime *runtime; member
664 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_samples()
674 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
684 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes()
694 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
704 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned()
715 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_buffer_bytes() local
725 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_period_bytes() local
735 static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_avail()
751 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_avail()
763 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_hw_avail()
772 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_hw_avail()
787 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_ready() local
801 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_capture_ready() local
816 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_data() local
833 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_empty() local
847 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_capture_empty() local
1037 struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_single()
1108 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_set_runtime_buffer() local
1141 static inline void snd_pcm_gettime(struct snd_pcm_runtime *runtime, in snd_pcm_gettime()