Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dcontrol.h103 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
123 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
124 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
126 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
127 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/Linux-v5.4/sound/core/
Dcontrol.c26 snd_kctl_ioctl_func_t fioctl;
1663 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl()
1683 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl()
1695 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat()
1705 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, in _snd_ctl_unregister_ioctl()
1730 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl()
1742 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl_compat()