Home
last modified time | relevance | path

Searched refs:snd_compr_ioctl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dcompress_offload.c940 static long snd_compr_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in snd_compr_ioctl() function
1015 return snd_compr_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in snd_compr_ioctl_compat()
1025 .unlocked_ioctl = snd_compr_ioctl,
/kernel/linux/linux-6.6/sound/core/
H A Dcompress_offload.c966 static long snd_compr_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in snd_compr_ioctl() function
1041 return snd_compr_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in snd_compr_ioctl_compat()
1051 .unlocked_ioctl = snd_compr_ioctl,

Completed in 3 milliseconds