Searched refs:snd_kctl_ioctl_func_t (Results 1 – 2 of 2) sorted by relevance
103 typedef int (*snd_kctl_ioctl_func_t) (struct snd_card * card, typedef123 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);
26 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()