Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demufx.c684 struct snd_emu10k1_fx8010_control_old_gpr *octl; in copy_gctl() local
696 octl = (struct snd_emu10k1_fx8010_control_old_gpr *)src; in copy_gctl()
697 _octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)octl; in copy_gctl()
699 memcpy(dst, &octl[idx], sizeof(*octl)); in copy_gctl()
700 else if (copy_from_user(dst, &_octl[idx], sizeof(*octl))) in copy_gctl()
712 struct snd_emu10k1_fx8010_control_old_gpr __user *octl; in copy_gctl_to_user() local
718 octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)dst; in copy_gctl_to_user()
719 return copy_to_user(&octl[idx], src, sizeof(*octl)); in copy_gctl_to_user()
[all...]
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demufx.c714 struct snd_emu10k1_fx8010_control_old_gpr *octl; in copy_gctl() local
726 octl = (struct snd_emu10k1_fx8010_control_old_gpr *)src; in copy_gctl()
727 _octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)octl; in copy_gctl()
729 memcpy(dst, &octl[idx], sizeof(*octl)); in copy_gctl()
730 else if (copy_from_user(dst, &_octl[idx], sizeof(*octl))) in copy_gctl()
742 struct snd_emu10k1_fx8010_control_old_gpr __user *octl; in copy_gctl_to_user() local
748 octl = (struct snd_emu10k1_fx8010_control_old_gpr __user *)dst; in copy_gctl_to_user()
749 return copy_to_user(&octl[idx], src, sizeof(*octl)); in copy_gctl_to_user()
[all...]

Completed in 5 milliseconds