Home
last modified time | relevance | path

Searched refs:pcm_file (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/sound/core/
H A Dpcm_native.c2255 struct snd_pcm_file *pcm_file; in snd_pcm_link() local
2267 pcm_file = f.file->private_data; in snd_pcm_link()
2268 substream1 = pcm_file->substream; in snd_pcm_link()
2776 struct snd_pcm_file *pcm_file; in snd_pcm_open_file() local
2784 pcm_file = kzalloc(sizeof(*pcm_file), GFP_KERNEL); in snd_pcm_open_file()
2785 if (pcm_file == NULL) { in snd_pcm_open_file()
2789 pcm_file->substream = substream; in snd_pcm_open_file()
2792 file->private_data = pcm_file; in snd_pcm_open_file()
2886 struct snd_pcm_file *pcm_file; in snd_pcm_release() local
3292 struct snd_pcm_file *pcm_file = file->private_data; snd_pcm_common_ioctl() local
3400 struct snd_pcm_file *pcm_file; snd_pcm_ioctl() local
3464 struct snd_pcm_file *pcm_file; snd_pcm_read() local
3489 struct snd_pcm_file *pcm_file; snd_pcm_write() local
3513 struct snd_pcm_file *pcm_file; snd_pcm_readv() local
3553 struct snd_pcm_file *pcm_file; snd_pcm_writev() local
3592 struct snd_pcm_file *pcm_file; snd_pcm_poll() local
3722 pcm_status_mmap_allowed(struct snd_pcm_file *pcm_file) pcm_status_mmap_allowed() argument
3740 pcm_control_mmap_allowed(struct snd_pcm_file *pcm_file) pcm_control_mmap_allowed() argument
3919 struct snd_pcm_file * pcm_file; snd_pcm_mmap() local
3956 struct snd_pcm_file * pcm_file; snd_pcm_fasync() local
4100 struct snd_pcm_file *pcm_file = file->private_data; snd_pcm_get_unmapped_area() local
[all...]
H A Dpcm_compat.c575 struct snd_pcm_file *pcm_file; in snd_pcm_ioctl_compat() local
579 pcm_file = file->private_data; in snd_pcm_ioctl_compat()
580 if (! pcm_file) in snd_pcm_ioctl_compat()
582 substream = pcm_file->substream; in snd_pcm_ioctl_compat()
591 pcm_file->no_compat_mmap = 1; in snd_pcm_ioctl_compat()
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_native.c2238 struct snd_pcm_file *pcm_file; in snd_pcm_link() local
2250 pcm_file = f.file->private_data; in snd_pcm_link()
2251 substream1 = pcm_file->substream; in snd_pcm_link()
2751 struct snd_pcm_file *pcm_file; in snd_pcm_open_file() local
2759 pcm_file = kzalloc(sizeof(*pcm_file), GFP_KERNEL); in snd_pcm_open_file()
2760 if (pcm_file == NULL) { in snd_pcm_open_file()
2764 pcm_file->substream = substream; in snd_pcm_open_file()
2767 file->private_data = pcm_file; in snd_pcm_open_file()
2861 struct snd_pcm_file *pcm_file; in snd_pcm_release() local
3261 struct snd_pcm_file *pcm_file = file->private_data; snd_pcm_common_ioctl() local
3366 struct snd_pcm_file *pcm_file; snd_pcm_ioctl() local
3425 struct snd_pcm_file *pcm_file; snd_pcm_read() local
3449 struct snd_pcm_file *pcm_file; snd_pcm_write() local
3472 struct snd_pcm_file *pcm_file; snd_pcm_readv() local
3508 struct snd_pcm_file *pcm_file; snd_pcm_writev() local
3543 struct snd_pcm_file *pcm_file; snd_pcm_poll() local
3668 pcm_status_mmap_allowed(struct snd_pcm_file *pcm_file) pcm_status_mmap_allowed() argument
3680 pcm_control_mmap_allowed(struct snd_pcm_file *pcm_file) pcm_control_mmap_allowed() argument
3881 struct snd_pcm_file * pcm_file; snd_pcm_mmap() local
3916 struct snd_pcm_file * pcm_file; snd_pcm_fasync() local
4058 struct snd_pcm_file *pcm_file = file->private_data; snd_pcm_get_unmapped_area() local
[all...]
H A Dpcm_compat.c569 struct snd_pcm_file *pcm_file; in snd_pcm_ioctl_compat() local
573 pcm_file = file->private_data; in snd_pcm_ioctl_compat()
574 if (! pcm_file) in snd_pcm_ioctl_compat()
576 substream = pcm_file->substream; in snd_pcm_ioctl_compat()
585 pcm_file->no_compat_mmap = 1; in snd_pcm_ioctl_compat()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_uac1_legacy.c198 struct snd_pcm_file *pcm_file; in gaudio_open_snd_dev() local
231 pcm_file = snd->filp->private_data; in gaudio_open_snd_dev()
232 snd->substream = pcm_file->substream; in gaudio_open_snd_dev()
245 pcm_file = snd->filp->private_data; in gaudio_open_snd_dev()
246 snd->substream = pcm_file->substream; in gaudio_open_snd_dev()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_uac1_legacy.c198 struct snd_pcm_file *pcm_file; in gaudio_open_snd_dev() local
231 pcm_file = snd->filp->private_data; in gaudio_open_snd_dev()
232 snd->substream = pcm_file->substream; in gaudio_open_snd_dev()
245 pcm_file = snd->filp->private_data; in gaudio_open_snd_dev()
246 snd->substream = pcm_file->substream; in gaudio_open_snd_dev()

Completed in 12 milliseconds