Home
last modified time | relevance | path

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

/Linux-v6.1/include/sound/
Dcontrol.h148 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
149 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
151 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
152 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
154 #define snd_ctl_register_ioctl_compat(fcn) argument
155 #define snd_ctl_unregister_ioctl_compat(fcn) argument
/Linux-v6.1/sound/core/
Dcontrol.c2062 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) in _snd_ctl_register_ioctl() argument
2069 pn->fioctl = fcn; in _snd_ctl_register_ioctl()
2084 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl() argument
2086 return _snd_ctl_register_ioctl(fcn, &snd_control_ioctls); in snd_ctl_register_ioctl()
2098 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) in snd_ctl_register_ioctl_compat() argument
2100 return _snd_ctl_register_ioctl(fcn, &snd_control_compat_ioctls); in snd_ctl_register_ioctl_compat()
2108 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, in _snd_ctl_unregister_ioctl() argument
2113 if (snd_BUG_ON(!fcn)) in _snd_ctl_unregister_ioctl()
2117 if (p->fioctl == fcn) { in _snd_ctl_unregister_ioctl()
2135 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) in snd_ctl_unregister_ioctl() argument
[all …]
/Linux-v6.1/drivers/s390/char/
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()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgv_sriovmsg.h123 uint32_t fcn : 8; member
/Linux-v6.1/drivers/pinctrl/
Dpinctrl-single.c775 struct pcs_function **fcn, in pcs_add_function() argument
798 *fcn = NULL; in pcs_add_function()
800 *fcn = function; in pcs_add_function()
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4269 u8 fcn; /* first channel number */ in process_80211d() local
4289 fcn = *(p++); in process_80211d()
4294 if (fcn <= 14) in process_80211d()
4295 channel = fcn + j; /* 2.4 GHz */ in process_80211d()
4297 channel = fcn + j*4; /* 5 GHz */ in process_80211d()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c6502 u8 fcn; /* first channel number */ in process_80211d() local
6521 fcn = *(p++); in process_80211d()
6526 channel = fcn + j; in process_80211d()