Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dcontrol.h116 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
136 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
137 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
139 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
140 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/linux-4.4.14/sound/core/
Dcontrol.c39 snd_kctl_ioctl_func_t fioctl;
1605 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl()
1625 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl()
1637 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat()
1647 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, in _snd_ctl_unregister_ioctl()
1672 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl()
1684 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl_compat()