snd_kctl_ioctl_func_t  103 include/sound/control.h typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card,
snd_kctl_ioctl_func_t  123 include/sound/control.h int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
snd_kctl_ioctl_func_t  124 include/sound/control.h int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
snd_kctl_ioctl_func_t  126 include/sound/control.h int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
snd_kctl_ioctl_func_t  127 include/sound/control.h int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
snd_kctl_ioctl_func_t   26 sound/core/control.c 	snd_kctl_ioctl_func_t fioctl;
snd_kctl_ioctl_func_t 1664 sound/core/control.c static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists)
snd_kctl_ioctl_func_t 1684 sound/core/control.c int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn)
snd_kctl_ioctl_func_t 1696 sound/core/control.c int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn)
snd_kctl_ioctl_func_t 1706 sound/core/control.c static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn,
snd_kctl_ioctl_func_t 1731 sound/core/control.c int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn)
snd_kctl_ioctl_func_t 1743 sound/core/control.c int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn)