Searched refs:pcm_file (Results 1 – 2 of 2) sorted by relevance
2258 struct snd_pcm_file *pcm_file; in snd_pcm_link() local2797 struct snd_pcm_file *pcm_file; in snd_pcm_open_file() local2805 pcm_file = kzalloc(sizeof(*pcm_file), GFP_KERNEL); in snd_pcm_open_file()2806 if (pcm_file == NULL) { in snd_pcm_open_file()2813 file->private_data = pcm_file; in snd_pcm_open_file()2907 struct snd_pcm_file *pcm_file; in snd_pcm_release() local2909 pcm_file = file->private_data; in snd_pcm_release()2920 kfree(pcm_file); in snd_pcm_release()3452 struct snd_pcm_file *pcm_file; in snd_pcm_ioctl() local3454 pcm_file = file->private_data; in snd_pcm_ioctl()[all …]
552 struct snd_pcm_file *pcm_file; in snd_pcm_ioctl_compat() local556 pcm_file = file->private_data; in snd_pcm_ioctl_compat()557 if (! pcm_file) in snd_pcm_ioctl_compat()559 substream = pcm_file->substream; in snd_pcm_ioctl_compat()568 pcm_file->no_compat_mmap = 1; in snd_pcm_ioctl_compat()
Completed in 16 milliseconds