Lines Matching defs:substream
26 static int snd_pcm_ioctl_delay_compat(struct snd_pcm_substream *substream, in snd_pcm_ioctl_delay_compat()
43 static int snd_pcm_ioctl_rewind_compat(struct snd_pcm_substream *substream, in snd_pcm_ioctl_rewind_compat()
60 static int snd_pcm_ioctl_forward_compat(struct snd_pcm_substream *substream, in snd_pcm_ioctl_forward_compat()
122 static int snd_pcm_ioctl_sw_params_compat(struct snd_pcm_substream *substream, in snd_pcm_ioctl_sw_params_compat()
164 static int snd_pcm_ioctl_channel_info_compat(struct snd_pcm_substream *substream, in snd_pcm_ioctl_channel_info_compat()
213 static int snd_pcm_status_user_compat(struct snd_pcm_substream *substream, in snd_pcm_status_user_compat()
277 static int snd_pcm_status_user_x32(struct snd_pcm_substream *substream, in snd_pcm_status_user_x32()
320 static int snd_pcm_ioctl_hw_params_compat(struct snd_pcm_substream *substream, in snd_pcm_ioctl_hw_params_compat()
372 static int snd_pcm_ioctl_xferi_compat(struct snd_pcm_substream *substream, in snd_pcm_ioctl_xferi_compat()
416 static int snd_pcm_ioctl_xfern_compat(struct snd_pcm_substream *substream, in snd_pcm_ioctl_xfern_compat()
487 static int snd_pcm_ioctl_sync_ptr_compat(struct snd_pcm_substream *substream, in snd_pcm_ioctl_sync_ptr_compat()
575 static int snd_pcm_ioctl_sync_ptr_x32(struct snd_pcm_substream *substream, in snd_pcm_ioctl_sync_ptr_x32()
661 struct snd_pcm_substream *substream; in snd_pcm_ioctl_compat() local