octl              679 sound/pci/emu10k1/emufx.c 	struct snd_emu10k1_fx8010_control_old_gpr __user *octl;
octl              689 sound/pci/emu10k1/emufx.c 	octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)_gctl;
octl              691 sound/pci/emu10k1/emufx.c 		memcpy(gctl, (__force void *)&octl[idx], sizeof(*octl));
octl              692 sound/pci/emu10k1/emufx.c 	else if (copy_from_user(gctl, &octl[idx], sizeof(*octl)))
octl              703 sound/pci/emu10k1/emufx.c 	struct snd_emu10k1_fx8010_control_old_gpr __user *octl;
octl              708 sound/pci/emu10k1/emufx.c 	octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)_gctl;
octl              709 sound/pci/emu10k1/emufx.c 	return copy_to_user(&octl[idx], gctl, sizeof(*octl));