Searched refs:fcn (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcontrol.h122 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
123 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
125 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
126 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
128 #define snd_ctl_register_ioctl_compat(fcn)
129 #define snd_ctl_unregister_ioctl_compat(fcn)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_winmsi8 # identical portions have been factored into functions in s_winmsi.fcn.
12 # See the Usage() function in s_winmsi.fcn for a full list of options.
52 . ./winmsi/s_winmsi.fcn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dcontrol.c1307 static int _snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn, struct list_head *lists) argument
1314 pn->fioctl = fcn;
1321 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn) argument
1323 return _snd_ctl_register_ioctl(fcn, &snd_control_ioctls);
1329 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn) argument
1331 return _snd_ctl_register_ioctl(fcn, &snd_control_compat_ioctls);
1340 static int _snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn, argument
1345 snd_assert(fcn != NULL, return -EINVAL);
1348 if (p->fioctl == fcn) {
1360 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn) argument
1368 snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dmv64x60.c160 u32 fcn; member in struct:mv64x60_pci_win
336 .fcn = 0,
342 .fcn = 0,
438 PCI_DEVFN(0, mv64x60_pci2mem[hose].fcn),
441 PCI_DEVFN(0, mv64x60_pci2mem[hose].fcn),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dmonwriter.c50 static int monwrite_diag(struct monwrite_hdr *myhdr, char *buffer, int fcn) argument
61 rc = appldata_asm(&id, fcn, (void *) buffer, myhdr->datalen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c373 void (*fcn)(const pid_t))
378 fork->cleanup = fcn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_child.c369 void (*fcn)(const pid_t))
374 fork->cleanup = fcn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmv64x60.c1898 u32 fcn; member in struct:__anon3743
1920 PCI_DEVFN(0, mv64360_reg_addrs[bus][window].fcn),
1923 PCI_DEVFN(0, mv64360_reg_addrs[bus][window].fcn),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dvwsnd.c160 static void dbgassert(const char *fcn, int line, const char *expr) argument
164 __FILE__, fcn, line, expr);
168 __FILE__, fcn, line, expr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.c639 #define link_send_event(fcn, l_ptr, up) do { } while (0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfigure7003 (*arg2) (1, 2); /* check call of fcn returning void */

Completed in 234 milliseconds