Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Dcontrol.h138 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
139 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
141 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
142 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
144 #define snd_ctl_register_ioctl_compat(fcn) argument
145 #define snd_ctl_unregister_ioctl_compat(fcn) argument
/linux-4.19.296/include/net/netfilter/
Dnf_conntrack_ecache.h75 int (*fcn)(unsigned int events, struct nf_ct_event *item); member
133 int (*fcn)(unsigned int events, struct nf_exp_event *item); member
/linux-4.19.296/drivers/s390/char/
Dmonwriter.c59 static int monwrite_diag(struct monwrite_hdr *myhdr, char *buffer, int fcn) in monwrite_diag() argument
70 rc = appldata_asm(&id, fcn, (void *) buffer, myhdr->datalen); in monwrite_diag()