Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcontrol.h127 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
170 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
171 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
173 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
174 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/linux/sound/core/
H A Dcontrol.c38 snd_kctl_ioctl_func_t fioctl;
2134 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists)
2155 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn)
2169 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_get_preferred_subdevice()
2179 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn,
2204 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_request_layer()
2218 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_layer()