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

/linux-4.4.14/sound/pci/korg1212/
H A Dkorg1212.c1302 static int snd_korg1212_copy_to(struct snd_korg1212 *korg1212, void __user *dst, int pos, int count, int offset, int size) snd_korg1212_copy_to() function
1307 K1212_DEBUG_PRINTK_VERBOSE("K1212_DEBUG: snd_korg1212_copy_to pos=%d offset=%d size=%d\n", snd_korg1212_copy_to()
1316 printk(KERN_DEBUG "K1212_DEBUG: snd_korg1212_copy_to KERNEL EFAULT, src=%p dst=%p iter=%d\n", src, dst, i); snd_korg1212_copy_to()
1322 K1212_DEBUG_PRINTK("K1212_DEBUG: snd_korg1212_copy_to USER EFAULT src=%p dst=%p iter=%d\n", src, dst, i); snd_korg1212_copy_to()
1681 return snd_korg1212_copy_to(korg1212, dst, pos, count, 0, korg1212->channels * 2); snd_korg1212_capture_copy()

Completed in 54 milliseconds