Home
last modified time | relevance | path

Searched defs:fcn (Results 1 – 4 of 4) sorted by relevance

/linux/sound/core/
H A Dcontrol.c2056 _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn,struct list_head * lists) _snd_ctl_register_ioctl() argument
2077 snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) snd_ctl_register_ioctl() argument
2091 snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) snd_ctl_register_ioctl_compat() argument
2101 _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn,struct list_head * lists) _snd_ctl_unregister_ioctl() argument
2126 snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) snd_ctl_unregister_ioctl() argument
2140 snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) snd_ctl_unregister_ioctl_compat() argument
[all...]
H A Dcompress_offload.c1230 snd_compr_seq_func_t fcn) in snd_compr_task_seq()
/linux/include/sound/
H A Dcontrol.h176 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn); argument
177 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn); argument
/linux/drivers/s390/char/
H A Dmonwriter.c55 static int monwrite_diag(struct monwrite_hdr *myhdr, char *buffer, int fcn) in monwrite_diag()