Lines Matching defs:runtime
478 struct snd_pcm_runtime *runtime; member
725 static inline void __snd_pcm_set_state(struct snd_pcm_runtime *runtime, in __snd_pcm_set_state()
739 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_samples()
751 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
763 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes()
775 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
787 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned()
800 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_buffer_bytes() local
812 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_period_bytes() local
824 static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_avail()
842 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_avail()
856 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_hw_avail()
867 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_hw_avail()
882 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_ready() local
896 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_capture_ready() local
911 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_data() local
928 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_empty() local
942 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_capture_empty() local
1132 struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_single()
1245 snd_pcm_limit_hw_rates(struct snd_pcm_runtime *runtime) in snd_pcm_limit_hw_rates()
1266 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_set_runtime_buffer() local
1285 static inline void snd_pcm_gettime(struct snd_pcm_runtime *runtime, in snd_pcm_gettime()