Lines Matching refs:pcm_file

1813 	struct snd_pcm_file *pcm_file;  in snd_pcm_link()  local
1824 pcm_file = f.file->private_data; in snd_pcm_link()
1825 substream1 = pcm_file->substream; in snd_pcm_link()
2303 struct snd_pcm_file *pcm_file; in snd_pcm_open_file() local
2311 pcm_file = kzalloc(sizeof(*pcm_file), GFP_KERNEL); in snd_pcm_open_file()
2312 if (pcm_file == NULL) { in snd_pcm_open_file()
2316 pcm_file->substream = substream; in snd_pcm_open_file()
2318 substream->file = pcm_file; in snd_pcm_open_file()
2321 file->private_data = pcm_file; in snd_pcm_open_file()
2415 struct snd_pcm_file *pcm_file; in snd_pcm_release() local
2417 pcm_file = file->private_data; in snd_pcm_release()
2418 substream = pcm_file->substream; in snd_pcm_release()
2424 kfree(pcm_file); in snd_pcm_release()
2984 struct snd_pcm_file *pcm_file; in snd_pcm_playback_ioctl() local
2986 pcm_file = file->private_data; in snd_pcm_playback_ioctl()
2991 return snd_pcm_playback_ioctl1(file, pcm_file->substream, cmd, in snd_pcm_playback_ioctl()
2998 struct snd_pcm_file *pcm_file; in snd_pcm_capture_ioctl() local
3000 pcm_file = file->private_data; in snd_pcm_capture_ioctl()
3005 return snd_pcm_capture_ioctl1(file, pcm_file->substream, cmd, in snd_pcm_capture_ioctl()
3038 struct snd_pcm_file *pcm_file; in snd_pcm_read() local
3043 pcm_file = file->private_data; in snd_pcm_read()
3044 substream = pcm_file->substream; in snd_pcm_read()
3062 struct snd_pcm_file *pcm_file; in snd_pcm_write() local
3067 pcm_file = file->private_data; in snd_pcm_write()
3068 substream = pcm_file->substream; in snd_pcm_write()
3085 struct snd_pcm_file *pcm_file; in snd_pcm_readv() local
3093 pcm_file = iocb->ki_filp->private_data; in snd_pcm_readv()
3094 substream = pcm_file->substream; in snd_pcm_readv()
3121 struct snd_pcm_file *pcm_file; in snd_pcm_writev() local
3129 pcm_file = iocb->ki_filp->private_data; in snd_pcm_writev()
3130 substream = pcm_file->substream; in snd_pcm_writev()
3156 struct snd_pcm_file *pcm_file; in snd_pcm_playback_poll() local
3162 pcm_file = file->private_data; in snd_pcm_playback_poll()
3164 substream = pcm_file->substream; in snd_pcm_playback_poll()
3195 struct snd_pcm_file *pcm_file; in snd_pcm_capture_poll() local
3201 pcm_file = file->private_data; in snd_pcm_capture_poll()
3203 substream = pcm_file->substream; in snd_pcm_capture_poll()
3496 struct snd_pcm_file * pcm_file; in snd_pcm_mmap() local
3500 pcm_file = file->private_data; in snd_pcm_mmap()
3501 substream = pcm_file->substream; in snd_pcm_mmap()
3508 if (pcm_file->no_compat_mmap) in snd_pcm_mmap()
3512 if (pcm_file->no_compat_mmap) in snd_pcm_mmap()
3523 struct snd_pcm_file * pcm_file; in snd_pcm_fasync() local
3527 pcm_file = file->private_data; in snd_pcm_fasync()
3528 substream = pcm_file->substream; in snd_pcm_fasync()
3658 struct snd_pcm_file *pcm_file = file->private_data; in snd_pcm_get_unmapped_area() local
3659 struct snd_pcm_substream *substream = pcm_file->substream; in snd_pcm_get_unmapped_area()