Home
last modified time | relevance | path

Searched refs:fcn (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/sound/
H A Dcontrol.h172 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
173 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
175 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
176 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
178 #define snd_ctl_register_ioctl_compat(fcn) argument
179 #define snd_ctl_unregister_ioctl_compat(fcn) argument
/openbmc/linux/sound/core/
H A Dcontrol.c2154 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl() argument
2161 pn->fioctl = fcn; in _snd_ctl_register_ioctl()
2176 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl() argument
2178 return _snd_ctl_register_ioctl(fcn, &snd_control_ioctls); in snd_ctl_register_ioctl()
2190 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat() argument
2192 return _snd_ctl_register_ioctl(fcn, &snd_control_compat_ioctls); in snd_ctl_register_ioctl_compat()
2200 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, in _snd_ctl_unregister_ioctl() argument
2205 if (snd_BUG_ON(!fcn)) in _snd_ctl_unregister_ioctl()
2209 if (p->fioctl == fcn) { in _snd_ctl_unregister_ioctl()
2227 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl() argument
[all …]
/openbmc/linux/drivers/s390/char/
H A Dmonwriter.c55 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()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h123 uint32_t fcn : 8; member
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-single.c778 struct pcs_function **fcn, in pcs_add_function() argument
801 *fcn = NULL; in pcs_add_function()
803 *fcn = function; in pcs_add_function()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c4267 u8 fcn; /* first channel number */ in process_80211d() local
4287 fcn = *(p++); in process_80211d()
4292 if (fcn <= 14) in process_80211d()
4293 channel = fcn + j; /* 2.4 GHz */ in process_80211d()
4295 channel = fcn + j*4; /* 5 GHz */ in process_80211d()