_gctl             676 sound/pci/emu10k1/emufx.c 		     struct snd_emu10k1_fx8010_control_gpr __user *_gctl,
_gctl             683 sound/pci/emu10k1/emufx.c 			memcpy(gctl, (__force void *)&_gctl[idx], sizeof(*gctl));
_gctl             684 sound/pci/emu10k1/emufx.c 		else if (copy_from_user(gctl, &_gctl[idx], sizeof(*gctl)))
_gctl             689 sound/pci/emu10k1/emufx.c 	octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)_gctl;
_gctl             699 sound/pci/emu10k1/emufx.c 		     struct snd_emu10k1_fx8010_control_gpr __user *_gctl,
_gctl             706 sound/pci/emu10k1/emufx.c 		return copy_to_user(&_gctl[idx], gctl, sizeof(*gctl));
_gctl             708 sound/pci/emu10k1/emufx.c 	octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)_gctl;