Lines Matching defs:pstr
121 struct snd_pcm_str *pstr; in snd_pcm_control_ioctl() local
502 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_read() local
509 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_write() local
516 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_init()
562 static int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_done()
676 static inline int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_init()
677 static inline int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_done()
700 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_new_stream() local
872 static void free_chmap(struct snd_pcm_str *pstr) in free_chmap()
880 static void snd_pcm_free_stream(struct snd_pcm_str * pstr) in snd_pcm_free_stream()
943 struct snd_pcm_str * pstr; in snd_pcm_attach_substream() local
1068 struct snd_pcm_str *pstr = container_of(dev, struct snd_pcm_str, dev); in show_pcm_class() local