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.c1220 snd_compr_task_seq(struct snd_compr_stream * stream,unsigned long arg,snd_compr_seq_func_t fcn) snd_compr_task_seq() argument
/linux/include/sound/
H A Dcontrol.h176 #define snd_ctl_register_ioctl_compat(fcn) argument
177 #define snd_ctl_unregister_ioctl_compat(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()