Lines Matching defs:snd_pcm
448 struct snd_pcm *pcm;
495 struct snd_pcm *pcm;
514 struct snd_pcm {
527 void (*private_free) (struct snd_pcm *pcm);
544 struct snd_pcm **rpcm);
547 struct snd_pcm **rpcm);
548 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
552 int (*n_register) (struct snd_pcm * pcm);
553 int (*n_disconnect) (struct snd_pcm * pcm);
554 int (*n_unregister) (struct snd_pcm * pcm);
574 int snd_pcm_suspend_all(struct snd_pcm *pcm);
576 static inline int snd_pcm_suspend_all(struct snd_pcm *pcm)
582 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
585 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file,
1132 void snd_pcm_set_ops(struct snd_pcm * pcm, int direction,
1265 void snd_pcm_lib_preallocate_free_for_all(struct snd_pcm *pcm);
1269 void snd_pcm_lib_preallocate_pages_for_all(struct snd_pcm *pcm,
1277 int snd_pcm_set_managed_buffer_all(struct snd_pcm *pcm, int type,
1316 snd_pcm_set_fixed_buffer_all(struct snd_pcm *pcm, int type,
1487 struct snd_pcm *pcm; /* assigned PCM instance */
1523 int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,