Lines Matching defs:pstr
116 struct snd_pcm_str *pstr; in snd_pcm_control_ioctl() local
500 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_read() local
507 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_write() local
514 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_init()
557 static int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_done()
666 static inline int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_init()
667 static inline int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_done()
690 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_new_stream() local
852 static void snd_pcm_free_stream(struct snd_pcm_str * pstr) in snd_pcm_free_stream()
907 struct snd_pcm_str * pstr; in snd_pcm_attach_substream() local
1027 struct snd_pcm_str *pstr = container_of(dev, struct snd_pcm_str, dev); in show_pcm_class() local