Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dcontrol.h118 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
138 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
139 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
141 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
142 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/Linux-v4.19/sound/core/
Dcontrol.c41 snd_kctl_ioctl_func_t fioctl;
1691 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl()
1711 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl()
1723 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat()
1733 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, in _snd_ctl_unregister_ioctl()
1758 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl()
1770 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl_compat()