Searched refs:octl (Results 1 – 1 of 1) sorted by relevance
692 struct snd_emu10k1_fx8010_control_old_gpr __user *octl; in copy_gctl() local696 octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)_gctl; in copy_gctl()697 if (copy_from_user(gctl, &octl[idx], sizeof(*octl))) in copy_gctl()708 struct snd_emu10k1_fx8010_control_old_gpr __user *octl; in copy_gctl_to_user() local713 octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)_gctl; in copy_gctl_to_user()714 return copy_to_user(&octl[idx], gctl, sizeof(*octl)); in copy_gctl_to_user()