Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dcontrol.h127 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef
148 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
149 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
151 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
152 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
/linux-6.1.9/sound/core/
Dcontrol.c31 snd_kctl_ioctl_func_t fioctl;
2068 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl()
2090 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl()
2104 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat()
2114 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, in _snd_ctl_unregister_ioctl()
2141 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl()
2155 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl_compat()