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

/linux-master/include/sound/
H A Dcontrol.h127 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
172 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
173 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
175 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
176 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/linux-master/sound/core/
H A Dcontrol.c31 snd_kctl_ioctl_func_t fioctl;
2067 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists)
2088 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn)
2102 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn)
2112 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn,
2137 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn)
2151 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn)

Completed in 101 milliseconds