Lines Matching refs:pcm_file

1810 	struct snd_pcm_file *pcm_file;  in snd_pcm_link()  local
1821 pcm_file = f.file->private_data; in snd_pcm_link()
1822 substream1 = pcm_file->substream; in snd_pcm_link()
2301 struct snd_pcm_file *pcm_file; in snd_pcm_open_file() local
2309 pcm_file = kzalloc(sizeof(*pcm_file), GFP_KERNEL); in snd_pcm_open_file()
2310 if (pcm_file == NULL) { in snd_pcm_open_file()
2314 pcm_file->substream = substream; in snd_pcm_open_file()
2316 substream->file = pcm_file; in snd_pcm_open_file()
2319 file->private_data = pcm_file; in snd_pcm_open_file()
2413 struct snd_pcm_file *pcm_file; in snd_pcm_release() local
2415 pcm_file = file->private_data; in snd_pcm_release()
2416 substream = pcm_file->substream; in snd_pcm_release()
2422 kfree(pcm_file); in snd_pcm_release()
2982 struct snd_pcm_file *pcm_file; in snd_pcm_playback_ioctl() local
2984 pcm_file = file->private_data; in snd_pcm_playback_ioctl()
2989 return snd_pcm_playback_ioctl1(file, pcm_file->substream, cmd, in snd_pcm_playback_ioctl()
2996 struct snd_pcm_file *pcm_file; in snd_pcm_capture_ioctl() local
2998 pcm_file = file->private_data; in snd_pcm_capture_ioctl()
3003 return snd_pcm_capture_ioctl1(file, pcm_file->substream, cmd, in snd_pcm_capture_ioctl()
3036 struct snd_pcm_file *pcm_file; in snd_pcm_read() local
3041 pcm_file = file->private_data; in snd_pcm_read()
3042 substream = pcm_file->substream; in snd_pcm_read()
3060 struct snd_pcm_file *pcm_file; in snd_pcm_write() local
3065 pcm_file = file->private_data; in snd_pcm_write()
3066 substream = pcm_file->substream; in snd_pcm_write()
3083 struct snd_pcm_file *pcm_file; in snd_pcm_readv() local
3091 pcm_file = iocb->ki_filp->private_data; in snd_pcm_readv()
3092 substream = pcm_file->substream; in snd_pcm_readv()
3119 struct snd_pcm_file *pcm_file; in snd_pcm_writev() local
3127 pcm_file = iocb->ki_filp->private_data; in snd_pcm_writev()
3128 substream = pcm_file->substream; in snd_pcm_writev()
3154 struct snd_pcm_file *pcm_file; in snd_pcm_playback_poll() local
3160 pcm_file = file->private_data; in snd_pcm_playback_poll()
3162 substream = pcm_file->substream; in snd_pcm_playback_poll()
3193 struct snd_pcm_file *pcm_file; in snd_pcm_capture_poll() local
3199 pcm_file = file->private_data; in snd_pcm_capture_poll()
3201 substream = pcm_file->substream; in snd_pcm_capture_poll()
3494 struct snd_pcm_file * pcm_file; in snd_pcm_mmap() local
3498 pcm_file = file->private_data; in snd_pcm_mmap()
3499 substream = pcm_file->substream; in snd_pcm_mmap()
3506 if (pcm_file->no_compat_mmap) in snd_pcm_mmap()
3510 if (pcm_file->no_compat_mmap) in snd_pcm_mmap()
3521 struct snd_pcm_file * pcm_file; in snd_pcm_fasync() local
3525 pcm_file = file->private_data; in snd_pcm_fasync()
3526 substream = pcm_file->substream; in snd_pcm_fasync()
3656 struct snd_pcm_file *pcm_file = file->private_data; in snd_pcm_get_unmapped_area() local
3657 struct snd_pcm_substream *substream = pcm_file->substream; in snd_pcm_get_unmapped_area()