Home
last modified time | relevance | path

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

/linux/include/sound/
A Dcontrol.h127 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
147 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
148 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
150 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
151 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/linux/sound/core/
A Dcontrol.c31 snd_kctl_ioctl_func_t fioctl;
1914 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl()
1934 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl()
1946 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat()
1956 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, in _snd_ctl_unregister_ioctl()
1981 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl()
1993 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl_compat()

Completed in 8 milliseconds