Home
last modified time | relevance | path

Searched refs:octl (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/sound/pci/emu10k1/
Demufx.c685 struct snd_emu10k1_fx8010_control_old_gpr *octl; in copy_gctl() local
697 octl = (struct snd_emu10k1_fx8010_control_old_gpr *)src; in copy_gctl()
698 _octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)octl; in copy_gctl()
700 memcpy(dst, &octl[idx], sizeof(*octl)); in copy_gctl()
701 else if (copy_from_user(dst, &_octl[idx], sizeof(*octl))) in copy_gctl()
713 struct snd_emu10k1_fx8010_control_old_gpr __user *octl; in copy_gctl_to_user() local
719 octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)dst; in copy_gctl_to_user()
720 return copy_to_user(&octl[idx], src, sizeof(*octl)); in copy_gctl_to_user()