Searched refs:fcn (Results 1 – 4 of 4) sorted by relevance
| /linux/include/sound/ |
| H A D | control.h | 170 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn); 171 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn); 173 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn); 174 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn); 176 #define snd_ctl_register_ioctl_compat(fcn) argument 177 #define snd_ctl_unregister_ioctl_compat(fcn) argument
|
| /linux/sound/core/ |
| H A D | control.c | 2132 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) 2139 pn->fioctl = fcn; 2147 * @fcn: ioctl callback function in snd_ctl_fasync() 2153 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_fasync() 2155 return _snd_ctl_register_ioctl(fcn, &snd_control_ioctls); 2163 * @fcn: ioctl callback function in snd_ctl_get_preferred_subdevice() 2167 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_get_preferred_subdevice() 2169 return _snd_ctl_register_ioctl(fcn, &snd_control_compat_ioctls); in snd_ctl_get_preferred_subdevice() 2177 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, 2182 if (snd_BUG_ON(!fcn)) 2056 _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 D | compress_offload.c | 1230 snd_compr_seq_func_t fcn) in snd_compr_task_seq() 1244 fcn(stream, task); in snd_compr_task_seq() 1250 fcn(stream, task); in snd_compr_task_status() 1220 snd_compr_task_seq(struct snd_compr_stream * stream,unsigned long arg,snd_compr_seq_func_t fcn) snd_compr_task_seq() argument
|
| /linux/drivers/s390/char/ |
| H A D | monwriter.c | 55 static int monwrite_diag(struct monwrite_hdr *myhdr, char *buffer, int fcn) in monwrite_diag() argument 72 rc = appldata_asm(parm_list, id, fcn, in monwrite_diag()
|