Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/
Dcontrol.h113 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
133 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
134 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
136 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
137 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/Linux-v5.10/sound/core/
Dcontrol.c27 snd_kctl_ioctl_func_t fioctl;
1853 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl()
1873 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl()
1885 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat()
1895 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, in _snd_ctl_unregister_ioctl()
1920 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl()
1932 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl_compat()